临时处理一下
This commit is contained in:
@@ -61,7 +61,7 @@ export default {
|
|||||||
colConfigs: v => [{type: "selection"},
|
colConfigs: v => [{type: "selection"},
|
||||||
{label: "标签信息", prop: "labelName"},
|
{label: "标签信息", prop: "labelName"},
|
||||||
{label: "创建时间", prop: "createTime", align: '120px'},
|
{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"}]
|
{slot: "options"}]
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
|||||||
Reference in New Issue
Block a user