| | |
| | | @select="onSelect" |
| | | > |
| | | <template #reference> |
| | | <van-button type="primary">الترتيب</van-button> |
| | | <van-button type="primary">{{ $t("排序") }}</van-button> |
| | | </template> |
| | | </van-popover> |
| | | </van-col> |
| | |
| | | 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: "" } |
| | | ] |
| | | }; |
| | | }, |
| | |
| | | //大宗 |
| | | opt.stockType = ""; |
| | | data = await api.stockgetDzList(opt); |
| | | this.loadings = false; |
| | | this.finished = true; |
| | | } |
| | | } else { |
| | | // 自选 |