Browse Source

update

docs_0727
lb 1 year ago
parent
commit
3b101e022d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/modules/pms/order/config.js

+ 1
- 1
src/views/modules/pms/order/config.js View File

@@ -98,7 +98,7 @@ export default function () {
fixed: "right",
subcomponent: TableOperaionComponent,
options: operations[type],
width: operations[type].length > 1 ? operations[type].length * 35 : 90,
width: operations[type].length > 1 ? operations[type].length * 40 : 90,
},

// type !== "finished"


Loading…
Cancel
Save