| | |
| | | <template> |
| | | <div class="deviceCalendar_list"> |
| | | <a-card :bordered="false"> |
| | | <div :bordered="false"> |
| | | <!-- 查询区域 --> |
| | | |
| | | <div> |
| | |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :md="2" :sm="2" :xs="2"> |
| | | <a-button type="primary" @click="searchQuery" icon="search">查询</a-button> |
| | | <a-space> |
| | | <a-button type="primary" @click="searchQuery" icon="search">查询</a-button> |
| | | <a-button v-has="'user.disposition'" type="primary" @click="handleAdd" icon="plus">配置</a-button> |
| | | </a-space> |
| | | </a-col> |
| | | <a-col :md="2" :sm="2"> |
| | | <!--//沈飞--> |
| | | <a-button v-has="'user.disposition'" type="primary" @click="handleAdd" icon="plus">配置</a-button> |
| | | <!--<a-col :md="2" :sm="2" :xs="2">--> |
| | | <!--<a-button type="primary" @click="searchQuery" icon="search">查询</a-button>--> |
| | | <!--</a-col>--> |
| | | <!--<a-col :md="2" :sm="2">--> |
| | | <!--<!–//沈飞–>--> |
| | | <!--<a-button v-has="'user.disposition'" type="primary" @click="handleAdd" icon="plus">配置</a-button>--> |
| | | |
| | | <!--<a-button type="primary" @click="handleAdd" icon="plus">配置</a-button>--> |
| | | </a-col> |
| | | <!--<!–<a-button type="primary" @click="handleAdd" icon="plus">配置</a-button>–>--> |
| | | <!--</a-col>--> |
| | | |
| | | |
| | | </a-row> |
| | |
| | | </a-table> |
| | | </div> |
| | | <device-calendar-model ref="modalForm" @ok="modalFormOk"></device-calendar-model> |
| | | </a-card> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | |