From 5bb5c0c4cc1227b0a3f7f4ae926a3e8324022bf9 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期五, 19 七月 2024 14:37:01 +0800 Subject: [PATCH] 新增导入 --- src/views/Admin/components/callListMod.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/Admin/components/callListMod.vue b/src/views/Admin/components/callListMod.vue index 7cf2361..53929b3 100644 --- a/src/views/Admin/components/callListMod.vue +++ b/src/views/Admin/components/callListMod.vue @@ -34,7 +34,7 @@ </a-tag> </template> <template #forwardRate="text,record"> - {{record.forwardStatus == 1?text: '--' }} + {{record.forwardStatus == 1?text: '--'}} </template> <template #operation="text, record, index"> <a-button type="primary" @click="viewDetail(record.id)">查看详情</a-button> -- Gitblit v1.9.2