This commit is contained in:
shijingjing
2022-04-06 15:29:10 +08:00
parent 58bbec13fe
commit 8eaef01fb7

View File

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