Browse Source

运行记录

yuanchao 1 month ago
parent
commit
77b9fc97f3

+ 1 - 1
src/views/pms/iotopeationfill/index1.vue

@@ -214,7 +214,7 @@ const getAttrList = async () => {
       /*if(item.name === '当日运转时间'){
         totalRunTime1 = Number(item.totalRunTime).toFixed(2)
       }*/
-      item.fillContent = Number(item.fillContent).toFixed(2)
+      //item.fillContent = Number(item.fillContent).toFixed(2)
       item.deviceCode = queryParams.deviceCode;
       item.deptId = queryParams.deptId;
       item.deviceId = queryParams.deviceId;

+ 1 - 0
src/views/pms/modeltemplate/TemplateForm.vue

@@ -20,6 +20,7 @@
               placeholder="请选择设备分类"
               @node-click="handleDeviceCategoryTreeNodeClick"
               clearable
+              filterable
             />
           </el-form-item>
         </el-col>