1
lkk
9 天以前 f590983c4a9ee48f1d76ec8750a3e1aa0913cb5b
src/views/doctor/checkAll/index.vue
@@ -1073,13 +1073,14 @@
                      :formatter="formatDate"
                      width="160"
                    />
                    <el-table-column label="操作" align="center" width="80px">
                    <el-table-column label="操作" align="center" fixed="right" width="80px">
                      <template slot-scope="scope">
                        <el-button
                          type="primary"
                          size="mini"
                          @click="huifu(scope.row)"
                          v-if="scope.row.type == '2'"
                          :disabled="tjStatus === '1'"
                          >恢复</el-button
                        >
                        <el-button
@@ -1087,6 +1088,7 @@
                          size="mini"
                          @click="chexiao(scope.row)"
                          v-if="scope.row.type == '1'"
                          :disabled="tjStatus === '1'"
                          >撤销</el-button
                        >
                      </template>
@@ -2632,7 +2634,7 @@
          this.status1 = 4;
          this.ychfList = res.data;
          if (this.ychfList.length == 0) {
            this.message.success("暂无异常恢复项目");
            this.$message.success("暂无异常恢复项目");
          }
        })
        .catch((error) => {