Commit 08860671 authored by zhoumaotao's avatar zhoumaotao

设备巡检2

parent 01421ad5
......@@ -11,8 +11,8 @@
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="设备分类" ref="flid" prop="flid">
<el-input :readonly="readonly" v-model="form.flid" ></el-input>
<el-form-item label="设备分类" ref="xtfl" prop="xtfl">
<el-input :readonly="readonly" v-model="form.xtfl" ></el-input>
</el-form-item>
</el-col>
</el-row>
......
......@@ -75,7 +75,7 @@
/* 表格标题对应参数*/
tableTitle: [
{label: "巡检日期", prop: "xjrq", fieldType: "ftDateTime"},
{label: "设备分类", prop: "flid", fieldType: "ftString",width:96},
{label: "设备分类", prop: "xtfl", fieldType: "ftString",width:96},
{label: "设备分类", prop: "xtflName", fieldType: "ftString",width:96},
{label: "设备ID", prop: "sbxxid", fieldType: "ftString",width:192},
{label: "设备编号", prop: "sbxxCode", fieldType: "ftString",width:192},
......
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