|
@@ -290,10 +290,10 @@
|
|
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 align="center" label="备注" width="220px">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <overflow-text width="200px" :text="scope.row.memo"/>
|
|
|
|
+ </template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column align="center" width="150px" label="操作">
|
|
<el-table-column align="center" width="150px" label="操作">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|