Commit d1366ab9 authored by liudong1993's avatar liudong1993

1

parent 990fa1dc
...@@ -180,6 +180,13 @@ ...@@ -180,6 +180,13 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed prop="EnterName" label="引流人员">
<template slot-scope="scope">
<div>
{{scope.row.CreateByName}}
</div>
</template>
</el-table-column>
<el-table-column fixed prop="OrderId" label="订单号"> <el-table-column fixed prop="OrderId" label="订单号">
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="scope.row.OrderId === 0"> <div v-if="scope.row.OrderId === 0">
...@@ -643,7 +650,7 @@ export default { ...@@ -643,7 +650,7 @@ export default {
}, },
//改变状态背景颜色 //改变状态背景颜色
columenStyle({columnIndex}){ columenStyle({columnIndex}){
if(columnIndex == 6 ){ if(columnIndex == 7 ){
return "background:#f0f5fb" return "background:#f0f5fb"
} }
}, },
......
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