From 8ffc525331a0dfc442885b88d8a345e28c4fb8eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E8=B4=A4=E9=87=91?= <1960116313@qq.com> Date: Thu, 15 Sep 2022 10:43:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=88=A0=E9=99=A4=E4=B8=8A=E4=B8=80?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E7=9A=84=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/communicationmanage/basiccard/basiccard.vue | 2 +- src/views/communicationmanage/outbound/outbound.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/communicationmanage/basiccard/basiccard.vue b/src/views/communicationmanage/basiccard/basiccard.vue index c7db5b6..6059777 100644 --- a/src/views/communicationmanage/basiccard/basiccard.vue +++ b/src/views/communicationmanage/basiccard/basiccard.vue @@ -453,7 +453,7 @@ export default { span: 12, labelWidth: 130, search: true, - sortable: true, + // sortable: true, rules: [ { required: true, diff --git a/src/views/communicationmanage/outbound/outbound.vue b/src/views/communicationmanage/outbound/outbound.vue index 9c5a1b3..8d4e492 100644 --- a/src/views/communicationmanage/outbound/outbound.vue +++ b/src/views/communicationmanage/outbound/outbound.vue @@ -381,7 +381,7 @@ export default { labelWidth: 130, search: true, editDisplay: false, - sortable: true, + // sortable: true, rules: [ { required: true,