From 7a7265353879a63d47553324c19ab4bd349d03f4 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 12 十一月 2024 11:05:15 +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