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
a0b8976e
Commit
a0b8976e
authored
May 30, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
全部案件增加调解中心的筛选
parent
ad739189
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
0 deletions
+7
-0
index.vue
src/views/property/case-allocation/index.vue
+1
-0
index.vue
src/views/property/case-allocationCpe/index.vue
+1
-0
index.vue
src/views/property/case-back/index.vue
+1
-0
index.vue
src/views/property/case-manage/index.vue
+2
-0
index.vue
src/views/property/case-return/index.vue
+1
-0
index.vue
src/views/workplace/case/index.vue
+1
-0
No files found.
src/views/property/case-allocation/index.vue
View file @
a0b8976e
...
...
@@ -563,6 +563,7 @@
width
:
80
,
},
],
maxHeight
:
800
,
onCheckboxChange
:
onCheckboxChange
,
onCheckboxAll
:
onCheckboxAll
,
});
...
...
src/views/property/case-allocationCpe/index.vue
View file @
a0b8976e
...
...
@@ -183,6 +183,7 @@
dataValue
.
value
=
selectdList
.
value
.
length
>
0
?
'对选中项操作'
:
'对查询结果操作'
;
};
const
config
=
reactive
({
maxHeight
:
800
,
columns
:
[
{
type
:
'checkbox'
,
title
:
''
,
width
:
60
,
fixed
:
'left'
},
{
...
...
src/views/property/case-back/index.vue
View file @
a0b8976e
...
...
@@ -289,6 +289,7 @@
};
console
.
log
(
'citydatacitydata'
,
citydata
);
const
config
=
reactive
({
maxHeight
:
800
,
columns
:
[
{
type
:
'checkbox'
,
title
:
''
,
width
:
60
,
fixed
:
'left'
},
{
...
...
src/views/property/case-manage/index.vue
View file @
a0b8976e
...
...
@@ -257,6 +257,7 @@
};
const
config
=
reactive
({
id
:
'caseManage'
,
maxHeight
:
800
,
columns
:
[
{
type
:
'checkbox'
,
title
:
''
,
width
:
60
,
fixed
:
'left'
},
{
...
...
@@ -670,6 +671,7 @@
return
<>
{
row
?.
tenant
?.
name
}
<
/>
;
},
},
search
:
{
el
:
'select'
,
props
:
{
filterable
:
true
,
clearable
:
true
},
key
:
'tenant'
,
labelWidth
:
90
},
enum
:
()
=>
getTenantPage
({
current
:
1
,
size
:
999999999
,
status
:
'enable'
}),
fieldNames
:
{
label
:
'name'
,
value
:
'id'
},
title
:
'调解中心'
,
...
...
src/views/property/case-return/index.vue
View file @
a0b8976e
...
...
@@ -291,6 +291,7 @@
});
};
const
config
=
reactive
({
maxHeight
:
800
,
columns
:
[
{
type
:
'checkbox'
,
title
:
''
,
width
:
60
,
fixed
:
'left'
},
{
...
...
src/views/workplace/case/index.vue
View file @
a0b8976e
...
...
@@ -278,6 +278,7 @@
};
const
config
=
computed
(
()
=>
{
return
{
maxHeight
:
800
,
columns
:
[
{
type
:
'checkbox'
,
title
:
''
,
width
:
60
,
fixed
:
'left'
},
{
...
...
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