|
@@ -996,6 +996,13 @@
|
|
{{(scope.row.amount-scope.row.taxValue).toFixed(2)}}
|
|
{{(scope.row.amount-scope.row.taxValue).toFixed(2)}}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column prop="remark" label="备注" align="right">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <el-tooltip popper-class="tipclass" :content=scope.row.remark placement="top-start">
|
|
|
|
+ <div class="cloStyleFour">{{scope.row.remark==null?"":scope.row.remark.length > 6?scope.row.remark.substring(0,5) + "...": scope.row.remark}}</div>
|
|
|
|
+ </el-tooltip>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
<!-- <el-table-column prop="pic" label="凭证" >
|
|
<!-- <el-table-column prop="pic" label="凭证" >
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span v-if="scope.row.pic">
|
|
<span v-if="scope.row.pic">
|