From 2910244a75d6719cd46d5925237dab334d7470da 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:34:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=9F=BA=E7=A1=80=E5=8D=A1=EF=BC=8C?= =?UTF-8?q?=E5=8D=A1=E5=87=BA=E5=BA=93iccid=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 | 1 + src/views/communicationmanage/outbound/outbound.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/views/communicationmanage/basiccard/basiccard.vue b/src/views/communicationmanage/basiccard/basiccard.vue index 460bc79..c7db5b6 100644 --- a/src/views/communicationmanage/basiccard/basiccard.vue +++ b/src/views/communicationmanage/basiccard/basiccard.vue @@ -453,6 +453,7 @@ export default { span: 12, labelWidth: 130, search: true, + sortable: true, rules: [ { required: true, diff --git a/src/views/communicationmanage/outbound/outbound.vue b/src/views/communicationmanage/outbound/outbound.vue index 69f1d90..9c5a1b3 100644 --- a/src/views/communicationmanage/outbound/outbound.vue +++ b/src/views/communicationmanage/outbound/outbound.vue @@ -381,6 +381,7 @@ export default { labelWidth: 130, search: true, editDisplay: false, + sortable: true, rules: [ { required: true,