Przeglądaj źródła

试验,设备进场,导入

iZaiZaiA 2 lat temu
rodzic
commit
e800a15215
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/views/tentative/device/approach.vue

+ 2 - 2
src/views/tentative/device/approach.vue

@@ -194,10 +194,10 @@
             <div class="hc-import-modal-table-box">
                 <HcTable ref="tableImportRef" :column="tableColumn" :datas="tableImportData" :loading="tableImportLoading" isCheck @selection-change="tableImportSelection">
                     <template #status="{row}">
-                        {{row.status === 1?'启用中':'已停用'}}
+                        {{row.status == 1?'启用中':'已停用'}}
                     </template>
                     <template #isCalibration="{row}">
-                        {{row.isCalibration === 1?'是':'否'}}
+                        {{row.isCalibration == 1?'是':'否'}}
                     </template>
                 </HcTable>
             </div>