222
lkk
2024-12-13 2a40898ed12f8ba53fb7f1a6a7e4946959dadc0c
src/views/doctor/checkAll/index.vue
@@ -190,7 +190,7 @@
            />
          </template>
        </el-table-column>
        <el-table-column label="操作" align="center" width="90px" fixed="right">
        <el-table-column label="操作" align="center" width="120px" fixed="right">
          <template slot-scope="scope">
            <el-button
              fixed="right"
@@ -579,8 +579,9 @@
            <el-button type="primary" @click="proposalChange"
              >生成建议</el-button
            >
          </div>
          <el-form
            ref="numberValidateForm"
            label-width="80px"
@@ -1321,6 +1322,7 @@
  data() {
    return {
      // 更新总检建议
      initialTotalCheckAdvice: "",
      initialState: "",
      preObj: {},
@@ -1512,7 +1514,7 @@
        this.yichangList = res.data;
        this.getExpends();
        if (!this.yichangList) {
          this.$message({
          _this.$message({
            type: "warning ",
            message: "暂无异常报告",
          });