Commit f9d0f5b4 authored by 吴春's avatar 吴春

提交

parent 23e8595f
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
{{scope.row.ApplyForState>0?scope.row.ApplyForMoney:'-'}} {{scope.row.ApplyForState>0?scope.row.ApplyForMoney:'-'}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="改价收" width="80"> <el-table-column label="改价收" width="80">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.ApplyForState>0?scope.row.ApplyDueinMoney:'-'}} {{scope.row.ApplyForState>0?scope.row.ApplyDueinMoney:'-'}}
</template> </template>
......
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