Commit dc0ce888 by 无尘

fix:修改员工详情、

parent ad47314b
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2019-10-21 14:27:29 * @Date: 2019-10-21 14:27:29
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-06-01 17:52:41 * @LastEditTime: 2020-06-11 10:18:08
--> -->
<!-- <!--
...@@ -26,7 +26,7 @@ import reviewResultDetail from '@/components/review/review-result-detail.vue' ...@@ -26,7 +26,7 @@ import reviewResultDetail from '@/components/review/review-result-detail.vue'
<span v-if="scope.row.auditType == 2">导购绑定</span> <span v-if="scope.row.auditType == 2">导购绑定</span>
<span v-if="scope.row.auditType == 3">导购新增</span> <span v-if="scope.row.auditType == 3">导购新增</span>
<span v-if="scope.row.auditType == 4">导购删除</span> <span v-if="scope.row.auditType == 4">导购删除</span>
<span v-if="scope.row.auditType == 5">导购解绑</span> <!--<span v-if="scope.row.auditType == 5">导购解绑</span>-->
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="品牌" show-overflow-tooltip> <el-table-column label="品牌" show-overflow-tooltip>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2018-10-10 14:44:45 * @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-06-11 09:51:25 * @LastEditTime: 2020-06-11 10:17:10
--> -->
<template> <template>
<div class="reviewed-wrap common-set-wrap"> <div class="reviewed-wrap common-set-wrap">
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<span v-if="scope.row.auditType == 2">导购绑定</span> <span v-if="scope.row.auditType == 2">导购绑定</span>
<span v-if="scope.row.auditType == 3">导购新增</span> <span v-if="scope.row.auditType == 3">导购新增</span>
<span v-if="scope.row.auditType == 4">导购删除</span> <span v-if="scope.row.auditType == 4">导购删除</span>
<span v-if="scope.row.auditType == 5">导购解绑</span> <!--<span v-if="scope.row.auditType == 5">导购解绑</span>-->
</template> </template>
</el-table-column> </el-table-column>
<!-- <el-table-column label="品牌"> <!-- <el-table-column label="品牌">
...@@ -153,6 +153,14 @@ export default { ...@@ -153,6 +153,14 @@ export default {
{ {
label: '已拒绝', label: '已拒绝',
value: '2' value: '2'
},
{
label: '无需审核',
value: '4'
},
{
label: '审核失败',
value: '5'
} }
], ],
searchValue: '', // 搜索 searchValue: '', // 搜索
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2018-10-10 14:44:45 * @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-06-10 18:30:02 * @LastEditTime: 2020-06-11 10:17:34
--> -->
<template> <template>
<div class="unreview-wrap common-set-wrap"> <div class="unreview-wrap common-set-wrap">
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<span v-if="scope.row.auditType == 2">导购绑定</span> <span v-if="scope.row.auditType == 2">导购绑定</span>
<span v-if="scope.row.auditType == 3">导购新增</span> <span v-if="scope.row.auditType == 3">导购新增</span>
<span v-if="scope.row.auditType == 4">导购删除</span> <span v-if="scope.row.auditType == 4">导购删除</span>
<span v-if="scope.row.auditType == 5">导购解绑</span> <!--<span v-if="scope.row.auditType == 5">导购解绑</span>-->
</template> </template>
</el-table-column> </el-table-column>
<!-- <el-table-column label="品牌"> <!-- <el-table-column label="品牌">
...@@ -174,11 +174,11 @@ export default { ...@@ -174,11 +174,11 @@ export default {
{ {
label: '导购删除', label: '导购删除',
value: '4' value: '4'
}, }
{ /* {
label: '导购解绑', label: '导购解绑',
value: '5' value: '5'
} } */
// { // {
// label: '转移成员', // label: '转移成员',
// value: '3' // value: '3'
......
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