| | |
| | | prop="blackListIP" |
| | | > |
| | | <el-input |
| | | size="small" |
| | | style="width: 200px" |
| | | v-model="queryInfo.ip" |
| | | :placeholder="$t('operatManage.BWL.listIPInfo')" |
| | | /> |
| | | :placeholder="$t('operatManage.BWL.blackListIPHolder')" |
| | | > |
| | | <i slot="suffix" class="el-icon-search" @click="queryBlackInfo"></i> |
| | | </el-input> |
| | | </el-form-item> |
| | | <el-form-item |
| | | :label="$t('operatManage.BWL.interceptionNumber')" |
| | | prop="visit" |
| | | > |
| | | <el-input |
| | | style="width: 200px" |
| | | v-model="queryInfo.visit" |
| | | :placeholder="$t('operatManage.BWL.interceptionNumber')" |
| | | /> |
| | | </el-form-item> |
| | | <!-- <el-form-item--> |
| | | <!-- :label="$t('operatManage.BWL.interceptionNumber')"--> |
| | | <!-- prop="visit"--> |
| | | <!-- >--> |
| | | <!-- <el-input--> |
| | | <!-- size="small"--> |
| | | <!-- style="width: 200px"--> |
| | | <!-- v-model="queryInfo.visit"--> |
| | | <!-- :placeholder="$t('operatManage.BWL.interceptionNumber')"--> |
| | | <!-- />--> |
| | | <!-- </el-form-item>--> |
| | | </div> |
| | | <div> |
| | | <!-- <el-form-item>--> |
| | | <!-- <el-button--> |
| | | <!-- type="primary"--> |
| | | <!-- @click="queryBlackInfo()"--> |
| | | <!-- size="small"--> |
| | | <!-- icon="el-icon-search"--> |
| | | <!-- >{{ $t("operatManage.BWL.search") }}--> |
| | | <!-- </el-button>--> |
| | | <!-- </el-form-item>--> |
| | | <el-form-item> |
| | | <el-button |
| | | type="info" |
| | | @click="resetInfo('queryInfo')" |
| | | icon="el-icon-refresh" |
| | | size="small" |
| | | >{{ $t("operatManage.BWL.reset") }}</el-button |
| | | icon="el-icon-edit" |
| | | v-if="menuStatus.insert" |
| | | type="success" |
| | | size="small" |
| | | @click="showInsertdialog(1)" |
| | | >{{ $t("common.append") }}</el-button |
| | | > |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button |
| | | type="primary" |
| | | @click="queryBlackInfo()" |
| | | size="small" |
| | | icon="el-icon-search" |
| | | >{{ $t("operatManage.BWL.search") }} |
| | | </el-button> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button |
| | |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button |
| | | icon="el-icon-edit" |
| | | v-if="menuStatus.insert" |
| | | type="success" |
| | | size="small" |
| | | @click="showInsertdialog(1)" |
| | | >{{ $t("common.append") }}</el-button |
| | | type="info" |
| | | @click="resetInfo('queryInfo')" |
| | | icon="el-icon-refresh" |
| | | size="small" |
| | | >{{ $t("operatManage.BWL.reset") }}</el-button |
| | | > |
| | | </el-form-item> |
| | | </div> |
| | |
| | | <div class="table_box subpage_Div" :style="styleVar"> |
| | | <el-table |
| | | :data="BTableData" |
| | | border |
| | | @selection-change="blackSelectionChange" |
| | | style="width: 100%" |
| | | height="calc(100% - 57px)" |
| | | height="calc(100% - 45px)" |
| | | > |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column |
| | |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | <div class="pagination_box"> |
| | | <div class="pagination_box" style="margin-top: 10px"> |
| | | <el-pagination |
| | | @size-change="BhandleSizeChange" |
| | | @current-change="BhandleCurrentChange" |
| | |
| | | prop="ip" |
| | | > |
| | | <el-input |
| | | size="small" |
| | | style="width: 200px" |
| | | v-model="queryInfo.ip" |
| | | :placeholder="$t('operatManage.BWL.listIPInfo')" |
| | | /> |
| | | :placeholder="$t('operatManage.BWL.whiteListIPHolder')" |
| | | > |
| | | <i slot="suffix" class="el-icon-search" @click="queryWhiteInfo"></i> |
| | | </el-input> |
| | | </el-form-item> |
| | | <el-form-item |
| | | :label="$t('operatManage.BWL.interceptionNumber')" |
| | | prop="visit" |
| | | > |
| | | <el-input |
| | | style="width: 200px" |
| | | v-model="queryInfo.visit" |
| | | :placeholder="$t('operatManage.BWL.interceptionNumber')" |
| | | /> |
| | | </el-form-item> |
| | | <!-- <el-form-item--> |
| | | <!-- :label="$t('operatManage.BWL.interceptionNumber')"--> |
| | | <!-- prop="visit"--> |
| | | <!-- >--> |
| | | <!-- <el-input--> |
| | | <!-- size="small"--> |
| | | <!-- style="width: 200px"--> |
| | | <!-- v-model="queryInfo.visit"--> |
| | | <!-- :placeholder="$t('operatManage.BWL.interceptionNumber')"--> |
| | | <!-- />--> |
| | | <!-- </el-form-item>--> |
| | | </div> |
| | | <div> |
| | | <!-- <el-form-item>--> |
| | | <!-- <el-button size="small" type="primary" @click="queryWhiteInfo"--> |
| | | <!-- ><i class="el-icon-search"></i> {{--> |
| | | <!-- $t("operatManage.BWL.search")--> |
| | | <!-- }}</el-button--> |
| | | <!-- >--> |
| | | <!-- </el-form-item>--> |
| | | <el-form-item> |
| | | <el-button |
| | | @click="resetForm('queryInfo')" |
| | | type="info" |
| | | size="small" |
| | | ><i class="el-icon-delete"></i> {{ |
| | | $t("operatManage.BWL.reset") |
| | | }}</el-button |
| | | > |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button size="small" type="primary" @click="queryWhiteInfo" |
| | | ><i class="el-icon-search"></i> {{ |
| | | $t("operatManage.BWL.search") |
| | | }}</el-button |
| | | type="success" |
| | | size="small" |
| | | icon="el-icon-edit" |
| | | v-if="menuStatus.insert" |
| | | @click="showInsertdialog(2)" |
| | | >{{ $t("common.append") }}</el-button |
| | | > |
| | | </el-form-item> |
| | | <el-form-item> |
| | |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button |
| | | type="success" |
| | | size="small" |
| | | icon="el-icon-edit" |
| | | v-if="menuStatus.insert" |
| | | @click="showInsertdialog(2)" |
| | | >{{ $t("common.append") }}</el-button |
| | | @click="resetForm('queryInfo')" |
| | | type="info" |
| | | size="small" |
| | | ><i class="el-icon-delete"></i> {{ |
| | | $t("operatManage.BWL.reset") |
| | | }}</el-button |
| | | > |
| | | </el-form-item> |
| | | </div> |
| | |
| | | <div class="table_box subpage_Div" :style="styleVar"> |
| | | <el-table |
| | | :data="WTableData" |
| | | border |
| | | @selection-change="blackSelectionChange" |
| | | style="width: 100%" |
| | | height="calc(100% - 57px)" |
| | | height="calc(100% - 45px)" |
| | | > |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column |
| | |
| | | </el-table-column> |
| | | </el-table> |
| | | |
| | | <div class="pagination_box"> |
| | | <div class="pagination_box" style="margin-top: 10px"> |
| | | <el-pagination |
| | | @size-change="WhandleSizeChange" |
| | | @current-change="WhandleCurrentChange" |
| | |
| | | <el-dialog |
| | | :title="$t('common.append')" |
| | | :visible.sync="InsertFormdialog" |
| | | top="2vh" |
| | | > |
| | | |
| | | |
| | | <el-form ref="insertform" :model="insertform" label-position="top"> |
| | | <el-form-item |
| | | :label-width="formLabelWidth" |
| | |
| | | /> |
| | | </el-form-item> |
| | | </el-form> |
| | | |
| | | |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button size="small" @click="insertFromDataClose">{{ |
| | | $t("common.close") |
| | |
| | | :title="$t('common.update')" |
| | | style="overflow: hidden" |
| | | :visible.sync="updateFormdialog" |
| | | top="2vh" |
| | | > |
| | | <el-form ref="editfrom" :model="editfrom" label-position="top"> |
| | | <el-form-item :label-width="formLabelWidth" label="IP地址"> |
| | |
| | | this.$nextTick(() => { |
| | | const rect = this.$refs.container.getBoundingClientRect(); |
| | | this.tableHeight = `${rect.height + 40}px`; |
| | | this.styleVar["height"] = `calc(100% - ${rect.height + 40}px)`; |
| | | this.styleVar["height"] = `calc(100% - ${rect.height + 0}px)`; |
| | | }); |
| | | }, |
| | | editFromDataClose() { |
| | |
| | | .logLog_box { |
| | | height: 98%; |
| | | width: 98%; |
| | | padding: 1%; |
| | | padding: 0.5% 1%; |
| | | .el-input { |
| | | width: 300px; |
| | | } |
| | | .inquire { |
| | | padding: 8px; |
| | | margin-top: 20px; |
| | | padding:0 8px; |
| | | //margin-top: 20px; |
| | | |
| | | border-radius: 5px; |
| | | |
| | | margin-bottom: 20px; |
| | | //margin-bottom: 20px; |
| | | .el-form-item { |
| | | margin: 5px; |
| | | } |
| | | } |
| | | .el-tabs { |
| | | height: calc(100% - 70px); |
| | | //height: calc(100% - 70px); |
| | | height: calc(100% - 30px); |
| | | } |
| | | /deep/ .el-tabs__content { |
| | | height: calc(100% - 49px); |
| | | height: calc(100% - 54px); |
| | | //height: calc(100% - 49px); |
| | | } |
| | | /deep/ .el-tab-pane { |
| | | height: 100%; |