update UI - แสดงรายชื่อผู้สอบผ่านในรอบของการสอบคัดเลือก/แข่งขันที่ได้จากระบบ

ปรับในส่วนของการแสดงผลข้อมูลให้ครบตาม design
ปรับให้เป็นหน้าฟอร์มกรณีอยู่ในโหมดแก้ไข
ปรับการแสดงสถานะและ Action ให้ถกต้อง
This commit is contained in:
Warunee Tamkoo 2023-06-08 18:24:09 +07:00
parent b958dfad20
commit 312642f8f6
9 changed files with 576 additions and 575 deletions

View file

@ -3,7 +3,8 @@
*/
const Main = () => import("@/modules/05_placement/views/Main.vue");
const Detail = () => import("@/modules/05_placement/components/PlacementDetail.vue");
const PlacementDetail = () =>
import("@/modules/05_placement/components/pass/Detail.vue");
export default [
{
@ -19,7 +20,7 @@ export default [
{
path: "/placement/detail",
name: "placementDetail",
component: Detail,
component: PlacementDetail,
meta: {
Auth: true,
Key: [7],