1
wwl
2025-03-05 cb1f69717eed3b6a61b6c61a8934bac752782b2d
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
@@ -277,7 +277,7 @@
  created() {
    // this.getNowTime();
    this.getdate();
    // this.getdate();
  },
  mounted() {