|
@@ -31,7 +31,7 @@
|
|
clearable
|
|
clearable
|
|
placeholder='搜索记录事项'
|
|
placeholder='搜索记录事项'
|
|
@keyup.enter.native='getZhjl'
|
|
@keyup.enter.native='getZhjl'
|
|
- @blur="getZhjl"
|
|
|
|
|
|
+ @blur='getZhjl'
|
|
size='small'
|
|
size='small'
|
|
prefix-icon='el-icon-search'
|
|
prefix-icon='el-icon-search'
|
|
v-model='ssjlsx'
|
|
v-model='ssjlsx'
|
|
@@ -50,16 +50,16 @@
|
|
<el-table-column prop sortable label='日期' width='100' resizable>
|
|
<el-table-column prop sortable label='日期' width='100' resizable>
|
|
<template slot-scope='{row}'>{{formatter(row.createdate)||'--'}}</template>
|
|
<template slot-scope='{row}'>{{formatter(row.createdate)||'--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop label='政府部门' width='160'>
|
|
|
|
|
|
+ <el-table-column prop label='政府部门' :show-overflow-tooltip='true' width='160'>
|
|
<template slot-scope='{row}'>{{row.department||'--'}}</template>
|
|
<template slot-scope='{row}'>{{row.department||'--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop label='记录事项' :show-overflow-tooltip='true' min-width='700'>
|
|
<el-table-column prop label='记录事项' :show-overflow-tooltip='true' min-width='700'>
|
|
<template slot-scope='{row}'>{{row.recordsx||'--'}}</template>
|
|
<template slot-scope='{row}'>{{row.recordsx||'--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop label='工作要求' width='160'>
|
|
|
|
|
|
+ <el-table-column prop label='工作要求' :show-overflow-tooltip='true' width='160'>
|
|
<template slot-scope='{row}'>{{row.workyq||'--'}}</template>
|
|
<template slot-scope='{row}'>{{row.workyq||'--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop label='整改要求' width='160'>
|
|
|
|
|
|
+ <el-table-column prop label='整改要求' :show-overflow-tooltip='true' width='160'>
|
|
<template slot-scope='{row}'>{{row.zgyq||'--'}}</template>
|
|
<template slot-scope='{row}'>{{row.zgyq||'--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop label='附件' width='80'>
|
|
<el-table-column prop label='附件' width='80'>
|