作者 朱兆平

界面优化

@@ -122,10 +122,8 @@ @@ -122,10 +122,8 @@
122 <span v-if="scope.row.status ==='25'">已发送修改报</span> 122 <span v-if="scope.row.status ==='25'">已发送修改报</span>
123 </template> 123 </template>
124 </el-table-column> 124 </el-table-column>
125 - <el-table-column prop="receipt" label="回执信息" align="center" width="380"> 125 + <el-table-column prop="receipt" label="回执信息" align="center" show-overflow-tooltip width="380" >
126 <template slot-scope="scope"> 126 <template slot-scope="scope">
127 - <el-tooltip placement="top">  
128 - <div slot="content">{{scope.row.ext5}}</div>  
129 <el-tag v-if="scope.row.status=='01' || scope.row.status=='11'" type="success"> 127 <el-tag v-if="scope.row.status=='01' || scope.row.status=='11'" type="success">
130 {{scope.row.ext5}} 128 {{scope.row.ext5}}
131 </el-tag> 129 </el-tag>
@@ -138,7 +136,6 @@ @@ -138,7 +136,6 @@
138 <el-tag v-else> 136 <el-tag v-else>
139 {{scope.row.ext5}} 137 {{scope.row.ext5}}
140 </el-tag> 138 </el-tag>
141 - </el-tooltip>  
142 </template> 139 </template>
143 </el-table-column> 140 </el-table-column>
144 <el-table-column prop="operation" fixed="right" label="操作" align="center" width="285"> 141 <el-table-column prop="operation" fixed="right" label="操作" align="center" width="285">