แก้ไขทะเบียนประวัติ ==> เพิ่ม จัดลำดับการ
This commit is contained in:
parent
c404185776
commit
ee35a2e709
3 changed files with 189 additions and 3 deletions
|
|
@ -262,7 +262,7 @@ function onSubmit() {
|
|||
watch(modal, async () => {
|
||||
if (modal.value && props.dataSort) {
|
||||
const dataList = props.dataSort;
|
||||
rows.value = dataList;
|
||||
rows.value.push(...dataList);
|
||||
selected.value = dataList.filter((item: any) => item.isUse == true);
|
||||
} else {
|
||||
selected.value = [];
|
||||
|
|
@ -294,7 +294,7 @@ watch(modal, async () => {
|
|||
bordered
|
||||
:rows="rows"
|
||||
:columns="columns"
|
||||
:rows-per-page-options="[100]"
|
||||
:rows-per-page-options="[0]"
|
||||
row-key="id"
|
||||
hide-bottom
|
||||
hide-pagination
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue