ソースを参照

制造二部更改显示

qinhb 11 ヶ月 前
コミット
755869cf68
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/views/device/data/index.vue

+ 2 - 2
src/views/device/data/index.vue

@@ -57,7 +57,7 @@ const searchPage = (params, done) =>{
         hide: true,
         type: "select",
         dicData: deviceList,
-        props: { label: "deviceName", value: "deviceNo", },
+        props: { label: "deviceNo", value: "deviceNo", },
       },
         {
           label: "任务信息",
@@ -120,7 +120,7 @@ option.value = Object.assign(option.value, {
     hide: true,
     type: "select",
     dicData: deviceList,
-    props: { label: "deviceName", value: "deviceNo", },
+    props: { label: "deviceNo", value: "deviceNo", },
   },
     {
       label: "任务信息",