Commit cc91427f authored by youjie's avatar youjie

no message

parent ad93c1d0
...@@ -518,6 +518,14 @@ ...@@ -518,6 +518,14 @@
</el-popover> </el-popover>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column
prop=""
label="关联月结付款单"
show-overflow-tooltip>
<template slot-scope="scope">
{{scope.row.ReFinanceId?scope.row.ReFinanceId:''}}
</template>
</el-table-column>
</el-table> </el-table>
<div style="padding-bottom:15px"> <div style="padding-bottom:15px">
<el-pagination background @current-change="handleCurrentChanges" <el-pagination background @current-change="handleCurrentChanges"
......
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