fix(04): properties option type (en)
This commit is contained in:
parent
fba13f4867
commit
12482659da
2 changed files with 86 additions and 53 deletions
|
|
@ -6,7 +6,6 @@ import { Attributes } from 'stores/product-service/types';
|
|||
import { moveItemUp, moveItemDown, deleteItem, dialog } from 'stores/utils';
|
||||
|
||||
import NoData from '../NoData.vue';
|
||||
import useOptionStore from 'stores/options';
|
||||
|
||||
const { t } = useI18n();
|
||||
|
||||
|
|
@ -16,14 +15,6 @@ const propertiesOption =
|
|||
);
|
||||
const formServiceProperties = defineModel<Attributes>('formServiceProperties');
|
||||
|
||||
const telMax = ref();
|
||||
const pointNum = ref();
|
||||
|
||||
const tel = ref(false);
|
||||
const comma = ref(false);
|
||||
const point = ref(false);
|
||||
const selection = ref(false);
|
||||
|
||||
const typeOption = ref([
|
||||
{
|
||||
label: t('text'),
|
||||
|
|
@ -107,7 +98,6 @@ function manageProperties(
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue