检测对象完成
This commit is contained in:
		| @@ -40,7 +40,8 @@ | ||||
|                 unlink-panels | ||||
|                 @change="page.current=1,getTableData()" | ||||
|             /> | ||||
|             <ai-select placeholder="政治面貌" v-model="search.politicsStatus" :selectList="dict.getDict('fpPoliticalOutlook')" | ||||
|             <ai-select placeholder="政治面貌" v-model="search.politicsStatus" | ||||
|                        :selectList="dict.getDict('fpPoliticalOutlook')" | ||||
|                        @change="page.current=1,getTableData()"/> | ||||
|             <ai-select placeholder="是否户主" v-model="search.isHousehold" | ||||
|                        :selectList="dict.getDict('yesOrNo')" | ||||
| @@ -123,7 +124,7 @@ export default { | ||||
|         {label: "民族", prop: "nation", align: "center", dict: "fpNation"}, | ||||
|         {label: "文化程度", prop: "education", align: "center", dict: "fpEducation"}, | ||||
|         {label: "政治面貌", prop: "politicsStatus", align: "center", dict: "fpPoliticalOutlook"}, | ||||
|         {label: "档案状态", prop: "status", dict: "fpPrtpStatus"}, | ||||
|         {label: "档案状态", prop: "status", dict: "fpPrtpStatus", align: "center"}, | ||||
|         {slot: "options"} | ||||
|       ], | ||||
|       ids: [], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user