zuozhengqing
2024-04-15 f3cb03e9e6cbd21bc5f1d9b2570f964d29a48aa8
src/components/makepager/TableCommonView.vue
@@ -63,7 +63,7 @@
            :style="{
              color: new Date().getTime() > new Date(scope.row[item.prop]).getTime() ? '#D23F3A' : '#606266'
            }"
            >{{ timeAgo(scope.row[item.prop]) }}</span
            >{{ scope.row[item.prop] }}</span
          >
          <div v-else-if="item.conversion">
            <p class="exceed_width">{{ item.getStatus(scope.row[item.prop]) }}</p>