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
ffd6e5f3
authored
2020-11-23 16:26:34 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
不动产单元号生成
1 parent
004f9ae8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/zrz/zrzxx/index.vue
src/views/zrz/zrzxx/index.vue
View file @
ffd6e5f
...
...
@@ -26,7 +26,7 @@
<td
colspan=
"4"
>
<input
class=
"formInput percent78"
v-show=
"form.bdcdyh === ''||form.bdcdyh == null "
:disabled=
"form.qszt!='0'"
v-model=
"form.bdcdyh"
style=
"width: 70%"
>
<input
class=
"formInput"
:disabled=
"form.qszt!='0'"
v-show=
"form.bdcdyh !== ''&&form.bdcdyh != null "
v-model=
"form.bdcdyh"
style=
"width: 100%"
>
<el-button
@
click
.
prevent=
""
type=
"primary"
size=
"mini"
style=
"width:25%;margin-left:3%"
v-show=
"form.bdcdyh === ''||form.bdcdyh == null "
>
生成
</el-button>
<el-button
@
click
.
prevent=
"
generatorCode
"
type=
"primary"
size=
"mini"
style=
"width:25%;margin-left:3%"
v-show=
"form.bdcdyh === ''||form.bdcdyh == null "
>
生成
</el-button>
</td>
</tr>
...
...
Please
register
or
sign in
to post a comment