@ -108,7 +108,7 @@
<el-table-column
prop="pay_mode"
align="center"
label="挂牌类型">
label="协议">
<template slot-scope="scope">
<span>{{scope.row.pay_mode==1?'协议':'拍卖'}}</span>
</template>