Commit 50468d0f authored by 李苏's avatar 李苏 💬

去掉部门

parent f65a7a91
......@@ -15,19 +15,19 @@
</el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="12">
<el-col :span="24">
<el-form-item label="发布日期" ref="fbrq" prop="fbrq">
<el-date-picker style="width: 100%;" :readonly="readonly" type="date"
v-model="form.fbrq" placeholder="选择日期">
</el-date-picker>
</el-form-item>
</el-col>
<el-col :span="12">
<!-- <el-col :span="12">
<el-form-item label="发布部门" ref="bmid" prop="bmid">
<!-- <el-input :readonly="readonly" v-model="form.bmid" ></el-input> -->
<RelSelect v-model="form.bmid" :readonly="readonly" style="width: 100%;" src='jcsj/common/bm/queryBm' filterable clearable :match="{value:'id',label:'bmmc'}"></RelSelect>
</el-form-item>
</el-col>
</el-col> -->
</el-row>
<el-row :gutter="20">
<!-- <el-col :span="12">
......
......@@ -88,7 +88,7 @@
{label: "标题", prop: "title", fieldType: "ftString",width:300},
{label: "内容", prop: "content", fieldType: "ftString",width:300},
{label: "发布日期", prop: "fbrq", fieldType: "ftDateTime"},
{label: "发布部门", prop: "bmName", fieldType: "ftString",width:192},
// {label: "发布部门", prop: "bmName", fieldType: "ftString",width:192},
{label: "附件数", prop: "attachcount", fieldType: "int"},
{label: "备注", prop: "bz", fieldType: "ftString",width:300},
{label: "维护人", prop: "whr", fieldType: "ftString"},
......
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