|  |  |  | 
|---|
|  |  |  | end-placeholder="结束日期"> | 
|---|
|  |  |  | </el-date-picker> | 
|---|
|  |  |  | </el-form-item> | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <section> | 
|---|
|  |  |  | <el-button type="primary" @click="search">搜索</el-button> | 
|---|
|  |  |  | <el-button @click="reset">重置</el-button> | 
|---|
|  |  |  | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column label="操作" min-width="80px" fixed="right" align="center"> | 
|---|
|  |  |  | <template slot-scope="{row}"> | 
|---|
|  |  |  | <el-button v-if="row.status==0" type="text" @click="dealAction(row)">处理</el-button> | 
|---|
|  |  |  | <el-button v-if="row.status == 0" type="text" @click="dealAction(row)">处理</el-button> | 
|---|
|  |  |  | <el-popover | 
|---|
|  |  |  | v-else | 
|---|
|  |  |  | placement="bottom" | 
|---|
|  |  |  | width="200" | 
|---|
|  |  |  | trigger="click" | 
|---|
|  |  |  | :content="row.dealInfo"> | 
|---|
|  |  |  | <el-button slot="reference" type="text">查看备注</el-button> | 
|---|
|  |  |  | </el-popover> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | </el-table> | 
|---|
|  |  |  | 
|---|
|  |  |  | .catch(e => { | 
|---|
|  |  |  | this.$tip.apiFailed(e) | 
|---|
|  |  |  | }) | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | } | 
|---|