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

11

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