| | |
| | | } |
| | | |
| | | // 完成 / 完成XX |
| | | if (/完成/.test(l)) { |
| | | if (/完成|完结/.test(l)) { |
| | | return "completed"; |
| | | } |
| | | |
| | |
| | | medicalevaluation: "state_Evaluation", |
| | | relativesconfirmation: "affirm_type", |
| | | donateflowcharts: "sys_ethical", |
| | | donateorgansService: "allocation_Status", |
| | | donateorgansService: "organ_allocation_status", |
| | | donationwitness: "Obtain_status", |
| | | donatecompletioninfo: "utilize_statue" |
| | | }; |
| | |
| | | "state_Evaluation", |
| | | "affirm_type", |
| | | "sys_ethical", |
| | | "allocation_Status", |
| | | "organ_allocation_status", |
| | | "Obtain_status", |
| | | "utilize_statue" |
| | | ], // 这里只声明一个即可,其余通过 dict.type[xxx] 使用 |