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
88407129
Commit
88407129
authored
Feb 24, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
全部案件调整
parent
7e32f25e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
14 deletions
+32
-14
index.vue
src/views/property/case-manage/index.vue
+32
-14
No files found.
src/views/property/case-manage/index.vue
View file @
88407129
...
...
@@ -54,9 +54,12 @@
import
{
reactive
,
ref
}
from
'vue'
;
import
{
getCreditPage
,
getCreditTotal
}
from
'@/api/property'
;
import
{
ElButton
,
ElMessage
,
ElTag
}
from
'element-plus'
;
import
{
getTenantPage
}
from
'@/api/tenant'
;
import
{
useAuthStore
}
from
'@/stores/modules/auth'
;
const
caseModalRef
=
ref
();
const
caseLRef
=
ref
();
const
statisis
=
ref
({});
const
{
authButtonListGet
}
=
useAuthStore
();
// 获取用户权限列表
import
{
onMounted
}
from
'vue'
;
import
{
getPlatformPage
}
from
'@/api/platform'
;
...
...
@@ -282,20 +285,6 @@
labelWidth
:
90
},
},
{
field
:
'principalBalance'
,
showOverflow
:
'tooltip'
,
title
:
'本金余额'
,
width
:
80
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
90
},
},
{
field
:
'commission'
,
showOverflow
:
'tooltip'
,
title
:
'手续费'
,
width
:
80
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
90
},
},
{
field
:
'followStatus'
,
showOverflow
:
'tooltip'
,
...
...
@@ -336,6 +325,20 @@
},
},
},
{
field
:
'principalBalance'
,
showOverflow
:
'tooltip'
,
title
:
'本金余额'
,
width
:
80
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
90
},
},
{
field
:
'commission'
,
showOverflow
:
'tooltip'
,
title
:
'手续费'
,
width
:
80
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
90
},
},
{
field
:
'caseStatus'
,
title
:
'案件状态'
,
...
...
@@ -354,6 +357,21 @@
},
},
},
{
showOverflow
:
'tooltip'
,
slots
:
{
default
:
({
row
})
=>
{
return
(
<>
{
row
?.
tenant
?.
name
}
<
/
>
);
},
},
enum
:
()
=>
getTenantPage
({
current
:
1
,
size
:
999999999
,
status
:
'enable'
}),
search
:
authButtonListGet
.
includes
(
'allcation_for_tenant'
)
?
{
el
:
'select'
,
props
:
{
filterable
:
true
},
key
:
'tenant'
,
labelWidth
:
105
}
:
null
,
fieldNames
:
{
label
:
'name'
,
value
:
'id'
},
title
:
'调解中心'
,
width
:
100
,
},
{
field
:
'credit?.borrowingTime'
,
title
:
'借款时间'
,
...
...
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