新增前端vue
This commit is contained in:
@@ -16,12 +16,12 @@ export interface BizListItem extends BasicModel<BizListItem> {
|
||||
createTime?: string; // 创建时间
|
||||
avatar?: string; // 头像图标
|
||||
title: string; // 通知标题
|
||||
titleDelete?: boolean;
|
||||
titleDelete?: string;
|
||||
datetime?: string; // 发送时间
|
||||
type: string; // 类型标识
|
||||
readFlag?: boolean; // 是否已读
|
||||
readFlag?: string; // 是否已读
|
||||
description: string; // 描述信息
|
||||
clickClose?: boolean; // 是否关闭
|
||||
clickClose?: string; // 是否关闭
|
||||
extra?: string; // 待办状态
|
||||
color?: string; // 颜色值
|
||||
updateTime: string; // 更新时间
|
||||
|
||||
@@ -256,7 +256,7 @@
|
||||
confirm: handleDelete.bind(this, record),
|
||||
},
|
||||
auth: 'biz:listItem:edit',
|
||||
ifShow: record.clickClose == false
|
||||
ifShow: record.clickClose == '9'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user