Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-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
李苏
sgaqgl-vue
Commits
b99e76f4
Commit
b99e76f4
authored
Jan 13, 2023
by
黄自鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
05901354
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
report.vue
src/views/contingency/contingencystudy/report.vue
+2
-2
reportEdit.vue
src/views/contingency/contingencystudy/reportEdit.vue
+2
-2
edit.vue
src/views/outsourcingDirector/archives/edit.vue
+2
-2
No files found.
src/views/contingency/contingencystudy/report.vue
View file @
b99e76f4
...
...
@@ -90,12 +90,12 @@
{
label
:
"分公司"
,
prop
:
"gsName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练组织单位"
,
prop
:
"yldwName"
,
fieldType
:
"ftString"
,
width
:
192
},
// {label: "演练计划", prop: "yljhName", fieldType: "ftString",width:192},
{
label
:
"培训人数"
,
prop
:
"pxrs"
,
fieldType
:
"int"
},
/*{label: "培训人数", prop: "pxrs", fieldType: "int"},*/
{
label
:
"演练目标"
,
prop
:
"ylmb"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"演练方式"
,
prop
:
"ylfs"
,
fieldType
:
"ftString"
,
width
:
160
},
{
label
:
"演练时间"
,
prop
:
"ylrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"演练责任人"
,
prop
:
"ylzrrName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练时长"
,
prop
:
"ylsc"
,
fieldType
:
"float"
},
/*{label: "演练时长", prop: "ylsc", fieldType: "float"},*/
{
label
:
"主(协)办单位"
,
prop
:
"zbdwid"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练负责人"
,
prop
:
"ylfzrName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"质量负责人"
,
prop
:
"zlfzrName"
,
fieldType
:
"ftString"
,
width
:
192
},
...
...
src/views/contingency/contingencystudy/reportEdit.vue
View file @
b99e76f4
...
...
@@ -68,11 +68,11 @@
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.ylzrrid"
></el-input>
-->
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<
!--
<
el-col
:span=
"12"
>
<el-form-item
label=
"演练时长(天)"
ref=
"ylsc"
prop=
"ylsc"
>
<el-input
type=
'number'
:readonly=
"readonly"
v-model=
"form.ylsc"
></el-input>
</el-form-item>
</el-col>
</el-col>
-->
<el-col
:span=
"12"
>
<el-form-item
label=
"主(协)办单位"
ref=
"zbdwid"
prop=
"zbdwid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.zbdwid"
></el-input>
...
...
src/views/outsourcingDirector/archives/edit.vue
View file @
b99e76f4
...
...
@@ -117,10 +117,10 @@ export default {
},
/* form提交时的规则,具体规则参考官网*/
rules
:
{
email
:[
/*
email:[
{ required: true, message: '请输入邮箱地址', trigger: 'blur' },
{ type: 'email', message: '请输入正确的邮箱地址', trigger: ['blur', 'change'] }
]
]
*/
},
dwlxArray
:
[]
};
...
...
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