| | |
| | | /> |
| | | </a-col> |
| | | <a-col :span="4"> |
| | | <a-button type="primary" @click="getData">查询</a-button> |
| | | <a-button type="primary" @click="searchData()">查询</a-button> |
| | | <a-button style="margin-left: 12px" @click="resetSearch">重置</a-button> |
| | | </a-col> |
| | | </a-row> |
| | |
| | | </p> |
| | | <template #actions> |
| | | <div> |
| | | 接收号码:<span>{{item.recipients.map(i=>i.name + '(' + i.phone + ')').join('、')}}</span> |
| | | 接收号码:<span>{{item.recipients.map(i=>i.realName + '(' + i.phone + ')').join('、')}}</span> |
| | | </div> |
| | | <div> |
| | | <a-button type="primary" @click="viewDetails(item)">查看详情</a-button> |
| | |
| | | } |
| | | }, |
| | | |
| | | searchData(){ |
| | | this.search.pageIndex = 1 |
| | | this.getData() |
| | | }, |
| | | |
| | | resetSearch(){ |
| | | const t = this |
| | | t.search = { |
| | |
| | | align-items: center !important; |
| | | .tit{ |
| | | width: 50%; |
| | | color: @base |
| | | } |
| | | } |
| | | /deep/ .ant-card-actions{ |