Commit e454c06b authored by youjie's avatar youjie

no message

parent fb43498b
......@@ -88,11 +88,11 @@
</div>
<el-dialog @closed="closedDialog" :modal="true" :visible.sync="dialogTableVisible" width="900px" :close-on-click-modal="false" class="addCustomer">
<div class="add-tit" slot="title">
<p><span></span>{{title}}排名详情</p>
<p><span></span>{{title}}-{{detailsObj.ModuleName}}排名详情</p>
<span icon="el-icon-close"></span>
</div>
<div v-if="detailsList&&detailsList.length>0">
<div class="orderlog-box-center" v-for="(item,index) in detailsList" :key="index">
<div v-if="detailsObj.Remark&&detailsObj.Remark.length>0">
<div class="orderlog-box-center" v-for="(item,index) in detailsObj.Remark" :key="index">
<div class="form-box-log">
<div class="form-log-title">
<span class="log-radius"></span>
......@@ -133,7 +133,7 @@
data() {
return {
title:'',
detailsList:null,
detailsObj:null,
dialogTableVisible: false,
formEdit:{
Id:'',// :'',//明细ID(以小红书为蓝本) 是 [string] 查看
......@@ -358,7 +358,7 @@
console.log(row)
this.dialogTableVisible = true
this.title = EmpName
this.detailsList = row.Remark
this.detailsObj = row
},
closedDialog(){
this.dialogTableVisible = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment