车间能级提升-智能设备管理系统
zhuguifei
2025-04-23 1dc84e14accf77681279e63fbba188770bfc8b40
eims-ui-mobile/src/pages/inspect/insp-st.vue
@@ -1,6 +1,7 @@
<route lang="json5" type="page">
{
  layout: 'default',
  needLogin: true,
  style: {
    navigationBarTitleText: '点检汇总',
  },
@@ -54,7 +55,7 @@
            <view class="text-color-gray text-xs mt-2 flex">
              <text>状态:</text>
              <template v-if="item.recordCount === item.checkCount">
                <wd-icon class="icon-color-success" name="check-outline" size="40rpx"></wd-icon>
                <wd-icon class="icon-color-success" name="check-outline" size="34rpx"></wd-icon>
                <text class="ml-1">已完成</text>
              </template>
              <template v-else>
@@ -120,7 +121,6 @@
  paging.value.reload()
}
onLoad(() => {
  queryList()
  uni.$on('insp-st-refresh', reloadData)
})
onUnload(() => {