Commit 15f88e85 by Jings

fix: 修改表格字段名称

parent 547d1456
...@@ -15,12 +15,12 @@ ...@@ -15,12 +15,12 @@
<el-table-column label="导购code" show-overflow-tooltip v-if="!isType"> <el-table-column label="导购code" show-overflow-tooltip v-if="!isType">
<template slot-scope="scope">{{ scope.row.clerkCode || '--' }}</template> <template slot-scope="scope">{{ scope.row.clerkCode || '--' }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="" :label="isType == 1 ? '督导姓名' : '导购姓名'" show-overflow-tooltip> <el-table-column prop="" :label="isType == 1 ? '区经姓名' : '导购姓名'" show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.clerkName || '--' }} {{ scope.row.clerkName || '--' }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="" :label="isType == 1 ? '督导手机号' : '导购手机号'" show-overflow-tooltip> <el-table-column prop="" :label="isType == 1 ? '区经手机号' : '导购手机号'" show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.clerkPhoneNumber || '--' }} {{ scope.row.clerkPhoneNumber || '--' }}
</template> </template>
......
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