Forráskód Böngészése

采购添加轮胎搜索框收起

caojunjie 1 éve
szülő
commit
4afbc787e6
1 módosított fájl, 15 hozzáadás és 0 törlés
  1. 15 0
      src/views/tirePartsMall/configuration/commodityxsho.json

+ 15 - 0
src/views/tirePartsMall/configuration/commodityxsho.json

@@ -19,6 +19,8 @@
   "index": true,
   "selection": true,
   "dialogClickModal": false,
+  "searchIcon": true,
+  "searchIndex": 2,
   "column": [
     {
       "label": "轮胎名称",
@@ -65,6 +67,19 @@
       "overHidden": true
     },
     {
+      "label": "是否批次号",
+      "prop": "whether",
+      "type":"select",
+      "search":true,
+      "dicData":[{
+        "label":"否",
+        "value":"0"
+      },{
+        "label":"是",
+        "value":"1"
+      }]
+    },
+    {
       "label": "库存",
       "prop": "inventory",
       "addDisabled": false,