Commit 7aa94da0 authored by 黄奎's avatar 黄奎

11

parent a907eade
......@@ -86,14 +86,14 @@
</template>
</el-table-column>
<el-table-column prop="B2BPrice" :label="$t('Operation.Op_tradePrice')" width="130">
<template slot-scope="scope">
<template slot-scope="scope">
<span>
{{scope.row.B2BPrice}}=><font style="color:red">{{scope.row.NewB2BPrice}}</font>
</span>
</template>
</el-table-column>
<el-table-column prop="B2CPrice" :label="$t('Operation.Op_directPrice')" width="130">
<template slot-scope="scope">
<template slot-scope="scope">
<span>
{{scope.row.B2CPrice}}=><font style="color:red;">{{scope.row.NewB2CPrice}}</font>
</span>
......@@ -101,9 +101,20 @@
</el-table-column>
<el-table-column prop="" :label="$t('fnc.shzhuangtai')" width="100">
<template slot-scope="scope">
<span :style="{'color':scope.row.ChangePriceStatus==3?'red':scope.row.ChangePriceStatus==2?'#33B3FF':'blue'}">
{{scope.row.ChangePriceStatusStr}}
</span>
<template v-if="scope.row.ChangePriceStatus!=1">
<el-tooltip class="item" effect="dark" :content="scope.row.AuditName" placement="top-start">
<span
:style="{'color':scope.row.ChangePriceStatus==3?'red':scope.row.ChangePriceStatus==2?'#33B3FF':'blue'}">
{{scope.row.ChangePriceStatusStr}}
</span>
</el-tooltip>
</template>
<template v-else>
<span
:style="{'color':scope.row.ChangePriceStatus==3?'red':scope.row.ChangePriceStatus==2?'#33B3FF':'blue'}">
{{scope.row.ChangePriceStatusStr}}
</span>
</template>
</template>
</el-table-column>
<el-table-column prop="" :label="$t('system.table_operation')" width="150">
......@@ -170,8 +181,7 @@
Id: 0
}
],
BranchAuditStateType: [
{
BranchAuditStateType: [{
Name: this.$t('objFill.dsh'),
Id: 1
},
......@@ -365,6 +375,7 @@
}
}
}
</script>
<style scoped>
.groupApproval .singeRowTable {
......@@ -435,4 +446,5 @@
._icon_btn i.icon-mingxi {
background-color: rgb(71, 191, 140)
}
</style>
\ No newline at end of file
</style>
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