Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
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
何远江
yishuju-ui
Commits
3ff23514
Commit
3ff23514
authored
Feb 27, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
减免审批
parent
3d18bfdb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
reduceDrawer.vue
...ness-approval/reduction-apply/components/reduceDrawer.vue
+3
-3
No files found.
src/views/business-approval/reduction-apply/components/reduceDrawer.vue
View file @
3ff23514
...
@@ -186,8 +186,8 @@
...
@@ -186,8 +186,8 @@
<
template
#
footer
>
<
template
#
footer
>
<div
style=
"flex: auto"
>
<div
style=
"flex: auto"
>
<el-button
@
click=
"showModal = false"
>
取消
</el-button>
<el-button
@
click=
"showModal = false"
>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"submitForm('fail')"
>
不通过
</el-button>
<el-button
type=
"primary"
@
click=
"submitForm('fail')"
v-if=
"currentDetail.flowStatus === 'pending'"
>
不通过
</el-button>
<el-button
type=
"primary"
@
click=
"submitForm('pass')"
>
通过
</el-button>
<el-button
type=
"primary"
@
click=
"submitForm('pass')"
v-if=
"currentDetail.flowStatus === 'pending'"
>
通过
</el-button>
</div>
</div>
</
template
>
</
template
>
<el-dialog
v-model=
"dialogVisible"
>
<el-dialog
v-model=
"dialogVisible"
>
...
@@ -510,7 +510,7 @@
...
@@ -510,7 +510,7 @@
}
}
.after-border
{
.after-border
{
position
:
relative
;
position
:
relative
;
::after
{
&
:
:
after
{
position
:
absolute
;
position
:
absolute
;
top
:
-20px
;
top
:
-20px
;
right
:
0
;
right
:
0
;
...
...
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