xiaoju-survey/web/src/management/utils/constant.js

6 lines
82 B
JavaScript

// 问卷操作枚举
export const QOP_MAP = {
COPY: 'copy',
EDIT: 'edit',
};