兑换名称改成投放包名称

backup_master_20231211
doublekou 9 months ago
parent c72aa8a36a
commit 4c65b75f8b

@ -14,9 +14,9 @@ ENV = 'development'
# VUE_APP_BASE_API = 'http://39.100.77.21:8899' # VUE_APP_BASE_API = 'http://39.100.77.21:8899'
# VUE_APP_BASE_API = 'http://172.18.0.225:8899'//xy # VUE_APP_BASE_API = 'http://172.18.0.225:8899'//xy
# ts # ts
VUE_APP_BASE_API = 'http://172.18.0.228:8899' # VUE_APP_BASE_API = 'http://172.18.0.228:8899'
#VUE_APP_BASE_API = 'http://172.18.1.8:8899jt' #VUE_APP_BASE_API = 'http://172.18.1.8:8899jt'
# VUE_APP_BASE_IMG = 'https://baiyee.vip' VUE_APP_BASE_IMG = 'https://baiyee.vip'
# VUE_APP_BASE_IMG = 'http://39.100.77.21:8899' # VUE_APP_BASE_IMG = 'http://39.100.77.21:8899'
VUE_APP_WS_API = 'wss://baiyee.vip' VUE_APP_WS_API = 'wss://baiyee.vip'

@ -100,6 +100,7 @@ export default {
this.channelCustom.fieldList.push(item.routeName) this.channelCustom.fieldList.push(item.routeName)
} }
}) })
console.log(this.monitoringModeTwoList, 'this.monitoringModeTwoList')
}, },
// //
// remove(index) { // remove(index) {

@ -23,10 +23,10 @@
<el-table ref="table" v-loading="crud.loading" :data="crud.data" :header-cell-style="{'text-align':'left'}" style="width: 100%;"> <el-table ref="table" v-loading="crud.loading" :data="crud.data" :header-cell-style="{'text-align':'left'}" style="width: 100%;">
<el-table-column :show-overflow-tooltip="true" prop="companyName" label="公司名称" /> <el-table-column :show-overflow-tooltip="true" prop="companyName" label="公司名称" />
<el-table-column :show-overflow-tooltip="true" prop="taskName" label="任务名称" /> <el-table-column :show-overflow-tooltip="true" prop="taskName" label="任务名称" />
<el-table-column :show-overflow-tooltip="true" prop="deliveryTaskName" label="兑换任务名称" /> <el-table-column :show-overflow-tooltip="true" prop="deliveryTaskName" label="投放包名称" />
<el-table-column :show-overflow-tooltip="true" prop="exchangeType" label="兑换方式"> <el-table-column :show-overflow-tooltip="true" prop="exchangeType" label="兑换方式">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.exchangeType===1?'方式一':'方式二' }}</span> <span>{{ scope.row.exchangeType === 0 ? '方式一' : (scope.row.exchangeType === 1 ? '方式二' : '-') }}</span>
</template></el-table-column> </template></el-table-column>
<el-table-column :show-overflow-tooltip="true" prop="clueNum" label="资源条数" /> <el-table-column :show-overflow-tooltip="true" prop="clueNum" label="资源条数" />
<el-table-column :show-overflow-tooltip="true" prop="createTime" width="135" label="创建日期"> <el-table-column :show-overflow-tooltip="true" prop="createTime" width="135" label="创建日期">

Loading…
Cancel
Save