评价模板禁用逻辑
This commit is contained in:
@ -11,6 +11,17 @@ export const CategoryLimitationTypeText = {
|
||||
[CategoryLimitationType.UNIVERSAL]: '通用不限品类',
|
||||
[CategoryLimitationType.LIMITED]: '限制品类',
|
||||
};
|
||||
//指标类型 通用 技术
|
||||
export const Types = [
|
||||
{
|
||||
label: '通用类型',
|
||||
value: 'generalType',
|
||||
},
|
||||
{
|
||||
label: '技术类型',
|
||||
value: 'categoryType',
|
||||
},
|
||||
];
|
||||
|
||||
// 模板状态
|
||||
export const TemplateStatus = {
|
||||
@ -49,8 +60,8 @@ export enum IndicatorAddOption {
|
||||
}
|
||||
|
||||
export const IndicatorAddOptionText = {
|
||||
[IndicatorAddOption.CAN_ADD]: '可修改',
|
||||
[IndicatorAddOption.CANNOT_ADD]: '不可修改',
|
||||
[IndicatorAddOption.CAN_ADD]: '是',
|
||||
[IndicatorAddOption.CANNOT_ADD]: '否',
|
||||
};
|
||||
|
||||
// 重新导出任务类型
|
||||
|
Reference in New Issue
Block a user