b6f64175 by lihua

fix: 提示

1 parent bf918038
......@@ -467,11 +467,11 @@ const drawerBtnClick = async (btn, info) => {
}
if (!(info.fieldTypeCode == 'int' || info.fieldTypeCode == 'decimal' || info.fieldTypeCode == 'tinyint')) {
if (info.desensitiveRuleCode == 'ROUNDING') {
proxy.$ElMessage.error('数值类型字段的脱敏规则不能设置取整');
proxy.$ElMessage.error('数值类型字段的脱敏规则不能设置取整');
return;
}
if (info.desensitiveRuleCode == 'RANGEREPLACE') {
proxy.$ElMessage.error('数值类型字段的脱敏规则不能设置区间替换');
proxy.$ElMessage.error('数值类型字段的脱敏规则不能设置区间替换');
return;
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!