lion 3 years ago
parent b8f8daf87e
commit 0b61927be7

@ -162,35 +162,35 @@ export default {
title: "地址", title: "地址",
type: "string", type: "string",
align: "left", align: "left",
width: 400 width: 300
}, },
{ {
field: "typeName", field: "typeName",
title: "类型", title: "类型",
type: "typeName", type: "typeName",
align: "left", align: "left",
width: 160 width: 120
}, },
{ {
field: "status", field: "status",
title: "状态", title: "状态",
type: "statusName", type: "statusName",
align: "center", align: "center",
width: 160 width: 120
}, },
{ {
field: "admin_id", field: "admin_id",
title: "提交人", title: "提交人",
type: "string", type: "string",
align: "center", align: "center",
width: 160 width: 120
}, },
{ {
field: "created_at", field: "created_at",
title: "提交日期", title: "提交日期",
type: "string", type: "string",
align: "center", align: "center",
width: 200 width: 180
} }
], ],
columnsmain:[ columnsmain:[
@ -199,63 +199,63 @@ export default {
title: "地址/排放点", title: "地址/排放点",
type: "string", type: "string",
align: "left", align: "left",
width:400 width:300
}, },
{ {
field: "typeName", field: "typeName",
title: "类型", title: "类型",
type: "type", type: "type",
align: "left", align: "left",
width:160 width:120
}, },
{ {
field: "status", field: "status",
title: "状态", title: "状态",
type: "status", type: "status",
align: "center", align: "center",
width:160 width:120
}, },
{ {
field: "admin_id", field: "admin_id",
title: "提交人", title: "提交人",
type: "string", type: "string",
align: "center", align: "center",
width:160 width:120
}, },
{ {
field: "created_at", field: "created_at",
title: "提交日期", title: "提交日期",
type: "string", type: "string",
align: "center", align: "center",
width:200 width:180
} }
], ],
columnscom:[{ columnscom:[{
field: "feedback_department_id", field: "feedback_department_id",
title: "反馈科室", title: "反馈科室",
type: "feedback_department_id", type: "feedback_department_id",
width:140 width:120
}, },
{ {
field: "ask_type_name", field: "ask_type_name",
title: "类型", title: "类型",
type: "ask_type_id", type: "ask_type_id",
align: "center", align: "center",
width:140 width:120
}, },
{ {
field: "ask_content_name", field: "ask_content_name",
title: "内容", title: "内容",
type: "string", type: "string",
align: "center", align: "center",
width:140 width:120
}, },
{ {
field: "address", field: "address",
title: "地址", title: "地址",
type: "string", type: "string",
align: "lefft", align: "lefft",
width:400 width:300
}, },
{ {
@ -263,28 +263,28 @@ export default {
title: "状态", title: "状态",
type: "status", type: "status",
align: "center", align: "center",
width:140 width:120
}, },
{ {
field: "username", field: "username",
title: "提交人", title: "提交人",
type: "user", type: "user",
align: "center", align: "center",
width:140 width:120
}, },
{ {
field: "department_id", field: "department_id",
title: "提交科室", title: "提交科室",
type: "string", type: "string",
align: "center", align: "center",
width:140 width:120
}, },
{ {
field: "created_at", field: "created_at",
title: "提交日期", title: "提交日期",
type: "string", type: "string",
align: "center", align: "center",
width:200 width:180
}], }],
columnsdaily:[{ columnsdaily:[{
field: "name", field: "name",
@ -292,12 +292,12 @@ export default {
type: "string", type: "string",
align: "left" align: "left"
}, },
{ {
field: "status", field: "status",
title: "状态", title: "状态",
type: "status", type: "status",
align: "center" align: "center",
width:120
}] }]
} }
}, },

Loading…
Cancel
Save