Browse Source

Merge branch 'need-pool#785'

cxmo 1 year ago
parent
commit
2564c08fef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/custom_manage/customList/customList.vue

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

@@ -2080,7 +2080,7 @@ ShareListDialog},
 		// 用于返回按钮名称
 		btnName(btnItem,row){
 			if(btnItem!=='BtnSuspend' && btnItem!=='BtnShare') return this.btnCommandList[btnItem]
-			if(btnItem=='BtnSuspend') return row.isSuspend===1?'启用':'暂停'
+			if(btnItem=='BtnSuspend') return row.IsSuspend===1?'启用':'暂停'
 			if(btnItem=='BtnShare') return row.IsShare===1?'取消共享':'设置共享'
 		},
 		// 设置/取消 共享