|
|
@@ -70,7 +70,7 @@
|
|
|
</el-table-column>
|
|
|
<!--动态显示的表头-->
|
|
|
<el-table-column v-for="column in dynamicTableColumns" :prop="column.prop" sortable
|
|
|
- :width="column.width" :key="column.Id" :label="column.label" align="center" show-overflow-tooltip>
|
|
|
+ :width="300" :key="column.Id" :label="column.label" align="center" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
{{ transferStr(scope.row[column.prop]) }}
|
|
|
</template>
|