Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 8m15s

* develop:
  fix: async await
  fix:q-input maxlength
  fix currency
  fix(command): edit-salary
This commit is contained in:
Warunee Tamkoo 2025-12-15 15:52:25 +07:00
commit c2b021e243
10 changed files with 599 additions and 29 deletions

View file

@ -346,7 +346,7 @@ watch(
keep-color
color="primary"
dense
:disable="commandType"
:disable="commandType ? false : true"
v-model="scope.selected"
/>
</template>
@ -357,7 +357,7 @@ watch(
keep-color
color="primary"
dense
:disable="commandType"
:disable="commandType ? false : true"
v-model="props.selected"
/>
</q-td>

View file

@ -774,7 +774,6 @@ function onSubmitDate() {
*/
function openModalOrder(val: boolean) {
// object #e.draft == "" &&
console.log(rowsOrder.value);
rowsOrder.value = rows.value.filter(
(e: any) =>