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
e520cd15
Commit
e520cd15
authored
May 27, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改城市json
parent
07b04030
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
8877 additions
and
7664 deletions
+8877
-7664
citydata.js
src/assets/citydata.js
+8862
-7650
index.vue
src/views/property/case-allocation/index.vue
+1
-1
index.vue
src/views/property/case-allocationCpe/index.vue
+1
-1
index.vue
src/views/property/case-back/index.vue
+1
-1
index.vue
src/views/property/case-return/index.vue
+1
-1
index.vue
src/views/property/repair-manage/index.vue
+1
-1
ManageOrgFormModal.vue
src/views/system/ManageOrg/components/ManageOrgFormModal.vue
+1
-0
index.vue
src/views/system/ManageOrg/index.vue
+1
-1
TenantFormModal.vue
...ws/system/promotionCompany/components/TenantFormModal.vue
+3
-3
index.vue
src/views/system/promotionCompany/index.vue
+1
-1
TenantFormModal.vue
src/views/system/tenantManage/components/TenantFormModal.vue
+3
-3
index.vue
src/views/system/tenantManage/index.vue
+1
-1
No files found.
src/assets/citydata.js
View file @
e520cd15
This diff is collapsed.
Click to expand it.
src/views/property/case-allocation/index.vue
View file @
e520cd15
...
...
@@ -215,7 +215,7 @@
title
:
'所属区域'
,
showOverflow
:
'tooltip'
,
width
:
160
,
fieldNames
:
{
label
:
'
label'
,
value
:
'valu
e'
},
fieldNames
:
{
label
:
'
name'
,
value
:
'nam
e'
},
search
:
{
el
:
'cascader'
,
props
:
{
clearable
:
true
,
checkStrictly
:
true
},
...
...
src/views/property/case-allocationCpe/index.vue
View file @
e520cd15
...
...
@@ -215,7 +215,7 @@
title
:
'所属区域'
,
showOverflow
:
'tooltip'
,
width
:
160
,
fieldNames
:
{
label
:
'
label'
,
value
:
'valu
e'
},
fieldNames
:
{
label
:
'
name'
,
value
:
'nam
e'
},
search
:
{
el
:
'cascader'
,
props
:
{
clearable
:
true
,
checkStrictly
:
true
},
...
...
src/views/property/case-back/index.vue
View file @
e520cd15
...
...
@@ -321,7 +321,7 @@
title
:
'所属区域'
,
showOverflow
:
'tooltip'
,
width
:
100
,
fieldNames
:
{
label
:
'
label'
,
value
:
'valu
e'
},
fieldNames
:
{
label
:
'
name'
,
value
:
'nam
e'
},
search
:
{
el
:
'cascader'
,
props
:
{
clearable
:
true
,
checkStrictly
:
true
},
...
...
src/views/property/case-return/index.vue
View file @
e520cd15
...
...
@@ -323,7 +323,7 @@
title
:
'所属区域'
,
showOverflow
:
'tooltip'
,
width
:
100
,
fieldNames
:
{
label
:
'
label'
,
value
:
'valu
e'
},
fieldNames
:
{
label
:
'
name'
,
value
:
'nam
e'
},
search
:
{
el
:
'cascader'
,
props
:
{
clearable
:
true
,
checkStrictly
:
true
},
...
...
src/views/property/repair-manage/index.vue
View file @
e520cd15
...
...
@@ -320,7 +320,7 @@
title
:
'所属区域'
,
showOverflow
:
'tooltip'
,
width
:
160
,
fieldNames
:
{
label
:
'
label'
,
value
:
'valu
e'
},
fieldNames
:
{
label
:
'
name'
,
value
:
'nam
e'
},
search
:
{
el
:
'cascader'
,
props
:
{
clearable
:
true
,
checkStrictly
:
true
,
multiple
:
true
,
'collapse-tags'
:
true
},
...
...
src/views/system/ManageOrg/components/ManageOrgFormModal.vue
View file @
e520cd15
...
...
@@ -20,6 +20,7 @@
<el-form-item
class=
"w-full"
label=
"所属区域"
prop=
"orgName"
>
<el-cascader
v-model=
"form.arealist"
:props=
"
{ label: 'name', value: 'name' }"
class="w-full"
:checkStrictly="true"
:options="citydata"
...
...
src/views/system/ManageOrg/index.vue
View file @
e520cd15
...
...
@@ -42,7 +42,7 @@
showOverflow
:
'tooltip'
,
title
:
'所属区域'
,
fieldNames
:
{
label
:
'
label'
,
value
:
'valu
e'
},
fieldNames
:
{
label
:
'
name'
,
value
:
'nam
e'
},
showOverflow
:
'tooltip'
,
search
:
{
el
:
'cascader'
,
props
:
{
clearable
:
true
,
checkStrictly
:
true
}
},
slots
:
{
...
...
src/views/system/promotionCompany/components/TenantFormModal.vue
View file @
e520cd15
...
...
@@ -26,9 +26,9 @@
<el-select
v-model=
"form.province"
placeholder=
"请选择"
clearable
>
<el-option
v-for=
"item in citydata"
:key=
"item.
valu
e"
:label=
"item.
label
"
:value=
"item.
valu
e"
:key=
"item.
nam
e"
:label=
"item.
name
"
:value=
"item.
nam
e"
/>
</el-select>
</el-form-item>
...
...
src/views/system/promotionCompany/index.vue
View file @
e520cd15
...
...
@@ -39,7 +39,7 @@
enum
:
citydata
,
showOverflow
:
'tooltip'
,
title
:
'省份'
,
fieldNames
:
{
label
:
'
label'
,
value
:
'valu
e'
},
fieldNames
:
{
label
:
'
name'
,
value
:
'nam
e'
},
showOverflow
:
'tooltip'
,
// search: { el: 'select', props: { clearable: true } },
},
...
...
src/views/system/tenantManage/components/TenantFormModal.vue
View file @
e520cd15
...
...
@@ -26,9 +26,9 @@
<el-select
v-model=
"form.province"
placeholder=
"请选择"
clearable
>
<el-option
v-for=
"item in citydata"
:key=
"item.
valu
e"
:label=
"item.
label
"
:value=
"item.
valu
e"
:key=
"item.
nam
e"
:label=
"item.
name
"
:value=
"item.
nam
e"
/>
</el-select>
</el-form-item>
...
...
src/views/system/tenantManage/index.vue
View file @
e520cd15
...
...
@@ -39,7 +39,7 @@
enum
:
citydata
,
showOverflow
:
'tooltip'
,
title
:
'省份'
,
fieldNames
:
{
label
:
'
label'
,
value
:
'valu
e'
},
fieldNames
:
{
label
:
'
name'
,
value
:
'nam
e'
},
showOverflow
:
'tooltip'
,
// search: { el: 'select', props: { clearable: true } },
},
...
...
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