update 0625 订单模板和订单操作顺序

This commit is contained in:
lb 2023-06-27 14:27:10 +08:00
parent a16ae4922f
commit 192a7859c9

View File

@ -44,9 +44,9 @@ export default function () {
}
},
{ 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: "start-blender", label: "开始", color: "#0b58ff", icon: 'video-play' },
{ name: "pause-blender", label: "暂停", color: "#f10000", icon: 'video-pause' },
],
},
];