1
lkk
3 天以前 4ace0175c924dd05d359a44e8e85b022042efdf5
src/views/doctor/checkAll/index.vue
@@ -310,6 +310,7 @@
              size="mini"
              @click.stop="viewReport(scope.row)"
              v-if="scope.row.tjStatus == '1'"
              :disabled="tjStatus === '1'"
              title="预览"
              icon="el-icon-view"
            ></el-button>
@@ -317,6 +318,7 @@
              type="text"
              size="mini"
              v-if="scope.row.tjStatus == '1'"
              :disabled="tjStatus === '1'"
              title="撤销"
              @click.stop="getRevoke(scope.row)"
              icon="el-icon-refresh-left"
@@ -1073,13 +1075,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 +1090,7 @@
                          size="mini"
                          @click="chexiao(scope.row)"
                          v-if="scope.row.type == '1'"
                          :disabled="tjStatus === '1'"
                          >撤销</el-button
                        >
                      </template>
@@ -2632,7 +2636,7 @@
          this.status1 = 4;
          this.ychfList = res.data;
          if (this.ychfList.length == 0) {
            this.message.success("暂无异常恢复项目");
            this.$message.success("暂无异常恢复项目");
          }
        })
        .catch((error) => {