Commit 97afefae by caoyanzhi

update: 添加审核事项

parent f0e4263d
......@@ -28,6 +28,7 @@
<el-table-column label="审核事项">
<template slot-scope="scope">
<span v-if="scope.row.auditType == 1">导购账号绑定</span>
<span v-if="scope.row.auditType == 3">导购账号新增</span>
</template>
</el-table-column>
<el-table-column label="提交人" show-overflow-tooltip>
......@@ -157,6 +158,10 @@ export default {
{
label: '导购账号绑定',
value: '1'
},
{
label: '导购账号新增',
value: '3'
}
],
searchValue: '', // 搜索
......
......@@ -25,6 +25,7 @@
<el-table-column label="审核事项">
<template slot-scope="scope">
<span v-if="scope.row.auditType == 1">导购账号绑定</span>
<span v-if="scope.row.auditType == 3">导购账号新增</span>
</template>
</el-table-column>
<el-table-column label="提交人" show-overflow-tooltip>
......@@ -168,6 +169,10 @@ export default {
{
label: '导购账号绑定',
value: '1'
},
{
label: '导购账号新增',
value: '3'
}
],
loading: 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