Browse Source

设置共享在客户检索不显示

cxmo 1 year ago
parent
commit
0def84d3af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/custom_manage/customSearch.vue

+ 1 - 1
src/views/custom_manage/customSearch.vue

@@ -1564,7 +1564,7 @@ export default {
 		btnList(btnItem,part){
 			const allBtnList=[]
 			for (const key in btnItem) {
-				btnItem[key]&&key!=='BtnClose' && allBtnList.push(key)
+				btnItem[key]&&key!=='BtnClose'&&key!=='BtnShare' && allBtnList.push(key)
 			}
 			if(part==='front'){
 				// 返回前三个按钮