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
262c04c5
Commit
262c04c5
authored
Oct 20, 2022
by
Jings
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 待审核-文案修改
parent
3cc91303
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
unreview.vue
src/views/reviewCenter/unreview.vue
+10
-10
No files found.
src/views/reviewCenter/unreview.vue
View file @
262c04c5
...
...
@@ -3,8 +3,8 @@
* @version: 1.0.0
* @Author: 无尘
* @Date: 2018-10-10 14:44:45
* @LastEditors:
无尘
* @LastEditTime: 202
0-09-22 11:11:17
* @LastEditors:
Drama
* @LastEditTime: 202
2-10-20 10:05:42
-->
<
template
>
<div
class=
"unreview-wrap common-set-wrap"
>
...
...
@@ -25,7 +25,7 @@
<el-table-column
label=
"审核事项"
>
<template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.auditType == 1"
>
门店信息变更
</span>
<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 == 4"
>
导购删除
</span>
<!--
<span
v-if=
"scope.row.auditType == 5"
>
导购解绑
</span>
-->
...
...
@@ -42,7 +42,7 @@
<el-popover
placement=
"top-start"
width=
"300"
trigger=
"hover"
@
show=
"showSingleInfo(scope.row.commitStaffId)"
>
<div
class=
"apply-info-detail"
>
<div
class=
"flex"
>
<div
class=
"apply-info-img flex-align-center flex-pack-center bg-82C5FF
"
>
<div
class=
"apply-info-img flex-align-center flex-pack-center bg-82C5FF"
>
<i
v-if=
"!userData.headImg"
class=
"iconfont-hb3 icon-yewuduanmorentouxian"
></i>
<img
v-else
:src=
"userData.headImg"
alt=
"img"
/>
</div>
...
...
@@ -67,9 +67,9 @@
</div>
</div>
</el-popover>
<div
class=
"flex flex-column apply-info"
style=
"overflow: hidden;
text-overflow: ellipsis;white-space:nowrap;
"
>
<div
class=
"flex flex-column apply-info"
style=
"overflow: hidden;
text-overflow: ellipsis; white-space: nowrap
"
>
<span>
{{
scope
.
row
.
commitStaffName
||
'--'
}}
</span>
<span
class=
"font-13"
style=
"overflow: hidden;
text-overflow: ellipsis;white-space:nowrap;
"
>
{{
scope
.
row
.
commitStoreName
||
'--'
}}
</span>
<span
class=
"font-13"
style=
"overflow: hidden;
text-overflow: ellipsis; white-space: nowrap
"
>
{{
scope
.
row
.
commitStoreName
||
'--'
}}
</span>
</div>
</div>
</
template
>
...
...
@@ -111,7 +111,7 @@
<div><i
class=
"el-icon-success"
></i><span
class=
"approve-icon-tip"
>
同意
</span></div>
<div
class=
"approve-tip"
>
是否确认同意
</div>
</div>
<div
slot=
"footer"
class=
"approve-footer dialog-footer"
style=
"text-align: center
;
"
>
<div
slot=
"footer"
class=
"approve-footer dialog-footer"
style=
"text-align: center"
>
<el-button
@
click=
"approveVisible = false"
>
取 消
</el-button>
<el-button
type=
"primary"
@
click=
"sendApprove"
>
确 定
</el-button>
</div>
...
...
@@ -848,10 +848,10 @@ export default {
font-size
:
14px
;
color
:
#606266
;
}
>>>
.el-dialog__body
{
>>>
.el-dialog__body
{
padding-top
:
0
;
}
>>>
.el-dialog__footer
{
>>>
.el-dialog__footer
{
border
:
none
;
padding
:
18px
20px
22px
20px
;
}
...
...
@@ -863,7 +863,7 @@ export default {
font-size
:
14px
;
color
:
#606266
;
}
>>>
.el-dialog__footer
{
>>>
.el-dialog__footer
{
border
:
none
;
/*padding: 18px 20px 22px 20px;*/
}
...
...
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