fix(command): edit-salary

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-12-15 11:50:33 +07:00
parent 0372eb9726
commit d215283163
6 changed files with 534 additions and 13 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>