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: "" } ] }; },