lkk
2024-12-17 5fd5990fcb9ae26820e341d6431613ecbfee9072
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