ui รายการอุทธรณ์ร้องทุกข์ *ยังไม่เสร็จดี
This commit is contained in:
parent
e410268bfc
commit
163a3b07a6
9 changed files with 1085 additions and 2 deletions
|
|
@ -75,7 +75,10 @@ const props = defineProps({
|
|||
type: Function,
|
||||
default: () => console.log("not function"),
|
||||
required: true,
|
||||
},
|
||||
},selecetSwitch:{
|
||||
type:String,
|
||||
default:'multiple'
|
||||
}
|
||||
});
|
||||
|
||||
/**ส่งค่ากลับหน้าหลัก */
|
||||
|
|
@ -226,7 +229,7 @@ watch(()=>props.selectedData,()=>{
|
|||
dense
|
||||
class="custom-header-table"
|
||||
:visible-columns="mainStore.visibleColumnsRespondent"
|
||||
selection="multiple"
|
||||
:selection="props.selecetSwitch"
|
||||
v-model:selected="selected"
|
||||
>
|
||||
<template v-slot:header-selection="scope">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue