From 1f6893d24ba87313d4114c68813073ead53b2e12 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期五, 30 八月 2024 09:26:22 +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