盘点任务号修改

泸州-烟草
LAPTOP-S9HJSOEB\昊天 2 years ago
parent 6ce2a2fad1
commit cb1dbf9253

@ -81,7 +81,7 @@ export default {
columns: [ columns: [
{ {
title: "盘点任务号", title: "盘点任务号",
dataIndex: "taskId", dataIndex: "checkNum",
}, },
{ {
title: "开始时间 ", title: "开始时间 ",

@ -62,7 +62,7 @@ export default {
}, },
{ {
title: "盘点任务号", title: "盘点任务号",
dataIndex: "taskId", dataIndex: "checkNum",
}, },
{ {
title: "空托盘数量", title: "空托盘数量",

@ -154,7 +154,7 @@ export default {
}, },
{ {
title: "盘点任务号", title: "盘点任务号",
dataIndex: "taskId", dataIndex: "checkNum",
}, },
{ {
title: "巷道名", title: "巷道名",

@ -156,12 +156,12 @@ export default {
scopedSlots: {customRender: 'pics'}, scopedSlots: {customRender: 'pics'},
width:320, width:320,
}, },
{ // {
title: "视频状态", // title: "",
// dataIndex: "status", // // dataIndex: "status",
scopedSlots: {customRender: 'status'}, // scopedSlots: {customRender: 'status'},
width: 90 // width: 90
}, // },
{ {
title: "工单时长", title: "工单时长",
dataIndex: "timeLength", dataIndex: "timeLength",

Loading…
Cancel
Save