+
+
+
+
+
+
@@ -35,12 +40,14 @@
- {{scope.row.resourceAuditState == 1 ? '待审核' : scope.row.resourceAuditState == 2 ? '审核通过' : '审核未通过'}}
+ 待审核
+ 审核通过
+ 审核未通过
- 审核
+ 审核
@@ -80,131 +87,103 @@
diff --git a/src/views/shop/goods/form.vue b/src/views/shop/goods/form.vue
index bb3fed6..dc99a7a 100644
--- a/src/views/shop/goods/form.vue
+++ b/src/views/shop/goods/form.vue
@@ -9,14 +9,14 @@
-
+
diff --git a/src/views/shop/goods/index.vue b/src/views/shop/goods/index.vue
index 8c27188..ae65c7b 100644
--- a/src/views/shop/goods/index.vue
+++ b/src/views/shop/goods/index.vue
@@ -40,12 +40,14 @@
-
+
+
+
-
+
diff --git a/vue.config.js b/vue.config.js
index fb2f5e8..0e0fc10 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -22,7 +22,7 @@ module.exports = {
warnings: false,
errors: true
},
- disableHostCheck:true,
+ disableHostCheck: true,
proxy: {
'/api': {
target: process.env.VUE_APP_BASE_API,
@@ -98,7 +98,7 @@ module.exports = {
.plugin('ScriptExtHtmlWebpackPlugin')
.after('html')
.use('script-ext-html-webpack-plugin', [{
- // `runtime` must same as runtimeChunk name. default is `runtime`
+ // `runtime` must same as runtimeChunk name. default is `runtime`
inline: /runtime\..*\.js$/
}])
.end()