@@ -370,7 +368,7 @@ const delBatch = async ()=>{
ElMessage.error('删除失败')
}
}
-const load =()=>{}
+const handleSelectionChange =()=>{}
\ No newline at end of file
diff --git a/src/views/ServiceType/ProductCenter.vue b/src/views/ServiceType/ProductCenter.vue
index 9ace828..cee4df2 100644
--- a/src/views/ServiceType/ProductCenter.vue
+++ b/src/views/ServiceType/ProductCenter.vue
@@ -1,11 +1,358 @@
- 123
+
+
+
+
+
+ searchByState(event)">
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+ 批量删除
+
+
+
+
+
+
+
+
+
+
+ {{ $index + 1 }}
+
+
+
+
+
+
![]()
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 详情
+
+
+ 编辑
+
+ 删除
+
+
+
+
+
+
+
+ 上架
+ 下架
+
+
+
+
+
+
+ 详情
+
+
+ 编辑
+
+
+ 下架
+ 上架
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![商品图标]()
+
+ handleChange(event, 0)" :on-exceed="Exceed_ProductImg"
+ limit="1">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ loadForm(event, 0)">
+
+
+
+
+
+
+
+
+
+
![商品图标]()
+
+ handleChange(event, 1)" :on-exceed="Exceed_ProductDetail"
+ limit="1">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hi, there!
+
\ No newline at end of file
diff --git a/src/views/test.vue b/src/views/test.vue
index 159186f..64f6225 100644
--- a/src/views/test.vue
+++ b/src/views/test.vue
@@ -1,182 +1,47 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ data.day.split('-').slice(1).join('-') }}
- ✔️
-
-
-
+
+
+
+
-
-
+
\ No newline at end of file
diff --git a/tsconfig.json b/tsconfig.json
index 791513e..c9da21b 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,6 +7,11 @@
{
"path": "./tsconfig.app.json"
}
- ]
+ ],
+ "compilerOptions": {
+ "moduleResolution": "node",
+ "esModuleInterop": true,
+ "skipLibCheck": true
+ }
}