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", }, ]; },