Commit ba152b53 authored by renjintao's avatar renjintao

execute

parent f5de8371
...@@ -142,6 +142,7 @@ export default { ...@@ -142,6 +142,7 @@ export default {
// this.detail = () => import("./testdata/index"); // this.detail = () => import("./testdata/index");
} //测试数据 } //测试数据
}, },
//按时间排序按钮
changeAsc() { changeAsc() {
this.asc = !this.asc; this.asc = !this.asc;
if (this.asc) { if (this.asc) {
...@@ -150,6 +151,7 @@ export default { ...@@ -150,6 +151,7 @@ export default {
this.ascTitle = "时间倒序排序"; this.ascTitle = "时间倒序排序";
} }
}, },
//刷新orderlist列表
changeFresh() changeFresh()
{ {
this.refresh=!this.refresh this.refresh=!this.refresh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment