|
|
@@ -328,7 +328,7 @@
|
|
|
v-if="rowHandle"
|
|
|
v-bind="rowHandle"
|
|
|
:label=" handleAttribute(rowHandle.columnHeader,'操作') "
|
|
|
- :width="handleAttribute(rowHandle.width, rowHandleDefaultWidth) <80 ? '80' : this.rowHandle.actions.length !=0 && this.rowHandle.actions.length<3 ? 110 * this.rowHandle.actions.length : handleAttribute(rowHandle.width, rowHandleDefaultWidth)"
|
|
|
+ :width="handleAttribute(rowHandle.width, rowHandleDefaultWidth) <80 ? '80' : this.rowHandle.actions.length !=0 && this.rowHandle.actions.length<=3 ? 80 + 50 * (this.rowHandle.actions.length - 1) : 80"
|
|
|
:fixed="handleAttribute(rowHandle.fixed, 'right')"
|
|
|
:align="handleAttribute(rowHandle.align, 'center')"
|
|
|
>
|