Commit 877f9343 by 无尘

fix: 修改分配

parent 7152fa16
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-10-21 14:27:29
* @LastEditors: 无尘
* @LastEditTime: 2020-09-15 09:55:42
* @LastEditTime: 2020-09-16 16:57:10
-->
<!--
......@@ -25,6 +25,7 @@ import reviewResultDetail from '@/components/review/review-result-detail.vue'
<el-table-column prop="publishRecordId" label="审核事项" show-overflow-tooltip>
<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>
......
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