Commit 221e94cb authored by 黄自鹏's avatar 黄自鹏

调整

parent 281b4076
......@@ -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">
......
......@@ -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"}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment