mark mandatory fields

This commit is contained in:
ma0068
2024-11-21 14:31:57 +01:00
parent 7a0690227c
commit 94255709c7
2 changed files with 3 additions and 3 deletions
@@ -117,7 +117,7 @@ export default {
event: 'tableBuilt',
handler: async() => {
await this.$p.loadCategory(['wawi', 'global', 'infocenter', 'betriebsmittel']);
await this.$p.loadCategory(['wawi', 'global', 'infocenter', 'betriebsmittel', 'person']);
let cm = this.$refs.table.tabulator.columnManager;
@@ -295,7 +295,7 @@ export default {
<div class="row mb-3">
<form-input
type="select"
:label="$p.t('global/typ')"
:label="$p.t('global/typ') + ' *'"
name="betriebsmitteltyp"
v-model="formData.betriebsmitteltyp"
:disabled="!statusNew"
@@ -124,7 +124,7 @@ export default {
type="select"
v-model="data.buchungstyp_kurzbz"
name="buchungstyp_kurzbz"
:label="$p.t('konto/buchungstyp')"
:label="$p.t('konto/buchungstyp') + ' *'"
@update:model-value="checkDefaultBetrag"
>
<option v-for="typ in activeBuchungstypen" :key="typ.buchungstyp_kurzbz" :value="typ.buchungstyp_kurzbz" :class="typ.aktiv ? '' : 'text-decoration-line-through text-muted'">