rev:日志优化

This commit is contained in:
2025-02-25 14:39:53 +08:00
parent 9f2d9b3063
commit fb7f3d328e
5 changed files with 20 additions and 18 deletions

View File

@@ -698,7 +698,7 @@ export default {
const obj = { name: i18n.t('monitor.click.request_success_flag'), value: data[val] }
this.arr.push(obj)
} else if (val === 'requireActionSucess') {
const obj = { name: i18n.t('monitor.click.delivery_completed'), value: data[val] }
const obj = { name: i18n.t('monitor.click.request_success_flag'), value: data[val] }
this.arr.push(obj)
} else if (val === 'applySucess') {
const obj = { name: 'applySucess', value: data[val] }