diff --git a/project/xiushan/apps/AppPublicArrearage/components/List.vue b/project/xiushan/apps/AppPublicArrearage/components/List.vue
index 0723f162..5795dc3d 100644
--- a/project/xiushan/apps/AppPublicArrearage/components/List.vue
+++ b/project/xiushan/apps/AppPublicArrearage/components/List.vue
@@ -8,7 +8,7 @@
添加
-
导入
@@ -51,14 +51,14 @@ export default {
computed: {
colConfigs() {
return [
- { prop: "arrearsSubject", label: '欠费主体', align: "center", width: "200px", },
- { prop: "unifiedCode", label: '统一信用代码', align: "center", width: "150px", },
- { prop: "arrearsType", label: '欠费类型名称', align: "center", width: "150px", dict: 'arrearsType'},
- { prop: "arrearsAmount", label: '欠费金额(万元)', align: "center", width: "150px", },
- { prop: "dishonestySeverity", label: '失信严重程度', align: "center", width: "150px", dict:"dishonestySeverity"},
- { prop: "cognizanceDate", label: '认定日期', align: "center", width: "150px", },
- { prop: "createTime", label: '更新时间', align: "center", width: "150px", },
- { prop: "createUserName", label: '操作人', align: "center", width: "150px", },
+ { prop: "arrearsSubject", label: '欠费主体', align: "center", width: "180px", },
+ { prop: "unifiedCode", label: '统一信用代码', align: "center", width: "180px", },
+ { prop: "arrearsType", label: '欠费类型名称', align: "center", width: "180px", dict: 'arrearsType'},
+ { prop: "arrearsAmount", label: '欠费金额(万元)', align: "center", width: "180px", },
+ { prop: "dishonestySeverity", label: '失信严重程度', align: "center", width: "180px", dict:"dishonestySeverity"},
+ { prop: "cognizanceDate", label: '认定日期', align: "center", width: "180px", },
+ { prop: "createTime", label: '更新时间', align: "center", width: "180px", },
+ { prop: "createUserName", label: '操作人', align: "center", width: "180px", },
{ slot: "options" ,},
]
}