Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
42b08a0a
authored
2021-01-05 09:17:51 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
房屋结构下拉字典修改
1 parent
209cb582
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
src/components/plh/plH.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
src/components/plh/plH.vue
View file @
42b08a0
...
...
@@ -116,11 +116,11 @@
<td
colspan=
"5"
>
<el-select
class=
"selectTitle"
v-model=
"form.fwjgbsm"
>
<el-option
v-for=
"i in $store.state.fwjgList
"
:key=
"i
.bsm"
:label=
"i
.mc"
:value=
"i.bsm"
>
</el-option>
v-for=
"item in $store.state.jgOptions
"
:key=
"item
.bsm"
:label=
"item
.mc"
:value=
"item.bsm"
>
</el-option>
</el-select>
</td>
</tr>
...
...
@@ -177,10 +177,10 @@
<td
colspan=
"9"
>
<el-select
v-model=
"item1.fwjgzdbsm"
placeholder=
"请选择"
>
<el-option
v-for=
"item in $store.state.fwjgList
"
:key=
"item.bsm"
:label=
"item.mc"
:value=
"item.bsm"
>
v-for=
"item in $store.state.jgOptions
"
:key=
"item.bsm"
:label=
"item.mc"
:value=
"item.bsm"
>
</el-option>
</el-select>
</td>
...
...
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
42b08a0
...
...
@@ -284,7 +284,7 @@
<td
colspan=
"9"
>
<el-select
v-model=
"item1.fwjgzdbsm"
placeholder=
"请选择"
:disabled=
"disableFlag"
>
<el-option
v-for=
"item in $store.state.
fwjgList
"
v-for=
"item in $store.state.
jgOptions
"
:key=
"item.bsm"
:label=
"item.mc"
:value=
"item.bsm"
>
...
...
Please
register
or
sign in
to post a comment