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
df80d9c7
authored
2023-01-13 15:01:33 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcjg-web
2 parents
9093efaa
71360cec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
src/views/jsbwcx/index.vue
src/views/system/dictionaries/dictionaries.vue
src/views/jsbwcx/index.vue
View file @
df80d9c
...
...
@@ -8,8 +8,8 @@
<el-col
:span=
"6"
>
<el-form-item
label=
"行政区"
prop=
"pcode"
>
<el-select
v-model=
"form.pcode"
class=
"width100"
clearable
placeholder=
"行政区"
>
<el-option
v-for=
"item in
xzqOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value
"
>
</el-option>
<el-option
v-for=
"item in
dicData['A20']"
:key=
"item.DCODE"
:label=
"item.DNAME"
:value=
"item.DCODE
"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
...
...
src/views/system/dictionaries/dictionaries.vue
View file @
df80d9c
...
...
@@ -6,12 +6,12 @@
<el-row
:gutter=
"20"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"字典类型编码"
>
<el-input
v-model=
"ruleForm.
DCODE
"
@
clear=
"queryClick"
clearable
placeholder=
"字典类型编码"
></el-input>
<el-input
v-model=
"ruleForm.
dcode
"
@
clear=
"queryClick"
clearable
placeholder=
"字典类型编码"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"字典类型名称"
>
<el-input
v-model=
"ruleForm.
DNAME
"
@
clear=
"queryClick"
clearable
placeholder=
"字典类型名称"
></el-input>
<el-input
v-model=
"ruleForm.
dname
"
@
clear=
"queryClick"
clearable
placeholder=
"字典类型名称"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
class=
"btnColRight"
>
...
...
@@ -57,8 +57,8 @@ export default {
rowData
:
{}
},
ruleForm
:
{
DCODE
:
''
,
DNAME
:
''
dcode
:
''
,
dname
:
''
},
tableData
:
{
total
:
0
,
...
...
Please
register
or
sign in
to post a comment