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
3d55268b
authored
2023-02-10 10:38:50 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
bug2789
1 parent
e0dc1bf1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/sthj/sbbwcx/index.vue
src/views/sthj/sbbwcx/index.vue
View file @
3d55268
...
...
@@ -31,7 +31,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"汇交状态"
prop=
"
state
"
>
<el-form-item
label=
"汇交状态"
prop=
"
hjjg
"
>
<el-select
v-model=
"form.hjjg"
class=
"width100"
clearable
placeholder=
"汇交状态"
>
<el-option
v-for=
"item in dicData['sbhjzt']"
:key=
"item.DCODE"
:label=
"item.DNAME"
:value=
"item.DCODE"
>
</el-option>
...
...
@@ -123,6 +123,7 @@ export default {
qxdm
:
""
,
// 行政区
exchangeStartTime
:
""
,
// 开始日期
exchangeEndTime
:
""
,
// 结束日期
hjjg
:
""
,
//汇交状态
bdcdyh
:
""
,
// 不动产单元号
ywh
:
""
,
// 业务号
qllx
:
""
,
// 权利类型
...
...
Please
register
or
sign in
to post a comment