Commit f8628622 authored by 李苏's avatar 李苏 💬

传参调整

parent a1eb620e
......@@ -6,7 +6,7 @@
<el-col :span="12">
<el-form-item label="分类" ref="flid" prop="flid">
<!-- <el-input :readonly="readonly" v-model="form.flid" ></el-input> -->
<RelSelect style="width: 100%;" :readonly="readonly" src='aqgl/rcgl/fcghd/init/zylx' :match="{value:'id',label:'name'}" v-model='form.flid' ></RelSelect>
<RelMulSelect :collapseTags='false' style="width: 100%;" :readonly="readonly" src='aqgl/rcgl/ufcgzylx/query' :match="{value:'id',label:'name'}" v-model='form.flid' ></RelMulSelect>
</el-form-item>
</el-col>
<el-col :span="12">
......
......@@ -95,7 +95,7 @@
},
/* 表格标题对应参数*/
tableTitle: [
{label: "分类", prop: "flName", fieldType: "ftString",width:60},
{label: "分类", prop: "flName", fieldType: "ftString",width:120},
{label: "活动内容", prop: "hdnr", fieldType: "ftString",width:300},
{label: "活动日期", prop: "hdrq", fieldType: "ftDateTime"},
{label: "附件数", prop: "attachcount", fieldType: "int"},
......
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