From 59b87ceb943442732ec4fa37bff3f15e62e36920 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期四, 18 七月 2024 17:06:59 +0800 Subject: [PATCH] 提交 --- admin/src/views/business/customerLog.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/admin/src/views/business/customerLog.vue b/admin/src/views/business/customerLog.vue index 225481f..d972e83 100644 --- a/admin/src/views/business/customerLog.vue +++ b/admin/src/views/business/customerLog.vue @@ -52,7 +52,7 @@ stripe @selection-change="handleSelectionChange" > - <el-table-column prop="index" width="55"><template slot-scope="scope">{{scope.$index+1}}</template></el-table-column> + <el-table-column label="搴忓彿" width="55" fixed><template slot-scope="scope" >{{scope.$index+1}}</template></el-table-column> <el-table-column prop="type" label="鎻愪氦绫诲瀷" fixed min-width="100px"> <template slot-scope="{row}"> <span v-if="row.type ==0">娴嬭瘯瑁呬慨椋庢牸</span> @@ -62,6 +62,13 @@ </el-table-column> <el-table-column prop="phone" label="鎵嬫満鍙�" fixed min-width="100px"></el-table-column> <el-table-column prop="name" label="濮撳悕" fixed min-width="100px"></el-table-column> + <el-table-column prop="crmStatus" label="crm鎻愪氦鐘舵��" fixed min-width="100px"> + <template slot-scope="{row}"> + <span v-if="row.crmStatus ==0" style="color: blue">鏈彁浜�</span> + <span v-if="row.crmStatus ==1" style="color: green">宸叉彁浜�</span> + <span v-if="row.crmStatus ==2" style="color: red">鎻愪氦澶辫触</span> + </template> + </el-table-column> <el-table-column prop="createDate" label="鍒涘缓鏃堕棿" min-width="120px"></el-table-column> <el-table-column prop="orderDate" label="棰勭害閲忔埧鏃堕棿" min-width="120px"></el-table-column> <el-table-column prop="plaDate" label="璁″垝瑁呬慨寮�濮嬫椂闂�" min-width="120px"> @@ -122,13 +129,6 @@ <el-table-column prop="provinceName" label="鐪佷唤鍚嶇О" min-width="100px"></el-table-column> <el-table-column prop="cityName" label="鍩庡競鍚嶇О" min-width="100px"></el-table-column> <el-table-column prop="budget" label="瑁呬慨棰勭畻(鍏�)" min-width="100px"></el-table-column> - <el-table-column prop="crmStatus" label="crm鎻愪氦鐘舵��" min-width="100px"> - <template slot-scope="{row}"> - <span v-if="row.crmStatus ==0" style="color: blue">鏈彁浜�</span> - <span v-if="row.crmStatus ==1" style="color: green">宸叉彁浜�</span> - <span v-if="row.crmStatus ==2" style="color: red">鎻愪氦澶辫触</span> - </template> - </el-table-column> <el-table-column prop="crmDate" label="crm鎻愪氦鏃堕棿" min-width="100px"></el-table-column> <el-table-column prop="crmInfo" label="crm鎻愪氦澶囨敞" min-width="100px"></el-table-column> <el-table-column -- Gitblit v1.9.3