Browse Source

工艺路线工位类型更改多选

qinhb 3 weeks ago
parent
commit
635fa23771
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/base/craftManagement/route/bindConfig.ts

+ 2 - 0
src/views/base/craftManagement/route/bindConfig.ts

@@ -60,6 +60,8 @@ export const formOption = {
       prop: "stanType",
       search: true,
       type: "select",
+      filterable: true,
+      multiple: true,
       dicData: dicts.station_type,
       props: {
         label: "dictLabel",