Commit 9dcc232a by chenyu

update: add phoneNumber

parent 89295fd7
......@@ -240,6 +240,9 @@
<template v-if="item.code === 'highCostPaid'">
<span>{{scope.row.highCostPaid}}</span>
</template>
<template v-if="item.code === 'phoneNumber'">
<span>{{scope.row.phoneNumber}}</span>
</template>
</template>
</el-table-column>
<el-table-column label="添加标签时间" width="200">
......
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