| | |
| | | prop="blackListIP" |
| | | > |
| | | <el-input |
| | | size="small" |
| | | style="width: 200px" |
| | | v-model="queryInfo.ip" |
| | | :placeholder="$t('operatManage.BWL.listIPInfo')" |
| | | :placeholder="$t('operatManage.BWL.blackListIPHolder')" |
| | | /> |
| | | </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> |
| | |
| | | :data="BTableData" |
| | | @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')" |
| | | /> |
| | | </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> |
| | |
| | | :data="WTableData" |
| | | @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" |
| | |
| | | :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") |
| | |
| | | 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%; |