Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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-4
Commits
15f9aeda
Commit
15f9aeda
authored
Aug 05, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改审核员显示
parent
8ddc8ffb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
12 deletions
+27
-12
auth-commit.vue
src/components/company/auth-commit.vue
+27
-12
No files found.
src/components/company/auth-commit.vue
View file @
15f9aeda
...
...
@@ -3,7 +3,7 @@
* @Author : 无尘
* @Date : 2020-02-13 14:02:40
* @LastEditors: 无尘
* @LastEditTime: 2020-08-0
3 09:32:58
* @LastEditTime: 2020-08-0
5 09:38:35
* @FilePath : j:\公司\haoban-4\src\components\company\auth-commit-success.vue
-->
<!--
...
...
@@ -22,11 +22,13 @@
<limit-textarea
:inputWidth=
"298"
:inputValue
.
sync=
"commitForm.auditReason"
:holder=
"'请输入申请理由'"
:getByType=
"'word'"
:maxLength=
"50"
></limit-textarea>
</el-form-item>
<el-form-item
label=
"审核人"
prop=
""
>
<template
v-for=
"(item, index) in commitForm.auditAdmin"
>
<span
class=
"audit-admin"
:key=
"index+'admin'"
>
{{
item
.
clerkName
}}
(
{{
item
.
nationCode
+
'-'
+
item
.
phoneNumber
}}
)
</span>
</
template
>
<div
class=
"flex flex-wrap audit-admin-body"
>
<template
v-for=
"(item, index) in commitForm.auditAdmin"
>
<span
class=
"audit-admin"
:key=
"index+'admin'"
>
{{
item
.
clerkName
}}
(
{{
item
.
nationCode
+
'-'
+
item
.
phoneNumber
}}
)
</span>
</
template
>
</div>
</el-form-item>
<el-form-item>
<el-button
@
click=
"cancel"
>
取消
</el-button>
...
...
@@ -149,12 +151,25 @@ export default {
.w-198
{
width
:
198px
;
}
.audit-admin
{
color
:
#606266
;
font-size
:
14px
;
padding
:
0
8px
;
&+.audit-admin
{
border-left
:
1px
solid
#dcdfe6
;
.audit-admin-body
{
min-width
:
700px
;
.audit-admin
{
position
:
relative
;
color
:
#606266
;
font-size
:
14px
;
padding
:
0
8px
;
margin-bottom
:
10px
;
&:nth-child(2n)
{
&::after
{
content
:
''
;
position
:
absolute
;
left
:
0
;
top
:
10px
;
width
:
0
;
height
:
14px
;
border-left
:
1px
solid
#dcdfe6
;
}
}
}
}
}
...
...
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