浏览代码

增加总降水量

xusl 8 月之前
父节点
当前提交
f895493bb2
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      ipp-ap/src/const/crud/nwp.js

+ 5 - 0
ipp-ap/src/const/crud/nwp.js

@@ -219,5 +219,10 @@ export const tableOption = {
       "label": "170米风向",
       "prop": "wd170"
     }
+    , {
+      "type": "input",
+      "label": "降水总量",
+      "prop": "tpr"
+    }
   ]
 }