11
WXL
2024-02-21 633f26d8e772b2441fb3fab72ecab0a047def74c
src/views/project/relativesconfirmation/index.vue
@@ -157,10 +157,14 @@
        prop="recordstate"
      >
        <template slot-scope="scope">
          <dict-tag
          <div v-if="!scope.row.terminationCase">
            <dict-tag
            :options="dict.type.sys_DonationStatus"
            :value="scope.row.recordstate"
          />
            />
          </div>
          <div v-else>任务中止</div>
        </template>
      </el-table-column>
@@ -898,6 +902,7 @@
import Li_area_select from "@/components/Address";
import OrgSelecter from "@/views/project/components/orgselect";
import AnnexUpload from "@/views/project/components/annexupload";
import { getToken } from "@/utils/auth";
import {
  listOrganization,
  listReportname,
@@ -1055,6 +1060,9 @@
        city: null,
        treatmenthospitalno: null,
      },
      headers: {
        Authorization: "Bearer " + getToken()
      },
      // 表单参数
      form: {},
      // 表单校验