From 6f4f8891fa1e4762315d789a494ccf46bcf361ee Mon Sep 17 00:00:00 2001 From: ch Date: Mon, 13 Jun 2022 22:26:09 +0800 Subject: [PATCH] pref:delete type --- src/views/chat/index.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/chat/index.vue b/src/views/chat/index.vue index c37a5af..e7f7e4d 100644 --- a/src/views/chat/index.vue +++ b/src/views/chat/index.vue @@ -261,14 +261,14 @@ prop: 'waiterNickname', minWidth: 160, }, - { - label: '类型', - prop: 'type', - width: 160, - slots: { - default: ({ row }) => proxy.$dict(unref(opts).customerServiceType, row.type), - }, - }, + // { + // label: '类型', + // prop: 'type', + // width: 160, + // slots: { + // default: ({ row }) => proxy.$dict(unref(opts).customerServiceType, row.type), + // }, + // }, { label: '操作', width: 100,