菜单跳转功能优化

This commit is contained in:
liuwei
2025-03-19 14:21:40 +08:00
parent b159ddb765
commit 80463770b9
4 changed files with 26 additions and 25 deletions

View File

@@ -19,7 +19,7 @@
<el-table-column prop="error_calls" label="失败次数" sortable></el-table-column>
<el-table-column label="成功率" sortable>
<template slot-scope="scope">
{{ (scope.row.success_calls / scope.row.total_calls * 100).toFixed(2) }}%
{% raw %} {{ (scope.row.success_calls / scope.row.total_calls * 100).toFixed(2) }}{% endraw %}%
</template>
</el-table-column>
<el-table-column label="操作">