Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
e05c6551
Commit
e05c6551
authored
Apr 15, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
35fcc7de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
groupApproval.vue
src/components/FinancialModule/groupApproval.vue
+10
-5
No files found.
src/components/FinancialModule/groupApproval.vue
View file @
e05c6551
...
...
@@ -167,8 +167,13 @@
</
template
>
</el-table-column>
<el-table-column
v-if=
"active==1"
prop=
"AuditEmpName"
label=
"审批人"
></el-table-column>
prop=
""
label=
"审批人"
width=
"130px"
>
<
template
slot-scope=
"scope"
>
<p>
待审核:
{{
scope
.
row
.
AuditEmpName
}}
</p>
<p
v-if=
"scope.row.FinanceAuditEmpName"
>
已审核:
{{
scope
.
row
.
FinanceAuditEmpName
}}
/
{{
scope
.
row
.
FinanceOutGroupAuditDate
}}
</p>
</
template
>
</el-table-column>
<el-table-column
v-if=
"active==2"
prop=
""
label=
"审批结果"
>
...
...
@@ -179,10 +184,10 @@
</el-table-column>
<el-table-column
v-if=
"active==2"
prop=
""
label=
"审批信息"
width=
"1
00
"
>
label=
"审批信息"
width=
"1
30px
"
>
<
template
slot-scope=
"scope"
>
<p>
{{
scope
.
row
.
AuditEmpName
}}
</p>
<p
>
{{
scope
.
row
.
OutGroupAuditDate
}}
</p>
<p>
{{
scope
.
row
.
AuditEmpName
}}
/
{{
scope
.
row
.
OutGroupAuditDate
}}
</p>
<p
v-if=
"scope.row.FinanceAuditEmpName"
>
{{
scope
.
row
.
FinanceAuditEmpName
}}
/
{{
scope
.
row
.
Finance
OutGroupAuditDate
}}
</p>
</
template
>
</el-table-column>
<el-table-column
...
...
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