礼品卡

This commit is contained in:
齐天大圣 2024-03-26 17:50:41 +08:00
parent aa585f42bf
commit e5278519fd

View File

@ -317,9 +317,24 @@
<div class="wrap-box">
<div class="gang-box" :class="{'oilid' :oilid == item.id }" v-for="(item,index) in arrList" :key="index">
<div>
<el-table-column label="厂商名称" align="center" width="110">
<template slot-scope="item">
<span>{{item.companyName}}</span>
</template>
</el-table-column>
<el-table-column label="二维码SN号" align="center" width="110">
<template slot-scope="item">
<span>{{item.tagCodeSn}}</span>
</template>
</el-table-column>
<el-table-column label="码牌SN号" align="center" width="110">
<template slot-scope="item">
<span>{{item.snCode}}</span>
</template>
</el-table-column>
<!-- <div>
{{item.companyName}}
</div>
</div>-->
<div style="color: #00afff;cursor: pointer;margin-right: 15px" v-if="oilid != item.id" @click="getoil(item.id)">
选择
</div>