mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-19 13:48:37 +00:00
fix(crm): 修复线索详情页转化状态按钮误显示,对应 https://t.zsxq.com/wq7ix
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
>
|
>
|
||||||
转化为客户
|
转化为客户
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button v-else disabled type="success">已转化客户</el-button>
|
<el-button v-if="clue.transformStatus" disabled type="success">已转化客户</el-button>
|
||||||
</ClueDetailsHeader>
|
</ClueDetailsHeader>
|
||||||
<el-col>
|
<el-col>
|
||||||
<el-tabs>
|
<el-tabs>
|
||||||
|
|||||||
Reference in New Issue
Block a user