|
@@ -119,9 +119,10 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column align="center"
|
|
|
prop="memo"
|
|
|
+ width="200px"
|
|
|
label="备注">
|
|
|
<template slot-scope="scope">
|
|
|
- <tooltip :content="scope.row.memo" />
|
|
|
+ <overflow-text width="200px" :text="scope.row.memo" />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column align="center"
|