From 0542e065eb976338c2c1aa630ae52a091e4a44f2 Mon Sep 17 00:00:00 2001 From: Folltoshe Date: Sat, 1 Jul 2023 01:03:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=AD=8C=E6=9B=B2=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E6=97=B6=E9=BB=98=E8=AE=A4=E5=88=97=E8=A1=A8=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../List/MyList/components/ListSortModal.vue | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/src/renderer/views/List/MyList/components/ListSortModal.vue b/src/renderer/views/List/MyList/components/ListSortModal.vue index 1d7b7bfb..00919d05 100644 --- a/src/renderer/views/List/MyList/components/ListSortModal.vue +++ b/src/renderer/views/List/MyList/components/ListSortModal.vue @@ -2,7 +2,7 @@
-

{{ listInfo.name }}

+

{{ listName }}

{{ $t('list_sort_modal_by_field') }}

@@ -65,9 +65,11 @@