表格
This commit is contained in:
		| @@ -52,13 +52,13 @@ export default { | ||||
|   computed: { | ||||
|     colConfigs() { | ||||
|       return [ | ||||
|         { prop: "taxpayer", label: '纳税人名称', align: "center", width: "200px", }, | ||||
|         { prop: "enterpriseName", label: '纳税主体', align: "center", width: "200px", }, | ||||
|         { prop: "taxpayerNumber", label: '纳税人识别号', align: "center", width: "200px", }, | ||||
|         { prop: "taxYear", label: '年份', align: "center", width: "200px", }, | ||||
|         { prop: "taxLevel", label: '等级', dict: "taxInfoLevel", width: "200px", }, | ||||
|         { prop: "createTime", label: '更新时间', align: "center", width: "200px", }, | ||||
|         { prop: "createUserName", label: '操作人', align: "center", width: "200px", }, | ||||
|         { prop: "taxpayer", label: '纳税人名称', align: "center", width: "150px", }, | ||||
|         { prop: "enterpriseName", label: '纳税主体', align: "center", width: "150px", }, | ||||
|         { prop: "taxpayerNumber", label: '纳税人识别号', align: "center", width: "150px", }, | ||||
|         { prop: "taxYear", label: '年份', align: "center", width: "150px", }, | ||||
|         { prop: "taxLevel", label: '等级', dict: "taxInfoLevel", width: "150px", }, | ||||
|         { prop: "createTime", label: '更新时间', align: "center", width: "150px", }, | ||||
|         { prop: "createUserName", label: '操作人', align: "center", width: "150px", }, | ||||
|         { slot: "options" ,}, | ||||
|       ] | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user