Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-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
61e06068
authored
2023-10-24 17:38:02 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:国有建设用地使用权字典转换
1 parent
599955af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
View file @
61e0606
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-2
3 17:17:34
* @LastEditTime: 2023-10-2
4 17:35:49
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -105,7 +105,14 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利设定方式:"
>
<el-input
maxlength=
"25"
:disabled=
"!viewEdit"
v-model=
"ruleForm.zdjbxx.qlsdfsmc"
></el-input>
<el-select
v-model=
"ruleForm.zdjbxx.qlsdfs"
:disabled=
"!viewEdit"
>
<el-option
v-for=
"item in dictData['A10']"
:key=
"item.dcode"
:label=
"item.dname"
:value=
"item.dcode"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
Please
register
or
sign in
to post a comment