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

11

parent a907eade
...@@ -101,10 +101,21 @@ ...@@ -101,10 +101,21 @@
</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">
<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}} {{scope.row.ChangePriceStatusStr}}
</span> </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">
<template slot-scope="scope"> <template slot-scope="scope">
...@@ -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> </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