Commit 18177e0d authored by 李苏's avatar 李苏 💬

xtfl

parent ab43c3f5
......@@ -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>
......@@ -92,7 +92,7 @@
//巡检日期
xjrq:new Date().getTime(),
//设备分类
flid:'',
xtfl:'',
//设备ID
sbxxid:'',
//安装位置
......
......@@ -116,7 +116,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