style: 自定义指标多语言描述中文屏蔽
This commit is contained in:
@@ -838,7 +838,7 @@ onMounted(() => {
|
|||||||
if (res.code === RESULT_CODE_SUCCESS) {
|
if (res.code === RESULT_CODE_SUCCESS) {
|
||||||
if (!res.data.rows.length) {
|
if (!res.data.rows.length) {
|
||||||
message.warning({
|
message.warning({
|
||||||
content: '无可用的自定义指标,请先添加自定义指标',
|
content: t('common.noData'),
|
||||||
duration: 2,
|
duration: 2,
|
||||||
});
|
});
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user