|
@@ -73,7 +73,7 @@
|
|
|
<el-table-column prop='matters' label='重要事项记录' width='130' show-overflow-tooltip resizable>
|
|
|
<template slot-scope='{row}'>{{row.matters || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop='description' label='描述' show-overflow-tooltip resizable>
|
|
|
+ <el-table-column prop='description' label='描述' show-overflow-tooltip resizable min-width="150">
|
|
|
<template slot-scope='{row}'>{{row.description || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label='更换配件信息' align='center'>
|