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
71d9489d
Commit
71d9489d
authored
Mar 05, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
a21604ae
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
4 deletions
+20
-4
element.scss
src/styles/element.scss
+2
-2
index.vue
src/views/business-approval/repair-approve/index.vue
+18
-2
No files found.
src/styles/element.scss
View file @
71d9489d
...
@@ -409,8 +409,8 @@ body {
...
@@ -409,8 +409,8 @@ body {
color
:
#234ca3
!
important
;
color
:
#234ca3
!
important
;
}
}
.el-form-item__label
{
.el-form-item__label
{
display
:
flex
;
display
:
flex
!
important
;
align-items
:
center
;
align-items
:
center
!
important
;
&
>
div
{
&
>
div
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
...
...
src/views/business-approval/repair-approve/index.vue
View file @
71d9489d
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
esc-closable
esc-closable
>
>
<div
class=
"w-full px-3 h-full overflow-auto flex-col flex mytable"
>
<div
class=
"w-full px-3 h-full overflow-auto flex-col flex mytable"
>
是否审批通过申请人{{currentRow?.applyUser?.username}}于{{currentRow?.
a
pplyTime}}时提交的{{currentRow?.downloadStatus === 'pending' ? '下载' : ''}}申请?
是否审批通过申请人{{currentRow?.applyUser?.username}}于{{currentRow?.
downloadStatus === 'pending' ?currentRow?.applyTime : currentRow?.downloadA
pplyTime}}时提交的{{currentRow?.downloadStatus === 'pending' ? '下载' : ''}}申请?
</div>
</div>
<
template
#
footer
>
<
template
#
footer
>
<el-button
type=
"default"
@
click=
"showModal = false"
>
取消
</el-button>
<el-button
type=
"default"
@
click=
"showModal = false"
>
取消
</el-button>
...
@@ -88,6 +88,11 @@
...
@@ -88,6 +88,11 @@
if
(
obj
[
'applyTime'
][
1
])
obj
[
'applyTimeEnd'
]
=
obj
[
'applyTime'
][
1
];
if
(
obj
[
'applyTime'
][
1
])
obj
[
'applyTimeEnd'
]
=
obj
[
'applyTime'
][
1
];
delete
obj
[
'applyTime'
];
delete
obj
[
'applyTime'
];
}
}
if
(
obj
[
'downloadApplyTime'
])
{
if
(
obj
[
'downloadApplyTime'
][
0
])
obj
[
'downloadApplyTimeBegin'
]
=
obj
[
'downloadApplyTime'
][
0
];
if
(
obj
[
'downloadApplyTime'
][
1
])
obj
[
'downloadApplyTimeEnd'
]
=
obj
[
'downloadApplyTime'
][
1
];
delete
obj
[
'downloadApplyTime'
];
}
setTimeout
(()
=>
{
setTimeout
(()
=>
{
const
arr
=
JSON
.
parse
(
JSON
.
stringify
(
FlowStatus
.
value
))
const
arr
=
JSON
.
parse
(
JSON
.
stringify
(
FlowStatus
.
value
))
getRepairApplyTotal
({...
obj
,
flowStatus
:
null
}).
then
(
res
=>
{
getRepairApplyTotal
({...
obj
,
flowStatus
:
null
}).
then
(
res
=>
{
...
@@ -231,6 +236,17 @@
...
@@ -231,6 +236,17 @@
labelWidth
:
105
,
labelWidth
:
105
,
},
},
},
},
{
field
:
'downloadApplyTime'
,
title
:
'下载申请时间'
,
showOverflow
:
'tooltip'
,
width
:
140
,
search
:
{
el
:
'date-picker'
,
props
:
{
type
:
'daterange'
,
valueFormat
:
'YYYY-MM-DD'
},
labelWidth
:
105
,
},
},
{
{
field
:
'repairTime'
,
field
:
'repairTime'
,
title
:
'审核时间'
,
title
:
'审核时间'
,
...
@@ -308,7 +324,7 @@
...
@@ -308,7 +324,7 @@
}
else
{
}
else
{
return
(
return
(
<>
<>
<
ElButton
type
=
"primary"
onClick
=
{()
=>
applyDownload
(
row
)}
>
<
ElButton
type
=
"primary"
onClick
=
{()
=>
applyDownload
(
row
)}
disabled
=
{
row
.
downloadStatus
===
'pending'
}
>
下载申请
下载申请
<
/ElButton
>
<
/ElButton
>
<
/
>
<
/
>
...
...
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