Commit 9dbedaf4 authored by 黄自鹏's avatar 黄自鹏

调整

parent d67e0db1
...@@ -17,6 +17,13 @@ ...@@ -17,6 +17,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="name" prop="name">
<el-input type="text" :readonly="readonly" v-model="form.name" ></el-input>
</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="bmid" prop="bmid"> <el-form-item label="所属部门" ref="bmid" prop="bmid">
......
...@@ -98,6 +98,7 @@ ...@@ -98,6 +98,7 @@
{label: "公司", prop: "gsName", fieldType: "ftString",width:160}, {label: "公司", prop: "gsName", fieldType: "ftString",width:160},
{label: "活动日期", prop: "hdrq", fieldType: "ftDateTime"}, {label: "活动日期", prop: "hdrq", fieldType: "ftDateTime"},
{label: "部门", prop: "bmName", fieldType: "ftString",width:160}, {label: "部门", prop: "bmName", fieldType: "ftString",width:160},
{label: "活动名称", prop: "name", fieldType: "ftString",width:300},
{label: "活动内容", prop: "content", fieldType: "ftString",width:300}, {label: "活动内容", prop: "content", fieldType: "ftString",width:300},
{label: "活动结论", prop: "hdjl", fieldType: "ftString",width:300}, {label: "活动结论", prop: "hdjl", fieldType: "ftString",width:300},
{label: "备注", prop: "bz", fieldType: "ftString",width:300}, {label: "备注", prop: "bz", fieldType: "ftString",width:300},
......
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