ปรับ ui โครงสร้างอัตรากำลัง
This commit is contained in:
parent
2a7051f5f6
commit
628a9aae9f
4 changed files with 10 additions and 9 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue