duy 2 жил өмнө
parent
commit
bccf31805a

+ 5 - 0
src/views/tentative/laboratory/user.vue

@@ -266,6 +266,11 @@ const getTableData = async () => {
     tableLoading.value = false
     if (!error && code === 200) {
         tableData.value = getArrValue(data['records'])
+        tableData.value.forEach((item)=>{
+            if( item?.workingTime==-1){
+                item.workingTime=''
+            }
+        })
         searchForm.value.total = data.total || 0
     } else {
         tableData.value = []