|
|
@@ -77,6 +77,17 @@ export default {
|
|
|
type: "input",
|
|
|
search: true,
|
|
|
},
|
|
|
+ {
|
|
|
+ label: "状态",
|
|
|
+ prop: "status",
|
|
|
+ addDisplay: false,
|
|
|
+ editDisplay: false,
|
|
|
+ type:"select",
|
|
|
+ dataType:"number",
|
|
|
+ dicUrl:"/blade-system/dict-biz/dictionary?code=repair_status",
|
|
|
+ props:{label:"dictValue",value:"dictKey"},
|
|
|
+ search: true,
|
|
|
+ },
|
|
|
{
|
|
|
label: "报修图片",
|
|
|
prop: "repairsImgs",
|
|
|
@@ -89,15 +100,37 @@ export default {
|
|
|
span:24
|
|
|
},
|
|
|
{
|
|
|
- label: "维修时间",
|
|
|
- prop: "reworkDate",
|
|
|
+ label: "问题描述",
|
|
|
+ prop: "problemDesc",
|
|
|
type: "input",
|
|
|
+ addDisplay: false,
|
|
|
+ editDisplay: false,
|
|
|
+ hide: true,
|
|
|
+ span:24
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "上报人",
|
|
|
+ prop: "createPersonName",
|
|
|
+ type: "input",
|
|
|
+ addDisplay: false,
|
|
|
+ editDisplay: false,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "上报日期",
|
|
|
+ prop: "createTime",
|
|
|
+ type: "input",
|
|
|
+ addDisplay: false,
|
|
|
+ editDisplay: false,
|
|
|
},
|
|
|
{
|
|
|
label: "维修人",
|
|
|
prop: "reworkPersonName",
|
|
|
type: "input",
|
|
|
- hide: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "维修时间",
|
|
|
+ prop: "reworkDate",
|
|
|
+ type: "input",
|
|
|
},
|
|
|
{
|
|
|
label: "维修图片",
|
|
|
@@ -110,27 +143,15 @@ export default {
|
|
|
listType: 'picture-img',
|
|
|
span:24
|
|
|
},
|
|
|
- {
|
|
|
- label: "审核时间",
|
|
|
- prop: "auditDate",
|
|
|
- type: "input",
|
|
|
- },
|
|
|
{
|
|
|
label: "审核人",
|
|
|
prop: "auditPersonName",
|
|
|
type: "input",
|
|
|
- hide: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "状态",
|
|
|
- prop: "status",
|
|
|
- addDisplay: false,
|
|
|
- editDisplay: false,
|
|
|
- type:"select",
|
|
|
- dataType:"number",
|
|
|
- dicUrl:"/blade-system/dict-biz/dictionary?code=repair_status",
|
|
|
- props:{label:"dictValue",value:"dictKey"},
|
|
|
- search: true,
|
|
|
+ label: "审核时间",
|
|
|
+ prop: "auditDate",
|
|
|
+ type: "input",
|
|
|
},
|
|
|
{
|
|
|
label: "创建人",
|
|
|
@@ -150,13 +171,6 @@ export default {
|
|
|
viewDisplay: false,
|
|
|
hide: true,
|
|
|
},
|
|
|
- {
|
|
|
- label: "创建时间",
|
|
|
- prop: "createTime",
|
|
|
- type: "input",
|
|
|
- addDisplay: false,
|
|
|
- editDisplay: false,
|
|
|
- },
|
|
|
{
|
|
|
label: "修改人",
|
|
|
prop: "updateUser",
|