宽度
This commit is contained in:
		| @@ -53,13 +53,13 @@ export default { | ||||
|   computed: { | ||||
|     colConfigs() { | ||||
|       return [ | ||||
|         { prop: "sanctionCode", label: '处罚文书号', align: "center", width: "150px", }, | ||||
|         { prop: "enterpriseName", label: '受处罚主体', align: "center", width: "150px", }, | ||||
|         { prop: "unifiedCode", label: '统一信用代码', align: "center", width: "150px", }, | ||||
|         { prop: "sanctionContent", label: '处罚内容', align: "center", width: "150px", }, | ||||
|         { prop: "sanctionDate", label: '处罚决定日期', align: "center", width: "150px", }, | ||||
|         { prop: "createTime", label: '更新时间', align: "center", width: "150px", }, | ||||
|         { prop: "createUserName", label: '操作人', align: "center", width: "150px", }, | ||||
|         { prop: "sanctionCode", label: '处罚文书号', align: "center", width: "180px", }, | ||||
|         { prop: "enterpriseName", label: '受处罚主体', align: "center", width: "180px", }, | ||||
|         { prop: "unifiedCode", label: '统一信用代码', align: "center", width: "180px", }, | ||||
|         { prop: "sanctionContent", label: '处罚内容', align: "center", width: "180px", }, | ||||
|         { prop: "sanctionDate", label: '处罚决定日期', align: "center", width: "180px", }, | ||||
|         { prop: "createTime", label: '更新时间', align: "center", width: "180px", }, | ||||
|         { prop: "createUserName", label: '操作人', align: "center", width: "180px", }, | ||||
|         { slot: "options" ,}, | ||||
|       ] | ||||
|     } | ||||
|   | ||||
| @@ -51,13 +51,13 @@ export default { | ||||
|   computed: { | ||||
|     colConfigs() { | ||||
|       return [ | ||||
|         { prop: "executionCode", label: '执行案号', align: "center", width: "150px", }, | ||||
|         { prop: "executionTime", label: '执行时间', align: "center", width: "150px", }, | ||||
|         { prop: "enterpriseName", label: '失信被执行主体', align: "center", width: "150px", }, | ||||
|         { prop: "unifiedCode", label: '统一信用代码', align: "center", width: "150px", }, | ||||
|         { prop: "dishonestFact", label: '失信事实', align: "center", width: "150px", }, | ||||
|         { prop: "createTime", label: '更新时间', align: "center", width: "150px", }, | ||||
|         { prop: "createUserName", label: '操作人', align: "center", width: "150px", }, | ||||
|         { prop: "executionCode", label: '执行案号', align: "center", width: "180px", }, | ||||
|         { prop: "executionTime", label: '执行时间', align: "center", width: "180px", }, | ||||
|         { prop: "enterpriseName", label: '失信被执行主体', align: "center", width: "180px", }, | ||||
|         { prop: "unifiedCode", label: '统一信用代码', align: "center", width: "180px", }, | ||||
|         { prop: "dishonestFact", label: '失信事实', align: "center", width: "180px", }, | ||||
|         { prop: "createTime", label: '更新时间', align: "center", width: "180px", }, | ||||
|         { prop: "createUserName", label: '操作人', align: "center", width: "180px", }, | ||||
|         { slot: "options" ,}, | ||||
|       ] | ||||
|     } | ||||
|   | ||||
| @@ -54,12 +54,12 @@ export default { | ||||
|   computed: { | ||||
|     colConfigs() { | ||||
|       return [ | ||||
|         { prop: "organizationName", label: '集体经济组织名称', align: "center", width: "150px", }, | ||||
|         { prop: "name", label: '持证人(户主)', align: "center", width: "150px", }, | ||||
|         { prop: "idNumber", label: '身份证号', align: "center", width: "150px", }, | ||||
|         { prop: "stockCertificateCode", label: '股权编号', align: "center", width: "150px", }, | ||||
|         { prop: "totalEquity", label: '股权总数', align: "center", width: "150px", }, | ||||
|         { prop: "totalAmount", label: '股金总额(元)', align: "center", width: "150px", }, | ||||
|         { prop: "organizationName", label: '集体经济组织名称', align: "center", width: "180px", }, | ||||
|         { prop: "name", label: '持证人(户主)', align: "center", width: "180px", }, | ||||
|         { prop: "idNumber", label: '身份证号', align: "center", width: "180px", }, | ||||
|         { prop: "stockCertificateCode", label: '股权编号', align: "center", width: "180px", }, | ||||
|         { prop: "totalEquity", label: '股权总数', align: "center", width: "180px", }, | ||||
|         { prop: "totalAmount", label: '股金总额(元)', align: "center", width: "180px", }, | ||||
|         { prop: "areaName", label: '所在地区', align: "center", width: "200px", }, | ||||
|         { slot: "options" ,}, | ||||
|       ] | ||||
|   | ||||
| @@ -56,13 +56,13 @@ export default { | ||||
|     ...mapState(['user']), | ||||
|     colConfigs() { | ||||
|       return [ | ||||
|         { prop: "useCertificate", label: '使用证书号', align: "center", width: "150px", }, | ||||
|         { prop: "usePerson", label: '使用人', align: "center", width: "150px", }, | ||||
|         { prop: "idNumber", label: '身份证号', align: "center", width: "150px", }, | ||||
|         { prop: "houseNumber", label: '家庭人口', align: "center", width: "150px", }, | ||||
|         { prop: "landArea", label: '面积/㎡', align: "center", width: "150px", }, | ||||
|         { prop: "landFourTo", label: '土地四至', align: "center", width: "150px", }, | ||||
|         { prop: "landOwnership", label: '土地所有权', align: "center", width: "150px", }, | ||||
|         { prop: "useCertificate", label: '使用证书号', align: "center", width: "180px", }, | ||||
|         { prop: "usePerson", label: '使用人', align: "center", width: "180px", }, | ||||
|         { prop: "idNumber", label: '身份证号', align: "center", width: "180px", }, | ||||
|         { prop: "houseNumber", label: '家庭人口', align: "center", width: "180px", }, | ||||
|         { prop: "landArea", label: '面积/㎡', align: "center", width: "180px", }, | ||||
|         { prop: "landFourTo", label: '土地四至', align: "center", width: "180px", }, | ||||
|         { prop: "landOwnership", label: '土地所有权', align: "center", width: "180px", }, | ||||
|         { slot: "options" ,}, | ||||
|       ] | ||||
|     } | ||||
|   | ||||
| @@ -57,13 +57,13 @@ export default { | ||||
|   computed: { | ||||
|     colConfigs() { | ||||
|       return [ | ||||
|         { prop: "landOutflowName", label: '土地流出方', align: "center", width: "150px", }, | ||||
|         { prop: "landArea", label: '土地面积/㎡', align: "center", width: "150px", }, | ||||
|         { prop: "circulateType", label: '流转形式', align: "center", width: "150px", dict: "landCirculateType" }, | ||||
|         { prop: "landUndertakeName", label: '土地承接方', align: "center", width: "150px", }, | ||||
|         { prop: "landUndertakeNumber", label: '承接方证件号码', align: "center", width: "150px", }, | ||||
|         { prop: "contractNo", label: '合同编号', align: "center", width: "150px", }, | ||||
|         { prop: "endDate", label: '有效期限', align: "center", width: "150px", }, | ||||
|         { prop: "landOutflowName", label: '土地流出方', align: "center", width: "180px", }, | ||||
|         { prop: "landArea", label: '土地面积/㎡', align: "center", width: "180px", }, | ||||
|         { prop: "circulateType", label: '流转形式', align: "center", width: "180px", dict: "landCirculateType" }, | ||||
|         { prop: "landUndertakeName", label: '土地承接方', align: "center", width: "180px", }, | ||||
|         { prop: "landUndertakeNumber", label: '承接方证件号码', align: "center", width: "180px", }, | ||||
|         { prop: "contractNo", label: '合同编号', align: "center", width: "180px", }, | ||||
|         { prop: "endDate", label: '有效期限', align: "center", width: "180px", }, | ||||
|         { slot: "options" ,}, | ||||
|       ] | ||||
|     }, | ||||
|   | ||||
| @@ -52,13 +52,13 @@ export default { | ||||
|   computed: { | ||||
|     colConfigs() { | ||||
|       return [ | ||||
|         { 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", }, | ||||
|         { prop: "taxpayer", label: '纳税人名称', align: "center", width: "180px", }, | ||||
|         { prop: "enterpriseName", label: '纳税主体', align: "center", width: "180px", }, | ||||
|         { prop: "taxpayerNumber", label: '纳税人识别号', align: "center", width: "180px", }, | ||||
|         { prop: "taxYear", label: '年份', align: "center", width: "180px", }, | ||||
|         { prop: "taxLevel", label: '等级', dict: "taxInfoLevel", width: "180px", }, | ||||
|         { prop: "createTime", label: '更新时间', align: "center", width: "180px", }, | ||||
|         { prop: "createUserName", label: '操作人', align: "center", width: "180px", }, | ||||
|         { slot: "options" ,}, | ||||
|       ] | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user