增加流程页面包括样式
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// 定义枚举
|
||||
import Esenum from './index.js'
|
||||
// 权限申请
|
||||
export const PERMISSION = new Esenum([
|
||||
{ label: '预览', value: 0 },
|
||||
{ label: '下载', value: 1 },
|
||||
{ label: '预览+下载', value: 2 }
|
||||
])
|
||||
Reference in New Issue
Block a user