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
26ceefb6
Commit
26ceefb6
authored
Feb 17, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问题清单
parent
562aea40
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
1 deletion
+17
-1
index.vue
src/views/property/audit-manage/index.vue
+1
-0
index.vue
src/views/property/case-allocation/index.vue
+8
-0
index.vue
src/views/property/case-back/index.vue
+1
-0
index.vue
src/views/property/case-repair/index.vue
+4
-0
index.vue
src/views/property/case-return/index.vue
+1
-0
index.vue
src/views/workplace/audit/index.vue
+2
-1
No files found.
src/views/property/audit-manage/index.vue
View file @
26ceefb6
...
...
@@ -29,6 +29,7 @@
<el-button
type=
"primary"
@
click=
"audit"
v-permission=
"'send_audio'"
:disabled=
"!selectdList || selectdList.length === 0"
>
发起稽核
</el-button
>
...
...
src/views/property/case-allocation/index.vue
View file @
26ceefb6
...
...
@@ -178,6 +178,14 @@
width
:
100
,
search
:
{
el
:
'select'
,
props
:
{
clearable
:
true
},
key
:
'manageOrgId'
,
labelWidth
:
78
},
},
{
field
:
'distributeNum'
,
title
:
'分派数量'
,
visible
:
false
,
showOverflow
:
'tooltip'
,
width
:
100
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
key
:
'distributeNum'
,
labelWidth
:
78
},
},
{
field
:
'batchCode'
,
title
:
'导入批次'
,
...
...
src/views/property/case-back/index.vue
View file @
26ceefb6
...
...
@@ -109,6 +109,7 @@
};
const
paramCallback
=
(
param
)
=>
{
const
obj
=
JSON
.
parse
(
JSON
.
stringify
(
param
));
obj
[
'tenant'
]
=
0
if
(
obj
.
arealist
&&
obj
.
arealist
.
length
>
0
)
{
obj
[
'domicileProvince'
]
=
obj
.
arealist
[
0
];
obj
[
'domicileCity'
]
=
obj
.
arealist
.
length
>
1
?
obj
.
arealist
[
1
]
:
null
;
...
...
src/views/property/case-repair/index.vue
View file @
26ceefb6
...
...
@@ -253,6 +253,10 @@
enum
:
FollowStatus
,
search
:
{
el
:
'select'
,
defaultValue
:
[
'Claiming_not_to_be_myself'
,
'dead_number'
],
props
:
{
filterable
:
true
,
multiple
:
true
,
'collapse-tags'
:
true
},
labelWidth
:
78
},
...
...
src/views/property/case-return/index.vue
View file @
26ceefb6
...
...
@@ -88,6 +88,7 @@
};
const
paramCallback
=
(
param
)
=>
{
const
obj
=
JSON
.
parse
(
JSON
.
stringify
(
param
));
obj
[
'tenant'
]
=
0
if
(
obj
.
arealist
&&
obj
.
arealist
.
length
>
0
)
{
obj
[
'domicileProvince'
]
=
obj
.
arealist
[
0
];
obj
[
'domicileCity'
]
=
obj
.
arealist
.
length
>
1
?
obj
.
arealist
[
1
]
:
null
;
...
...
src/views/workplace/audit/index.vue
View file @
26ceefb6
...
...
@@ -29,6 +29,7 @@
<el-button
type=
"primary"
@
click=
"audit"
v-permission=
"'send_audio'"
:disabled=
"!selectdList || selectdList.length === 0"
>
发起稽核
</el-button
>
...
...
@@ -216,7 +217,7 @@
},
},
enum
:
()
=>
getTenantPage
({
current
:
1
,
size
:
999999999
,
status
:
'enable'
}),
search
:
{
el
:
'select'
,
props
:
{
filterable
:
true
},
key
:
'tenant'
,
labelWidth
:
78
},
search
:
{
el
:
'select'
,
props
:
{
filterable
:
true
},
key
:
'tenant
Id
'
,
labelWidth
:
78
},
fieldNames
:
{
label
:
'name'
,
value
:
'id'
},
title
:
'调解中心'
,
width
:
100
,
...
...
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