wwl
2024-12-24 061a4d2d7e73aa92c7ad61a34cf471d26fb08a32
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