临时处理一下

This commit is contained in:
aixianling
2022-08-19 13:55:13 +08:00
parent e6c3c1c857
commit a8041026a9

View File

@@ -61,7 +61,7 @@ export default {
colConfigs: v => [{type: "selection"},
{label: "标签信息", prop: "labelName"},
{label: "创建时间", prop: "createTime", align: '120px'},
{label: "创建人", prop: "createUserName", align: 'center', openType: v.sys.info?.edition == "saas" ? "userName" : null},
{label: "创建人", prop: "createUserName", align: 'center', openType: v.$sys?.edition == "saas" ? "userName" : null},
{slot: "options"}]
},
data() {