Browse Source

表格编辑权限修改

ziwen 1 year ago
parent
commit
032a3a10d7
1 changed files with 0 additions and 3 deletions
  1. 0 3
      services/data/excel/excel_info.go

+ 0 - 3
services/data/excel/excel_info.go

@@ -92,9 +92,6 @@ func GetExcelInfoOpButton(sysUser *system.Admin, belongUserId, source int) (butt
 	button.CopyButton = true
 	button.DownloadButton = true
 
-	if source == utils.EXCEL_DEFAULT {
-		button.OpButton = true
-	}
 
 	// 1、本用户创建的表格,可编辑、刷新、另存为、下载、删除,删除需二次确认;
 	// 2、管理员角色对所有表格有如上权限;