| | |
| | | }, |
| | | computed: { |
| | | // 字典选项计算属性 |
| | | statusOptions() { return this.getDictOptions('PLITICAL') }, |
| | | empTypeOptions() { return this.getDictOptions('EMPTYPE') }, |
| | | nationOptions() { return this.getDictOptions('NATION') }, |
| | | marriageOptions() { return this.getDictOptions('MARRIAGE') }, |
| | | educationOptions() { return this.getDictOptions('EDUCATION') }, |
| | | nativePlaceOptions() { return this.getDictOptions('NATIVEPLACE') }, |
| | | archivesStatusOptions() { return this.getDictOptions('archivesStatus') }, |
| | | insuranceTypeOptions() { return this.getDictOptions('INSURANCETYPE') }, |
| | | empCardStatusOptions() { return this.getDictOptions('empCardStatus') }, |
| | | handbookStatusOptions() { return this.getDictOptions('handbookStatus') }, |
| | | certificateListOptions() { return this.getDictOptions('certificateList') }, |
| | | physicalExamTypeOptions() { return this.getDictOptions('PHYSICALEXAMTYPE') }, |
| | | ecgOptions() { return this.getDictOptions('ECG') }, |
| | | contractStatusOptions() { return this.getDictOptions('CONTRACTSTATUS') }, |
| | | leaveTypeOptions() { return this.getDictOptions('LEAVETYPE') }, |
| | | insuranceGaersOptions() { return this.getDictOptions('INSURANCETYPE') }, |
| | | applayStatusOptions() { return this.getDictOptions('applayStatus') }, |
| | | reportStatusOptions() { return this.getDictOptions('reportStatus') }, |
| | | hospitalizatioFlagOptions() { return this.getDictOptions('hospitalizatioFlag') }, |
| | | settleStatusOptions() { return this.getDictOptions('settleStatus') }, |
| | | arbitrationTypeOptions() { return this.getDictOptions('ZCTYPE') }, |
| | | changeTypeOptions() { return this.getDictOptions('changeType') }, |
| | | dimissionTypeOptions() { return this.getDictOptions('LZTYPE') }, |
| | | ageStrOptions() { return this.getDictOptions('ageStr') }, |
| | | sexOptions() { return this.getDictOptions('sex') } |
| | | statusOptions() { |
| | | return this.getDictOptions('PLITICAL') |
| | | }, |
| | | empTypeOptions() { |
| | | return this.getDictOptions('EMPTYPE') |
| | | }, |
| | | nationOptions() { |
| | | return this.getDictOptions('NATION') |
| | | }, |
| | | marriageOptions() { |
| | | return this.getDictOptions('MARRIAGE') |
| | | }, |
| | | educationOptions() { |
| | | return this.getDictOptions('EDUCATION') |
| | | }, |
| | | nativePlaceOptions() { |
| | | return this.getDictOptions('NATIVEPLACE') |
| | | }, |
| | | archivesStatusOptions() { |
| | | return this.getDictOptions('archivesStatus') |
| | | }, |
| | | insuranceTypeOptions() { |
| | | return this.getDictOptions('INSURANCETYPE') |
| | | }, |
| | | empCardStatusOptions() { |
| | | return this.getDictOptions('empCardStatus') |
| | | }, |
| | | handbookStatusOptions() { |
| | | return this.getDictOptions('handbookStatus') |
| | | }, |
| | | certificateListOptions() { |
| | | return this.getDictOptions('certificateList') |
| | | }, |
| | | physicalExamTypeOptions() { |
| | | return this.getDictOptions('PHYSICALEXAMTYPE') |
| | | }, |
| | | ecgOptions() { |
| | | return this.getDictOptions('ECG') |
| | | }, |
| | | contractStatusOptions() { |
| | | return this.getDictOptions('CONTRACTSTATUS') |
| | | }, |
| | | leaveTypeOptions() { |
| | | return this.getDictOptions('LEAVETYPE') |
| | | }, |
| | | insuranceGaersOptions() { |
| | | return this.getDictOptions('INSURANCETYPE') |
| | | }, |
| | | applayStatusOptions() { |
| | | return this.getDictOptions('applayStatus') |
| | | }, |
| | | reportStatusOptions() { |
| | | return this.getDictOptions('reportStatus') |
| | | }, |
| | | hospitalizatioFlagOptions() { |
| | | return this.getDictOptions('hospitalizatioFlag') |
| | | }, |
| | | settleStatusOptions() { |
| | | return this.getDictOptions('settleStatus') |
| | | }, |
| | | arbitrationTypeOptions() { |
| | | return this.getDictOptions('ZCTYPE') |
| | | }, |
| | | changeTypeOptions() { |
| | | return this.getDictOptions('changeType') |
| | | }, |
| | | dimissionTypeOptions() { |
| | | return this.getDictOptions('LZTYPE') |
| | | }, |
| | | ageStrOptions() { |
| | | return this.getDictOptions('ageStr') |
| | | }, |
| | | sexOptions() { |
| | | return this.getDictOptions('sex') |
| | | } |
| | | }, |
| | | mounted() { |
| | | this.fetch() |