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
221e94cb
Commit
221e94cb
authored
Jan 05, 2023
by
黄自鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
281b4076
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
edit.vue
src/views/basicData/scgw/edit.vue
+10
-0
index.vue
src/views/basicData/scgw/index.vue
+4
-0
No files found.
src/views/basicData/scgw/edit.vue
View file @
221e94cb
...
...
@@ -39,6 +39,16 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-checkbox-group
v-model=
"checkList"
>
<el-checkbox
label=
"曝光亮相关"
></el-checkbox>
<el-checkbox
label=
"安全补课关"
></el-checkbox>
<el-checkbox
label=
"领导谈话关"
></el-checkbox>
<el-checkbox
label=
"反思检查关"
></el-checkbox>
</el-checkbox-group>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"备注"
ref=
"bz"
prop=
"bz"
>
...
...
src/views/basicData/scgw/index.vue
View file @
221e94cb
...
...
@@ -101,6 +101,10 @@
{
label
:
"所属部门"
,
prop
:
"bmName"
,
fieldType
:
"ftString"
,
width
:
300
},
// {label: "负责人编码", prop: "fzrid", fieldType: "ftString",width:192},
{
label
:
"负责人"
,
prop
:
"fzrName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"曝光亮相关"
,
prop
:
"bglxg"
,
fieldType
:
"ftString"
,
width
:
10
},
{
label
:
"安全补课关"
,
prop
:
"anbkg"
,
fieldType
:
"ftString"
,
width
:
10
},
{
label
:
"领导谈话关"
,
prop
:
"ldthg"
,
fieldType
:
"ftString"
,
width
:
10
},
{
label
:
"反思检查关"
,
prop
:
"fsjcg"
,
fieldType
:
"ftString"
,
width
:
10
},
{
label
:
"备注"
,
prop
:
"bz"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
},
{
label
:
"维护时间"
,
prop
:
"whsj"
,
fieldType
:
"ftDateTime"
}
...
...
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