Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dxgaqgl-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
dxgaqgl-vue
Commits
b487cbc9
Commit
b487cbc9
authored
Sep 19, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字段调整
parent
768e3b44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
report.vue
src/views/contingency/contingencystudy/report.vue
+1
-1
reportEdit.vue
src/views/contingency/contingencystudy/reportEdit.vue
+3
-2
No files found.
src/views/contingency/contingencystudy/report.vue
View file @
b487cbc9
...
...
@@ -109,7 +109,7 @@
// {label: "演练负责人", prop: "ylfzrName", fieldType: "ftString",width:192},
// {label: "质量负责人", prop: "zlfzrName", fieldType: "ftString",width:192},
{
label
:
"演练人数"
,
prop
:
"
gjfy
"
,
width
:
120
},
{
label
:
"演练人数"
,
prop
:
"
ylrs
"
,
width
:
120
},
{
label
:
"备注"
,
prop
:
"bz"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
},
{
label
:
"维护时间"
,
prop
:
"whsj"
,
fieldType
:
"ftDateTime"
}
...
...
src/views/contingency/contingencystudy/reportEdit.vue
View file @
b487cbc9
...
...
@@ -83,8 +83,8 @@
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"演练人数"
ref=
"
gjfy"
prop=
"gjfy
"
>
<el-input
:readonly=
"readonly"
v-model=
"form.
gjfy
"
></el-input>
<el-form-item
label=
"演练人数"
ref=
"
ylrs"
prop=
"ylrs
"
>
<el-input
:readonly=
"readonly"
v-model=
"form.
ylrs
"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
...
...
@@ -123,6 +123,7 @@
/* 当前表单初始值,默认由RelDialog查询indexQuery赋值,copy时不赋值id,初始化时所有query的值都会赋值给form*/
form
:
{
ylrs
:
''
,
yldj
:
''
,
//ID
id
:
''
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment