lxf
2025-04-28 2b38398687dc826015ae1389c2b7338af1ad02b2
style: 翻译
1 files modified
8 ■■■■ changed files
src/page/list/tradingList/data.list.vue 8 ●●●● patch | view | raw | blame | history
src/page/list/tradingList/data.list.vue
@@ -31,7 +31,7 @@
            @select="onSelect"
          >
            <template #reference>
              <van-button type="primary">الترتيب</van-button>
              <van-button type="primary">{{ $t("排序") }}</van-button>
            </template>
          </van-popover>
        </van-col>
@@ -201,9 +201,9 @@
      orderBy: "",
      refreshing: false,
      actions: [
        { text: "ترتيب", zh: "升序", val: "asc" },
        { text: "التخفيض", zh: "降序", val: "desc" },
        { text: "طبيعي", zh: "正常", val: "" }
        { text: this.$t("升序"), zh: "升序", val: "asc" },
        { text: this.$t("降序"), zh: "降序", val: "desc" },
        { text: this.$t("正常"), zh: "正常", val: "" }
      ]
    };
  },