|
|
@@ -454,7 +454,7 @@ Page({
|
|
|
icon: "icon-dibu-biangengchengjiaozhuangtai",
|
|
|
label: "更改合作状态"
|
|
|
}) */
|
|
|
- if (isLeader && this.data.options.includes('putOff')) tabbarList.push({
|
|
|
+ if (isLeader && this.data.options.includes('putOff') && detail.status != '已终止') tabbarList.push({
|
|
|
icon: detail.status == '暂缓' ? "icon-quxiaozanhuan" : "icon-zanhuan",
|
|
|
label: detail.status == '暂缓' ? "取消暂缓" : "暂缓"
|
|
|
})
|