refactor(04): service properties acceptation
This commit is contained in:
parent
4f4de866b0
commit
6ec60cc95a
2 changed files with 22 additions and 10 deletions
|
|
@ -17,25 +17,25 @@ const formServiceProperties = defineModel<Attributes>('formServiceProperties');
|
|||
|
||||
const typeOption = ref([
|
||||
{
|
||||
label: t('text'),
|
||||
label: 'Text',
|
||||
value: 'string',
|
||||
color: 'var(--pink-6-hsl)',
|
||||
icon: 'mdi-alpha-t',
|
||||
},
|
||||
{
|
||||
label: t('number'),
|
||||
label: 'Number',
|
||||
value: 'number',
|
||||
color: 'var(--purple-11-hsl)',
|
||||
icon: 'mdi-numeric',
|
||||
},
|
||||
{
|
||||
label: t('date'),
|
||||
label: 'Date',
|
||||
value: 'date',
|
||||
color: 'var(--green-9-hsl)',
|
||||
icon: 'mdi-calendar-blank-outline',
|
||||
},
|
||||
{
|
||||
label: t('selection'),
|
||||
label: 'Selection',
|
||||
value: 'array',
|
||||
color: 'var(--indigo-7-hsl)',
|
||||
icon: 'mdi-code-array',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue