Commit 921cbab2 authored by 黄奎's avatar 黄奎

页面修改

parent 38b49a4f
......@@ -225,7 +225,7 @@
</div>
</div>
<div>
<q-btn color="primary" unelevated style="width:100%" filled label="搜尋" />
<q-btn color="primary" unelevated style="width:100%" filled label="搜尋" @click="goSearchHandler()" />
</div>
</div>
</div>
......@@ -358,6 +358,7 @@
timeout: 3000
});
}
this.CommonJump('/Search',{})
}
}
};
......
......@@ -225,7 +225,7 @@
</div>
</div>
<div>
<q-btn color="primary" unelevated style="width:100%" filled label="搜尋" />
<q-btn color="primary" unelevated style="width:100%" filled label="搜尋" @click="goSearchHandler" />
</div>
</div>
</div>
......@@ -359,6 +359,7 @@
timeout: 3000
});
}
this.CommonJump('/Search',{})
}
}
};
......
......@@ -225,7 +225,7 @@
</div>
</div>
<div>
<q-btn color="primary" unelevated style="width:100%" filled label="搜尋" />
<q-btn color="primary" unelevated style="width:100%" filled label="搜尋" @click="goSearchHandler" />
</div>
</div>
</div>
......@@ -359,6 +359,7 @@
timeout: 3000
});
}
this.CommonJump('/Search',{})
}
}
};
......
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