@@ -662,6 +662,11 @@ func (c *ExcelInfoController) Detail() {
excelDetail.Editor = markStatus.Editor
}
+ // excel表格按钮权限
+ if excelDetail.Source != utils.BALANCE_TABLE {
+ excelDetail.Button = excel2.GetExcelInfoOpButton(sysUser, excelDetail.SysUserId, excelDetail.Source, excelDetail.HaveOperaAuth)
+ }
+
br.Ret = 200
br.Success = true
br.Msg = "获取成功"