Преглед изворни кода

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

cxmo пре 1 година
родитељ
комит
0def84d3af
1 измењених фајлова са 1 додато и 1 уклоњено
  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'){
 				// 返回前三个按钮