Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-3
Commits
dc0ce888
Commit
dc0ce888
authored
Jun 11, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改员工详情、
parent
ad47314b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
9 deletions
+17
-9
review-result-detail.vue
src/components/review/review-result-detail.vue
+2
-2
reviewed.vue
src/views/reviewCenter/reviewed.vue
+10
-2
unreview.vue
src/views/reviewCenter/unreview.vue
+5
-5
No files found.
src/components/review/review-result-detail.vue
View file @
dc0ce888
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-10-21 14:27:29
* @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'
<span
v-if=
"scope.row.auditType == 2"
>
导购绑定
</span>
<span
v-if=
"scope.row.auditType == 3"
>
导购新增
</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
>
</el-table-column>
<el-table-column
label=
"品牌"
show-overflow-tooltip
>
...
...
src/views/reviewCenter/reviewed.vue
View file @
dc0ce888
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘
* @LastEditTime: 2020-06-11
09:51:25
* @LastEditTime: 2020-06-11
10:17:10
-->
<
template
>
<div
class=
"reviewed-wrap common-set-wrap"
>
...
...
@@ -25,7 +25,7 @@
<span
v-if=
"scope.row.auditType == 2"
>
导购绑定
</span>
<span
v-if=
"scope.row.auditType == 3"
>
导购新增
</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
>
</el-table-column>
<!-- <el-table-column label="品牌">
...
...
@@ -153,6 +153,14 @@ export default {
{
label
:
'已拒绝'
,
value
:
'2'
},
{
label
:
'无需审核'
,
value
:
'4'
},
{
label
:
'审核失败'
,
value
:
'5'
}
],
searchValue
:
''
,
// 搜索
...
...
src/views/reviewCenter/unreview.vue
View file @
dc0ce888
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘
* @LastEditTime: 2020-06-1
0 18:30:02
* @LastEditTime: 2020-06-1
1 10:17:34
-->
<
template
>
<div
class=
"unreview-wrap common-set-wrap"
>
...
...
@@ -29,7 +29,7 @@
<span
v-if=
"scope.row.auditType == 2"
>
导购绑定
</span>
<span
v-if=
"scope.row.auditType == 3"
>
导购新增
</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
>
</el-table-column>
<!-- <el-table-column label="品牌">
...
...
@@ -174,11 +174,11 @@ export default {
{
label
:
'导购删除'
,
value
:
'4'
}
,
{
}
/*
{
label: '导购解绑',
value: '5'
}
}
*/
// {
// label: '转移成员',
// value: '3'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment