bugfix 0720 bomTechAndFiring
This commit is contained in:
@@ -26,20 +26,20 @@ export default function () {
|
||||
// { name: 'confirm-order', label: '确认', icon: 'success', showText: true },
|
||||
{ name: "view-ongoing", label: "查看详情", icon: "view", emitFull: true },
|
||||
{ name: "end-order", label: "结束", icon: "finished" },
|
||||
{ name: "move-up", label: "上移", icon: "arrow-up" },
|
||||
{ name: "move-down", label: "下移", icon: "arrow-down" },
|
||||
{ name: "move-to-top", label: "至顶", icon: "upload2" },
|
||||
{ name: "move-to-bottom", label: "至底", icon: "download" },
|
||||
{ name: "destroy-order", label: "废除", icon: "close" },
|
||||
// { name: "move-up", label: "上移", icon: "arrow-up" },
|
||||
// { name: "move-down", label: "下移", icon: "arrow-down" },
|
||||
// { name: "move-to-top", label: "至顶", icon: "upload2" },
|
||||
// { name: "move-to-bottom", label: "至底", icon: "download" },
|
||||
// { name: "destroy-order", label: "废除", icon: "close" },
|
||||
],
|
||||
pending: [
|
||||
{ name: "edit", label: "编辑", icon: "edit-outline" },
|
||||
{ name: "view", label: "查看详情", icon: "view" },
|
||||
{ name: "confirm-order", label: "确认订单", icon: "success" },
|
||||
{ name: "move-up", label: "上移", icon: "arrow-up" },
|
||||
{ name: "move-down", label: "下移", icon: "arrow-down" },
|
||||
{ name: "move-to-top", label: "至顶", icon: "upload2" }, // , showText: true },
|
||||
{ name: "move-to-bottom", label: "至底", icon: "download" }, // , showText: true },
|
||||
// { name: "move-up", label: "上移", icon: "arrow-up" },
|
||||
// { name: "move-down", label: "下移", icon: "arrow-down" },
|
||||
// { name: "move-to-top", label: "至顶", icon: "upload2" }, // , showText: true },
|
||||
// { name: "move-to-bottom", label: "至底", icon: "download" }, // , showText: true },
|
||||
{ name: "delete", icon: "delete", label: "删除", emitFull: true, permission: "" },
|
||||
],
|
||||
finished: [
|
||||
@@ -98,7 +98,7 @@ export default function () {
|
||||
fixed: "right",
|
||||
subcomponent: TableOperaionComponent,
|
||||
options: operations[type],
|
||||
width: operations[type].length > 1 ? operations[type].length * 40 : 90,
|
||||
width: operations[type].length > 2 ? operations[type].length * 40 : 90,
|
||||
},
|
||||
|
||||
// type !== "finished"
|
||||
|
||||
Reference in New Issue
Block a user