|
@@ -122,6 +122,12 @@
|
|
{{ scope.row.status | dealStatus }}
|
|
{{ scope.row.status | dealStatus }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column align='center'
|
|
|
|
+ label="备注">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ {{ scope.row.memo ? scope.row.memo : '-' }}
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
<pagination :total="pageInfo.total"
|
|
<pagination :total="pageInfo.total"
|
|
:page.sync="pageInfo.page"
|
|
:page.sync="pageInfo.page"
|