| | |
| | | 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> |
| | | |
| | |
| | | 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, |
| | |
| | | city: null, |
| | | treatmenthospitalno: null, |
| | | }, |
| | | headers: { |
| | | Authorization: "Bearer " + getToken() |
| | | }, |
| | | // 表单参数 |
| | | form: {}, |
| | | // 表单校验 |