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
c3d9e0a4
authored
2024-01-25 14:16:13 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
670fdd4a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
src/views/ywbl/slsqxx/tdcbjyq/slxx.vue
src/views/ywbl/slsqxx/tdcbjyq/slxx.vue
View file @
c3d9e0a
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-25 14:1
3:38
* @LastEditTime: 2024-01-25 14:1
5:55
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -90,7 +90,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"地块名称:"
prop=
"tdcbjyq.dkmc"
>
<el-form-item
label=
"地块名称:"
>
<el-input
v-model=
"ruleForm.tdcbjyq.dkmc"
:disabled=
"!viewEdit"
></el-input>
</el-form-item>
</el-col>
...
...
@@ -410,11 +410,7 @@
ruleForm
:
{},
//传递参数
propsParam
:
{},
rules
:
{
'tdcbjyq.dkmc'
:
[
{
required
:
true
,
message
:
'请填写'
,
trigger
:
'blur'
}
]
}
rules
:
{}
}
},
methods
:
{
...
...
Please
register
or
sign in
to post a comment