|
@@ -794,14 +794,12 @@ func GetChildExcelInfoByParentId(parentId int) (items []*ExcelInfo, err error) {
|
|
|
|
|
|
// ExcelInfoDetailButton 操作按钮
|
|
|
type ExcelInfoDetailButton struct {
|
|
|
- RefreshButton bool `description:"是否可刷新"`
|
|
|
- CopyButton bool `description:"是否可另存为"`
|
|
|
- DownloadButton bool `description:"是否可下载"`
|
|
|
- OpButton bool `description:"是否可编辑"`
|
|
|
- DeleteButton bool `description:"是否可删除"`
|
|
|
- OpEdbButton bool `description:"是否可生成指标"`
|
|
|
- RefreshEdbButton bool `description:"是否可刷新指标"`
|
|
|
- OpWorkerButton bool `description:"是否修改协作人"`
|
|
|
- RenameButton bool `description:"是否可以重命名"`
|
|
|
- //CancelShareButton bool `description:"是否可以取消共享"`
|
|
|
+ RefreshButton bool `description:"是否可刷新"`
|
|
|
+ CopyButton bool `description:"是否可另存为"`
|
|
|
+ DownloadButton bool `description:"是否可下载"`
|
|
|
+ OpButton bool `description:"是否可编辑"`
|
|
|
+ DeleteButton bool `description:"是否可删除"`
|
|
|
+ OpEdbButton bool `description:"是否可生成指标"`
|
|
|
+ RefreshEdbButton bool `description:"是否可刷新指标"`
|
|
|
+ OpWorkerButton bool `description:"是否修改协作人"`
|
|
|
}
|