瀏覽代碼

Merge branch 'need-pool#785'

cxmo 1 年之前
父節點
當前提交
2564c08fef
共有 1 個文件被更改,包括 1 次插入1 次删除
  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?'取消共享':'设置共享'
 		},
 		// 设置/取消 共享