mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
fix:项目结束后撤回按钮不显示
This commit is contained in:
@@ -114,7 +114,7 @@
|
|||||||
<a-button v-if="record.status!==3" @click="showDeleteModal(record.projectId)" type="link" danger>删除</a-button>
|
<a-button v-if="record.status!==3" @click="showDeleteModal(record.projectId)" type="link" danger>删除</a-button>
|
||||||
<a-button v-if="record.status===3" @click="showStartModal(record.projectId)" type="link">存为模版</a-button>
|
<a-button v-if="record.status===3" @click="showStartModal(record.projectId)" type="link">存为模版</a-button>
|
||||||
<a-button v-if="record.status===3 && record.type===3" @click="showStopModal(record.projectId)" type="link">结束</a-button>
|
<a-button v-if="record.status===3 && record.type===3" @click="showStopModal(record.projectId)" type="link">结束</a-button>
|
||||||
<a-button v-if="record.status===-1 && record.type===3" @click="showBackFinashModal(record.projectId)" type="link">撤回</a-button>
|
<a-button v-if="record.status!==-1 && record.type===3" @click="showBackFinashModal(record.projectId)" type="link">撤回</a-button>
|
||||||
</DropDown>
|
</DropDown>
|
||||||
</a-space>
|
</a-space>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -2362,7 +2362,7 @@ export default {
|
|||||||
checkedBOEU: false, //是否BOEU实施
|
checkedBOEU: false, //是否BOEU实施
|
||||||
radioV1: "",
|
radioV1: "",
|
||||||
radioV2: "",
|
radioV2: "",
|
||||||
activeKey: "6", //1:概览 2.任务...
|
activeKey: "1", //1:概览 2.任务...
|
||||||
activeKey1: "8", //8:学员管理 9:小组管理
|
activeKey1: "8", //8:学员管理 9:小组管理
|
||||||
activeKey2: "3",
|
activeKey2: "3",
|
||||||
activeKeyNotice: "11",
|
activeKeyNotice: "11",
|
||||||
|
|||||||
Reference in New Issue
Block a user