2
lkk
2025-03-17 c6cde48b9aabb74e0a3d0cbcf3f2ff6a476bd88c
src/views/doctor/bgsh/index.vue
@@ -168,10 +168,10 @@
          align="center"
          prop="tjStatus"
          :show-overflow-tooltip="true"
          width="50px"
          width="80px"
        >
          <template slot-scope="scope">
            <span>{{ scope.row.tjStatus == "1" ? "已检" : "未检" }}</span>
            <span>{{ scope.row.tjStatus == "1" ? "已审核" : "未检" }}</span>
          </template>
        </el-table-column>
        <el-table-column
@@ -276,8 +276,8 @@
  created() {
    // this.getNowTime();
    this.getdate();
    this.getList();
    // this.getdate();
  },
  mounted() {