Explorar o código

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

cxmo hai 1 ano
pai
achega
0def84d3af
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'){
 				// 返回前三个按钮