Selaa lähdekoodia

userCrud添加datalist后置方法。工艺选择物料采集版本逻辑修改。

jiaxiaoqiang 6 kuukautta sitten
vanhempi
commit
b16af5d036
2 muutettua tiedostoa jossa 12 lisäystä ja 3 poistoa
  1. 1 1
      public/version.json
  2. 11 2
      src/views/base/materials/index.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "version": "3.3"
+  "version": "3.4"
 }

+ 11 - 2
src/views/base/materials/index.vue

@@ -27,10 +27,18 @@
         ></template
       >
       <template #menu="{ row, index, type }">
-        <el-button @click="binding(row)" icon="el-icon-money" text type="primary"
+        <el-button
+          @click="binding(row)"
+          icon="el-icon-money"
+          text
+          type="primary"
           >BOM</el-button
         >
-        <el-button @click="drawing(row)" icon="el-icon-notebook" text type="primary"
+        <el-button
+          @click="drawing(row)"
+          icon="el-icon-notebook"
+          text
+          type="primary"
           >图纸</el-button
         >
       </template>
@@ -199,6 +207,7 @@ option.value = Object.assign(option.value, {
       prop: "spec",
       width: 100,
       overHidden: true,
+      search: true,
       rules: [
         {
           required: true,