| | |
| | | <el-button |
| | | type="primary" |
| | | @click="queryBlackInfo()" |
| | | style=" |
| | | background: #409eff; |
| | | border: 1px solid #409eff; |
| | | color: white; |
| | | " |
| | | size="small" |
| | | icon="el-icon-search" |
| | | >{{ $t("operatManage.BWL.search") }} |
| | | </el-button> |
| | |
| | | type="info" |
| | | @click="resetInfo('queryInfo')" |
| | | icon="el-icon-refresh" |
| | | size="small" |
| | | >{{ $t("operatManage.BWL.reset") }}</el-button> |
| | | </el-form-item> |
| | | <el-form-item> |
| | |
| | | icon="el-icon-edit" |
| | | v-if="menuStatus.insert" |
| | | type="success" |
| | | size="small" |
| | | @click="showInsertdialog(1)" |
| | | >{{ $t("common.append") }}</el-button> |
| | | </el-form-item> |
| | |
| | | icon="el-icon-delete" |
| | | v-if="menuStatus.delete" |
| | | type="danger" |
| | | size="small" |
| | | @click="delBWList" |
| | | >{{ $t("common.delete") }}</el-button> |
| | | </el-form-item> |
| | |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button |
| | | style="background: #409eff; border: 1px solid #409eff; color: white" |
| | | size="small" |
| | | type="primary" |
| | | @click="queryWhiteInfo" |
| | | ><i class="el-icon-search"></i> {{ |
| | | $t('operatManage.BWL.search') |
| | |
| | | <el-form-item> |
| | | <el-button |
| | | @click="resetForm('queryInfo')" |
| | | type="info" |
| | | type="info" size="small" |
| | | ><i class="el-icon-delete"></i> {{ |
| | | $t('operatManage.BWL.reset') |
| | | }}</el-button> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button |
| | | type="success" |
| | | type="success" size="small" |
| | | icon="el-icon-edit" |
| | | v-if="menuStatus.insert" |
| | | @click="showInsertdialog(2)" |
| | |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button |
| | | type="danger" |
| | | type="danger" size="small" |
| | | icon="el-icon-delete" |
| | | v-if="menuStatus.delete" |
| | | @click="delBWList" |
| | |
| | | :data="WTableData" |
| | | @selection-change="blackSelectionChange" |
| | | style="width: 100%" |
| | | |
| | | > |
| | | <el-table-column |
| | | type="selection" |
| | |
| | | slot="footer" |
| | | class="dialog-footer" |
| | | > |
| | | <el-button @click="insertFromDataClose">{{ |
| | | <el-button size="small" @click="insertFromDataClose">{{ |
| | | $t("common.close") |
| | | }}</el-button> |
| | | <el-button |
| | | @click="insertFromData" |
| | | type="primary" |
| | | type="primary" size="small" |
| | | >{{ |
| | | $t("common.confirm") |
| | | }}</el-button> |
| | |
| | | slot="footer" |
| | | class="dialog-footer" |
| | | > |
| | | <el-button @click="editFromDataClose">{{ |
| | | <el-button size="small" @click="editFromDataClose">{{ |
| | | $t("common.close") |
| | | }}</el-button> |
| | | <el-button |
| | | @click="editFromData" |
| | | type="primary" |
| | | type="primary" size="small" |
| | | >{{ |
| | | $t("common.confirm") |
| | | }}</el-button> |
| | |
| | | border-radius: 5px; |
| | | border: 1px solid rgb(202, 201, 204); |
| | | overflow: auto; |
| | | height: 322px; |
| | | height: 322px; |
| | | } |
| | | .text-center { |
| | | text-align: center; |