|
@@ -59,7 +59,7 @@
|
|
|
<el-table-column prop label='工作要求' :show-overflow-tooltip='true' width='160'>
|
|
|
<template slot-scope='{row}'>{{row.workyq||'--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop label='整改要求' :show-overflow-tooltip='true' width='160'>
|
|
|
+ <el-table-column prop label='整改事项' :show-overflow-tooltip='true' width='160'>
|
|
|
<template slot-scope='{row}'>{{row.zgyq||'--'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop label='附件' width='80'>
|