Commit 05e9b924 authored by zhengyi's avatar zhengyi

客户相关列表的报价单回显bug修改

parent de3d976f
......@@ -251,7 +251,7 @@
</contacts>
</template>
</el-table-column>
<el-table-column :label="$t('报价单')" align="center" fixed>
<el-table-column :label="$t('报价单')" align="center">
<template slot-scope="scope" v-if="scope.row.offerId">
<router-link :to="`/offer/detail?offerId=${scope.row.offerId}`" class="link-type">
{{ scope.row.offerNumber }}
......
......@@ -223,7 +223,7 @@
</contacts>
</template>
</el-table-column>
<el-table-column :label="$t('报价单')" align="center" fixed>
<el-table-column :label="$t('报价单')" align="center">
<template slot-scope="scope" v-if="scope.row.offerId">
<router-link :to="`/offer/detail?offerId=${scope.row.offerId}`" class="link-type">
{{ scope.row.offerNumber }}
......
......@@ -240,7 +240,7 @@
</contacts>
</template>
</el-table-column>
<el-table-column :label="$t('报价单')" align="center" fixed>
<el-table-column :label="$t('报价单')" align="center">
<template slot-scope="scope" v-if="scope.row.offerId">
<router-link :to="`/offer/detail?offerId=${scope.row.offerId}`" class="link-type">
{{ scope.row.offerNumber }}
......
......@@ -270,7 +270,7 @@
</contacts>
</template>
</el-table-column>
<el-table-column :label="$t('报价单')" align="center" fixed>
<el-table-column :label="$t('报价单')" align="center">
<template slot-scope="scope" v-if="scope.row.offerId">
<router-link :to="`/offer/detail?offerId=${scope.row.offerId}`" class="link-type">
{{ scope.row.offerNumber }}
......
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