ปรับ ui โครงสร้างอัตรากำลัง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-12 10:31:37 +07:00
parent 2a7051f5f6
commit 628a9aae9f
4 changed files with 10 additions and 9 deletions

View file

@ -31,7 +31,7 @@ const props = defineProps({
orgLevel: Number,
treeId: String,
actionType: String,
rowId: String,
rowId: { type: String, default: "" },
fetchDataTable: Function,
});
@ -779,6 +779,7 @@ async function emitSearch(keyword: string, typeSelect: string) {
label="คำค้น"
hide-bottom-space
:rules="[(val) => !!val || `กรุณากรอกคำค้น`]"
@keydown.enter.prevent="searchInput()"
/>
</div>