fix: save btn with show amount

This commit is contained in:
puriphatt 2024-08-16 15:31:49 +07:00
parent b3922cddff
commit cc2e49f735
2 changed files with 6 additions and 1 deletions

View file

@ -20,6 +20,8 @@ defineProps<{
employee?: boolean;
edit?: boolean;
saveAmount?: number;
isEdit?: boolean;
tabsList?: { name: string; label: string }[];
@ -214,6 +216,7 @@ const currentTab = defineModel<string>('currentTab');
id="btn-form-submit"
type="submit"
solid
:amount="saveAmount"
/>
</div>
</div>