From 8eaef01fb7ce5ef409791eb6535e5acd5fb31f4e Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 6 Apr 2022 15:29:10 +0800 Subject: [PATCH] 28828 --- .../xiushan/apps/AppAdministrativeLicense/components/List.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/xiushan/apps/AppAdministrativeLicense/components/List.vue b/project/xiushan/apps/AppAdministrativeLicense/components/List.vue index a2a90c4a..c8a6640b 100644 --- a/project/xiushan/apps/AppAdministrativeLicense/components/List.vue +++ b/project/xiushan/apps/AppAdministrativeLicense/components/List.vue @@ -59,8 +59,8 @@ export default { { label: "许可机关", prop: "licenseOrganization", align: "center", width: "200px",}, { label: "经营主体", prop: "enterpriseName", align: "center", width: "200px",}, { label: "统一信用代码", prop: "unifiedCode", align: "center", width: "200px",}, - { label: "更新时间", prop: "startDate", align: "center", width: "120px",}, - { label: "操作人", prop: "createUserName", align: "center", width: "150px" }, + { label: "更新时间", prop: "createTime", align: "center", width: "160px",}, + { label: "操作人", prop: "createUserName", align: "center", width: "100px" }, { slot: "options", }, ]; },