WXL
2026-08-12 99229b25c71c8305082743ad623fad3cad6f2f6a
src/views/project/fund/medicalCostApply/index.vue
@@ -219,7 +219,6 @@
                      type="text"
                      icon="el-icon-edit"
                      @click="handleUpdate(scope.row)"
                      v-hasPermi="['project:medicalfund:edit']"
                      >修改</el-button
                    >
                    <el-button
@@ -237,7 +236,6 @@
                      size="mini"
                      type="text"
                      @click="handleDelete(scope.row)"
                      v-hasPermi="['project:medicalfund:delete']"
                      ><span class="button-delete"
                        ><i class="el-icon-delete"></i>删除</span
                      ></el-button
@@ -247,7 +245,6 @@
                      type="text"
                      icon="el-icon-download"
                      @click="mixExport(scope.row.id)"
                      v-hasPermi="['project:medicalfund:download']"
                      >下载</el-button
                    >
                  </template>
@@ -548,7 +545,7 @@
            id: 0,
            businessType: "3",
            operationType: "add",
            curCase: this.curCase
            curCase: this.curCase,
          }
        });
      } else {