mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 11:12:16 +01:00
Conditionally show cost column in report tables; Task/Project Modal
Field cleanup; improve estimated time UX
This commit is contained in:
@@ -13,6 +13,7 @@ const props = defineProps<{
|
||||
name: string;
|
||||
focus?: boolean;
|
||||
currency: string;
|
||||
disabled?: boolean;
|
||||
}>();
|
||||
|
||||
const model = defineModel<number | null>({
|
||||
@@ -33,6 +34,7 @@ function formatValue(modelValue: number | null) {
|
||||
:id="name"
|
||||
ref="billableRateInput"
|
||||
:model-value="formatValue(model)"
|
||||
:disabled="disabled"
|
||||
:step-snapping="false"
|
||||
class="block w-full"
|
||||
:format-options="{
|
||||
|
||||
Reference in New Issue
Block a user