|
@@ -24,7 +24,7 @@
|
|
|
@saveColumn="saveColumnTwo('crud', 'option', 'optionBack', 287)"
|
|
|
@on-load="onLoad" >
|
|
|
<template slot="remarks" slot-scope="scope">
|
|
|
- <avue-text-ellipsis :text="scope.row.remarks" :height="30">
|
|
|
+ <avue-text-ellipsis :text="scope.row.remarks" :height="30" use-tooltip placement="top">
|
|
|
<small slot="more">...</small>
|
|
|
</avue-text-ellipsis>
|
|
|
</template>
|
|
@@ -60,6 +60,7 @@ export default {
|
|
|
option:{},
|
|
|
optionBack: {
|
|
|
height:'auto',
|
|
|
+ stripe: true,
|
|
|
calcHeight: 30,
|
|
|
tip: false,
|
|
|
searchShow: true,
|