fix(04): properties option type (en)

This commit is contained in:
puriphatt 2024-08-15 09:39:56 +07:00
parent fba13f4867
commit 12482659da
2 changed files with 86 additions and 53 deletions

View file

@ -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;
}