diff --git a/f/web-kboss/src/views/customer/productMangement/commonBox/index.vue b/f/web-kboss/src/views/customer/productMangement/commonBox/index.vue
index 97eef49..492c4c2 100644
--- a/f/web-kboss/src/views/customer/productMangement/commonBox/index.vue
+++ b/f/web-kboss/src/views/customer/productMangement/commonBox/index.vue
@@ -36,7 +36,7 @@
全部导出
-
@@ -51,7 +51,7 @@
-
+
@@ -80,23 +80,23 @@
- 查看
+ 查看
修改
- 修改
+ 审核
上架
+ size="large">上架
下架
- 导出
+ @click="grounding(scope.row, 'delisting')" type="text" size="large">下架
+ 导出
- 删除
+ 删除
diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue b/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue
index e5f7f5e..7c14c75 100644
--- a/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue
+++ b/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue
@@ -177,9 +177,13 @@ export default Vue.extend({
const hasAuditInfo = Array.isArray(dataList) && dataList.length !== 0
const roles = sessionStorage.getItem('jueseNew')
const isCustomer = roles ? roles.includes('客户') : true
- if (hasAuditInfo || !isCustomer) {
+ if(res.data.data[0].audit_status==='pending') {
+ this.$message.warning('您的审核状态为待审核,请等待审核通过后发布~')
+ } else if (hasAuditInfo || !isCustomer) {
this.publish_type = type
this.sendProductVisible = true
+ } else if(res.data.data[0].audit_status==='rejected') {
+ this.$message.warning('您的审核状态为驳回,请重新提交~')
} else {
this.showTip = true
}
@@ -681,6 +685,9 @@ export default Vue.extend({
.user-sidebar {
height: 100%;
+ *{
+ font-size: 20px!important;
+ }
}
// 响应式设计
diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/menuAside/index.vue b/f/web-kboss/src/views/homePage/ncmatch/mainPage/menuAside/index.vue
index c56aeee..8de5cba 100644
--- a/f/web-kboss/src/views/homePage/ncmatch/mainPage/menuAside/index.vue
+++ b/f/web-kboss/src/views/homePage/ncmatch/mainPage/menuAside/index.vue
@@ -193,7 +193,7 @@ export default {