Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 3534f1e

Browse files
committed
Fix: code select sort
1 parent a847b3e commit 3534f1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/views/FileManager/selectUnzipCode.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ export default {
5656
return {
5757
v: this.visible,
5858
options: [
59+
{ label: this.$t("selectUnzipCode.utf8"), value: "utf-8" },
5960
{ label: this.$t("selectUnzipCode.gbk"), value: "gbk" },
60-
{ label: this.$t("selectUnzipCode.big5"), value: "big5" },
61-
{ label: this.$t("selectUnzipCode.utf8"), value: "utf-8" }
61+
{ label: this.$t("selectUnzipCode.big5"), value: "big5" }
6262
],
6363
selected: "",
6464
func: null,

0 commit comments

Comments
 (0)