Commit 535a6439 authored by 我在何方's avatar 我在何方

报价单详情按钮bug

parent 213a0cc2
......@@ -7,13 +7,10 @@
<span style="font-size: 15px;">{{$t('报价单号')}}{{list.number}}</span>
<div class="btns">
<el-button size="mini" type="primary" @click="$router.push('edit?id=' + offerId)">{{$t('编辑')}}</el-button>
<el-button type="primary" size="mini" @click="handleAdd"
>{{$t('跟进')}}</el-button>
<el-button type="primary" size="mini" @click="toResult"
>{{$t('结果')}}</el-button>
<el-button size="mini" type="primary" @click="$router.push('/offer/special/' + offerId)">{{$t('特价')}}</el-button>
<el-button type="danger" size="mini" @click="handleDelete"
>{{$t('删除')}}</el-button>
<el-button type="primary" v-if="[1,3,7].indexOf(liet.status) > -1" size="mini" @click="handleAdd">{{$t('跟进')}}</el-button>
<el-button type="primary" v-if="[3,7].indexOf(liet.status) > -1" size="mini" @click="toResult">{{$t('结果')}}</el-button>
<el-button size="mini" v-if="[1,3,7].indexOf(liet.status) > -1" type="primary" @click="$router.push('/offer/special/' + offerId)">{{$t('特价')}}</el-button>
<el-button type="danger" size="mini" @click="handleDelete">{{$t('删除')}}</el-button>
</div>
</div>
<div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment