yanghao 1 неделя назад
Родитель
Сommit
87cf682942
1 измененных файлов с 0 добавлено и 34 удалено
  1. 0 34
      src/views/pms/iotprojecttask/data.json

+ 0 - 34
src/views/pms/iotprojecttask/data.json

@@ -1,34 +0,0 @@
-{
-  "code": 0,
-  "data": [
-    {
-      "name": "计划井次",
-      "identifier": "planWellTrips",
-      "dataType": "double",
-      "required": 1,
-      "unit": "井",
-      "accessMode": "rw",
-      "defaultValue": "",
-      "maxValue": "two",
-      "minValue": "0",
-      "sort": 5,
-      "actualValue": null,
-      "dropdownList": null
-    },
-    {
-      "name": "计划层数",
-      "identifier": "planLayers",
-      "dataType": "double",
-      "required": 1,
-      "unit": "层",
-      "accessMode": "rw",
-      "defaultValue": "",
-      "maxValue": "one",
-      "minValue": "0",
-      "sort": 1,
-      "actualValue": null,
-      "dropdownList": null
-    }
-  ],
-  "msg": ""
-}