Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e3fcf551
authored
2023-01-17 16:52:44 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1111
1 parent
7be1a7cf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/sbbwcx/index.vue
src/views/sbbwcx/index.vue
View file @
e3fcf55
...
...
@@ -6,8 +6,8 @@
<el-form
ref=
"ruleForm"
:model=
"form"
label-width=
"100px"
>
<el-row
class=
"mb-5"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"行政区"
prop=
"
pcode
"
>
<el-select
v-model=
"form.
pcode
"
class=
"width100"
clearable
placeholder=
"行政区"
>
<el-form-item
label=
"行政区"
prop=
"
qxdm
"
>
<el-select
v-model=
"form.
qxdm
"
class=
"width100"
clearable
placeholder=
"行政区"
>
<el-option
v-for=
"item in dicData['A20']"
:key=
"item.DCODE"
:label=
"item.DNAME"
:value=
"item.DCODE"
>
</el-option>
</el-select>
...
...
Please
register
or
sign in
to post a comment