update 0625 订单模板和订单操作顺序
This commit is contained in:
parent
a16ae4922f
commit
192a7859c9
@ -44,9 +44,9 @@ export default function () {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ name: "view-batch", label: "查看批次", color: "#ff8000", toRouter: 'pms-blenderBatch', icon: 'document-copy' }, // 路由跳转至 pms-blenderBatch
|
{ name: "view-batch", label: "查看批次", color: "#ff8000", toRouter: 'pms-blenderBatch', icon: 'document-copy' }, // 路由跳转至 pms-blenderBatch
|
||||||
{ name: "pause-blender", label: "暂停", color: "#f10000", icon: 'video-pause' },
|
|
||||||
{ name: "start-blender", label: "开始", color: "#0b58ff", icon: 'video-play' },
|
|
||||||
{ name: "detach", label: "下发", color: "#099", icon: 'bottom-right' },
|
{ name: "detach", label: "下发", color: "#099", icon: 'bottom-right' },
|
||||||
|
{ name: "start-blender", label: "开始", color: "#0b58ff", icon: 'video-play' },
|
||||||
|
{ name: "pause-blender", label: "暂停", color: "#f10000", icon: 'video-pause' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user