lion 3 years ago
parent b8f8daf87e
commit 0b61927be7

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

Loading…
Cancel
Save