zhangwencui
8 天以前 41acc01d0056630ac11083cf31397f2462acaf4e
src/pages/humanResources/attendance/report.vue
@@ -27,15 +27,7 @@
                        title="搜索日期" />
    <view class="record-list">
      <!-- 加载状态 -->
      <view v-if="loading"
            class="loading-state">
        <u-icon name="loading"
                size="40"
                color="#348fe2"></u-icon>
        <text class="loading-text">加载中...</text>
      </view>
      <view v-else
            v-for="(item) in tableData"
      <view v-for="(item) in tableData"
            :key="item.id"
            class="record-item-card"
            :class="{ 'abnormal': item.status !== 0 }">