Commit 312b68b3 authored by dingyoujian's avatar dingyoujian

调整

parent 6ec5a05c
...@@ -9,6 +9,13 @@ ...@@ -9,6 +9,13 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-row :gutter="20">
<el-col :span="24">
<el-form-item label="角色" ref="roleid" prop="roleid">
<RelSelect style="width: 100%;" src='/kzzx/role/query' :match="{value:'id',label:'rolename'}" v-model='form.roleid' ></RelSelect>
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="24"> <el-col :span="24">
<el-form-item label="履职内容" ref="content" prop="content"> <el-form-item label="履职内容" ref="content" prop="content">
...@@ -45,6 +52,7 @@ ...@@ -45,6 +52,7 @@
id:'', id:'',
//分类编码 //分类编码
flid:'', flid:'',
roleid:'',
//履职内容 //履职内容
content:'', content:'',
//维护人编码 //维护人编码
......
...@@ -76,7 +76,8 @@ ...@@ -76,7 +76,8 @@
}, },
/* 表格标题对应参数*/ /* 表格标题对应参数*/
tableTitle: [ tableTitle: [
{label: "分类", prop: "flName", fieldType: "ftString",width:192}, {label: "分类", prop: "flName", fieldType: "ftString",width:100},
{label: "角色", prop: "roleName", fieldType: "ftString",width:100},
{label: "履职内容", prop: "content", fieldType: "ftString",width:300}, {label: "履职内容", prop: "content", fieldType: "ftString",width:300},
{label: "维护人", prop: "whr", fieldType: "ftString"}, {label: "维护人", prop: "whr", fieldType: "ftString"},
{label: "维护时间", prop: "whsj", fieldType: "ftDateTime"} {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