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
2cf2496c
Commit
2cf2496c
authored
Apr 28, 2025
by
tanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
稽核超时时间显示
parent
4a2bf95e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
5 deletions
+44
-5
index.vue
src/views/business-approval/audit-apply/index.vue
+13
-0
index.vue
src/views/property/audit-manage/index.vue
+16
-3
index.vue
src/views/workplace/audit/index.vue
+15
-2
No files found.
src/views/business-approval/audit-apply/index.vue
View file @
2cf2496c
...
@@ -294,6 +294,19 @@
...
@@ -294,6 +294,19 @@
},
},
},
},
},
},
{
field
:
'sendAuditTime'
,
title
:
'稽核发起时间'
,
showOverflow
:
'tooltip'
,
width
:
130
,
},
{
field
:
'endAuditTime'
,
title
:
'稽核结束时间'
,
showOverflow
:
'tooltip'
,
width
:
130
,
},
{
{
field
:
'status'
,
field
:
'status'
,
title
:
'超时状态'
,
title
:
'超时状态'
,
...
...
src/views/property/audit-manage/index.vue
View file @
2cf2496c
...
@@ -371,12 +371,25 @@
...
@@ -371,12 +371,25 @@
},
},
},
},
},
},
{
field
:
'sendAuditTime'
,
title
:
'稽核发起时间'
,
showOverflow
:
'tooltip'
,
width
:
130
,
},
{
field
:
'endAuditTime'
,
title
:
'稽核结束时间'
,
showOverflow
:
'tooltip'
,
width
:
130
,
},
{
{
field
:
'status'
,
field
:
'status'
,
title
:
'超时状态'
,
title
:
'超时状态'
,
width
:
100
,
width
:
100
,
showOverflow
:
'tooltip'
,
showOverflow
:
'tooltip'
,
// search: { el: 'select', props: { clearable: true }, labelWidth: 105 },
slots
:
{
slots
:
{
default
:
({
row
})
=>
{
default
:
({
row
})
=>
{
return
(
return
(
...
@@ -432,7 +445,7 @@
...
@@ -432,7 +445,7 @@
{
{
field
:
'code'
,
field
:
'code'
,
title
:
'操作'
,
title
:
'操作'
,
width
:
8
0
,
width
:
15
0
,
visible
:
activeName
.
value
===
'audit'
||
activeName
.
value
===
'rejected'
?
true
:
false
,
visible
:
activeName
.
value
===
'audit'
||
activeName
.
value
===
'rejected'
?
true
:
false
,
slots
:
{
slots
:
{
default
:
({
row
,
rowIndex
})
=>
{
default
:
({
row
,
rowIndex
})
=>
{
...
@@ -440,7 +453,7 @@
...
@@ -440,7 +453,7 @@
return
(
return
(
<>
<>
<
ElButton
type
=
"primary"
onClick
=
{()
=>
callTelephone
(
row
,
'handle'
)}
>
<
ElButton
type
=
"primary"
onClick
=
{()
=>
callTelephone
(
row
,
'handle'
)}
>
处理
补充跟进材料
<
/ElButton
>
<
/ElButton
>
<
/
>
<
/
>
);
);
...
...
src/views/workplace/audit/index.vue
View file @
2cf2496c
...
@@ -370,6 +370,19 @@
...
@@ -370,6 +370,19 @@
},
},
},
},
},
},
{
field
:
'sendAuditTime'
,
title
:
'稽核发起时间'
,
showOverflow
:
'tooltip'
,
width
:
130
,
},
{
field
:
'endAuditTime'
,
title
:
'稽核结束时间'
,
showOverflow
:
'tooltip'
,
width
:
130
,
},
{
{
field
:
'status'
,
field
:
'status'
,
title
:
'超时状态'
,
title
:
'超时状态'
,
...
@@ -431,7 +444,7 @@
...
@@ -431,7 +444,7 @@
{
{
field
:
'code'
,
field
:
'code'
,
title
:
'操作'
,
title
:
'操作'
,
width
:
8
0
,
width
:
15
0
,
visible
:
activeName
.
value
===
'audit'
||
activeName
.
value
===
'rejected'
?
true
:
false
,
visible
:
activeName
.
value
===
'audit'
||
activeName
.
value
===
'rejected'
?
true
:
false
,
slots
:
{
slots
:
{
default
:
({
row
,
rowIndex
})
=>
{
default
:
({
row
,
rowIndex
})
=>
{
...
@@ -439,7 +452,7 @@
...
@@ -439,7 +452,7 @@
return
(
return
(
<>
<>
<
ElButton
type
=
"primary"
onClick
=
{()
=>
callTelephone
(
row
,
'handle'
)}
>
<
ElButton
type
=
"primary"
onClick
=
{()
=>
callTelephone
(
row
,
'handle'
)}
>
处理
补充跟进材料
<
/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