评价模板禁用逻辑

This commit is contained in:
linxd
2025-07-03 20:15:54 +08:00
parent 0960d48748
commit bb3bea51b1
5 changed files with 284 additions and 52 deletions

View File

@ -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]: '',
};
// 重新导出任务类型