|
|
@@ -51,11 +51,11 @@ import { ref, shallowRef, PropType, onMounted } from 'vue'
|
|
|
import { ElMessage, FormInstance, FormRules } from 'element-plus'
|
|
|
import { addLimit } from '@/services/api/member'
|
|
|
import { useEnum } from '@/hooks/enum'
|
|
|
+import { i18n } from '@/stores'
|
|
|
+import { useMarket } from '@/hooks/market'
|
|
|
import AppDrawer from '@pc/components/base/drawer/index.vue'
|
|
|
import AppSelectMember from '@pc/components/modules/select-member/index.vue'
|
|
|
import AppSelectGoods from '@pc/components/modules/select-goods/index.vue'
|
|
|
-import { i18n } from '@/stores'
|
|
|
-import { useMarket } from '@/hooks/market'
|
|
|
|
|
|
const props = defineProps({
|
|
|
record: {
|