|
|
@@ -61,7 +61,7 @@
|
|
|
</el-table-column>
|
|
|
|
|
|
<el-table-column v-for="column in tableColumns" :key="column.Id"
|
|
|
- v-if="column.prop != 'CreateOn'" :prop="column.prop" sortable min-width="100" :label="column.label" align="center" show-overflow-tooltip>
|
|
|
+ v-if="column.prop != 'CreateOn'" :prop="column.prop" sortable min-width="140" :label="column.label" align="center" show-overflow-tooltip>
|
|
|
<template slot-scope="scope" >
|
|
|
<div>{{columnFun(scope.row[column.prop],column.prop) }}</div>
|
|
|
</template>
|