|
@@ -41,10 +41,11 @@
|
|
|
width="80">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
- align="center"
|
|
|
:show-overflow-tooltip="showOverflowTooltip"
|
|
|
:prop="item.prop"
|
|
|
:label="item.label"
|
|
|
+ :align="item.align?item.align:'center'"
|
|
|
+ :header-align="item.hearderAlign?item.hearderAlign:'center'"
|
|
|
:key="item.id"
|
|
|
:width="item.width"
|
|
|
:min-width="item.minWidth"
|
|
@@ -114,7 +115,7 @@
|
|
|
{prop:'type',label:'Operation type',width:10*this.remRatio},
|
|
|
{prop:'username',label:'User ID',width:8*this.remRatio},
|
|
|
{prop:'realname',label:'Username',width:8*this.remRatio},
|
|
|
- {prop:'content',label:'Behavior',}
|
|
|
+ {prop:'content',label:'Behavior',align:'left'}
|
|
|
];
|
|
|
},
|
|
|
methods:{
|