guarantee-lsq 1 jaar geleden
bovenliggende
commit
b62c363d18
1 gewijzigde bestanden met toevoegingen van 8 en 2 verwijderingen
  1. 8 2
      src/views/sb/info/modules/Detail.vue

+ 8 - 2
src/views/sb/info/modules/Detail.vue

@@ -190,6 +190,12 @@
               <a-descriptions-item label="状态"><badge :status="DictCache.COLOR.SB_INFO_STATUS[model.status]" :text="statusMap[model.status]"></badge></a-descriptions-item>
               <a-descriptions-item label="关联维修部门">{{ BaseTool.Object.getField(repairDeptMap,model.repairDeptId) }}</a-descriptions-item>
               <a-descriptions-item label="备注">{{ model.remark }}</a-descriptions-item>
+              <a-descriptions-item label="流量">
+                {{ model.liuLiang }}
+              </a-descriptions-item>
+              <a-descriptions-item label="扬程">
+                {{ model.yangCheng }}
+              </a-descriptions-item>
             </a-descriptions>
           </a-card>
           <br>
@@ -401,8 +407,8 @@ export default {
         'currentValue': null,
         'cutValue': null,
         'producerId': null,
-        // 'sourceType': null,
-        // 'sourceSbId': null,
+        'liuLiang': null,
+        'yangCheng': null,
         // 'parentId': null,
         'unit': null,
         // 'position': null,