| | |
| | | .is-active { |
| | | // background-color: #070f22; |
| | | border-radius: 4px; |
| | | color: #333; |
| | | font-size: 500; |
| | | color: red; |
| | | font-weight: 700; |
| | | } |
| | | } |
| | | |
| | |
| | | .is-active { |
| | | // background-color: #070f22; |
| | | border-radius: 4px; |
| | | color: #333; |
| | | font-size: 500; |
| | | color: red; |
| | | font-weight: 700; |
| | | } |
| | | } |
| | | |
| | |
| | | .is-active { |
| | | // background-color: #070f22; |
| | | border-radius: 4px; |
| | | color: #333; |
| | | font-size: 500; |
| | | color: red; |
| | | font-weight: 700; |
| | | } |
| | | } |
| | | |
| | |
| | | <el-input |
| | | v-model="context" |
| | | placeholder="请输入" |
| | | @change="getBayonetListData" |
| | | |
| | | ></el-input> |
| | | </div> |
| | | |
| | | <div class="main-title"> |
| | | <el-button type="primary" icon="el-icon-search" @click="getBayonetListData">查询 |
| | | </el-button> |
| | | <el-button |
| | | class="el-icon-plus button-addition" |
| | | type="primary" |
| | | @click="showDialog(false, null)" |
| | | >添加</el-button |
| | | > |
| | | |
| | | <el-button @click="handleExport" |
| | | type="primary">导出卡口</el-button> |
| | | </div> |