diff --git a/src/auto-import.d.ts b/src/auto-import.d.ts
index 056c8a8..0e1a32f 100644
--- a/src/auto-import.d.ts
+++ b/src/auto-import.d.ts
@@ -7,7 +7,7 @@
export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
- const api: typeof import('../../../../../src/api/index')['api']
+ const api: typeof import('src/api/index')['api']
const computed: typeof import('vue')['computed']
const createApp: typeof import('vue')['createApp']
const customRef: typeof import('vue')['customRef']
@@ -18,8 +18,8 @@ declare global {
const getCurrentScope: typeof import('vue')['getCurrentScope']
const getCurrentWatcher: typeof import('vue')['getCurrentWatcher']
const h: typeof import('vue')['h']
- const handleInit: typeof import('../../../../../src/utils/page/index')['handleInit']
- const handleMessageBox: typeof import('../../../../../src/utils/page/index')['handleMessageBox']
+ const handleInit: typeof import('src/utils/page/index')['handleInit']
+ const handleMessageBox: typeof import('src/utils/page/index')['handleMessageBox']
const inject: typeof import('vue')['inject']
const isProxy: typeof import('vue')['isProxy']
const isReactive: typeof import('vue')['isReactive']
@@ -44,7 +44,7 @@ declare global {
const onUnmounted: typeof import('vue')['onUnmounted']
const onUpdated: typeof import('vue')['onUpdated']
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
- const pageConfig: typeof import('../../../../../src/utils/page/config')['pageConfig']
+ const pageConfig: typeof import('src/utils/page/config')['pageConfig']
const provide: typeof import('vue')['provide']
const reactive: typeof import('vue')['reactive']
const readonly: typeof import('vue')['readonly']
diff --git a/src/views/supplier/xsWhitelist/category-config.vue b/src/views/supplier/xsWhitelist/category-config.vue
new file mode 100644
index 0000000..649fc8a
--- /dev/null
+++ b/src/views/supplier/xsWhitelist/category-config.vue
@@ -0,0 +1,28 @@
+
+
+
+ -
+ {{ item.name }}
+
+ -
+
+
+ 数量:
+
+
+ 原价:
+
+
+ 售价:
+
+
+
+
+
+
+
diff --git a/src/views/supplier/xsWhitelist/index.vue b/src/views/supplier/xsWhitelist/index.vue
index e62f506..40006e0 100644
--- a/src/views/supplier/xsWhitelist/index.vue
+++ b/src/views/supplier/xsWhitelist/index.vue
@@ -19,47 +19,45 @@
SKU信息:
-
+
- {{ item.typeName }}:
-
- {{
+ {{
child.name
}}
-
- 新增
+
+ + 新增
+
+ 价格配置:
+
+
+
+
- SKU信息:
-
- -
- {{ item.name }}
-
- -
-
-
- 原价:
-
-
- 售价:
-
-
-
+ SKU信息:
@@ -67,14 +65,16 @@