diff --git a/src/App.vue b/src/App.vue index 85b10a5..b4caa9b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -294,10 +294,10 @@ export default { background-image: url(./assets/image/bg.png); background-size: 100% 100%; } */ -.el-table .el-table__body-wrapper tbody tr { - background-image: url(./assets/image/bg.png); - background-size: cover; -} +// .el-table .el-table__body-wrapper tbody tr { +// background-image: url(./assets/image/bg.png); +// background-size: cover; +// } .el-dialog__footer { text-align: center; diff --git a/src/components/AddPolicy.vue b/src/components/AddPolicy.vue index 51f0cfc..0b9968c 100644 --- a/src/components/AddPolicy.vue +++ b/src/components/AddPolicy.vue @@ -1,255 +1,371 @@ \ No newline at end of file + diff --git a/src/components/DeviceVIew.vue b/src/components/DeviceVIew.vue index 05d3c08..2191269 100644 --- a/src/components/DeviceVIew.vue +++ b/src/components/DeviceVIew.vue @@ -1,374 +1,422 @@ \ No newline at end of file + diff --git a/src/components/GateWay.vue b/src/components/GateWay.vue index 5a65115..812e606 100644 --- a/src/components/GateWay.vue +++ b/src/components/GateWay.vue @@ -188,9 +188,7 @@ diff --git a/src/components/GatewayConfiguration.vue b/src/components/GatewayConfiguration.vue index a59ba68..999831a 100644 --- a/src/components/GatewayConfiguration.vue +++ b/src/components/GatewayConfiguration.vue @@ -16,7 +16,7 @@ ref="multipleTable" :data="wgpz" border - style="margin-top: 10px" + style="margin-top: 10px; width: 100%" tooltip-effect="dark" @selection-change="handleSelectionChange" :cell-style="cellStyle" @@ -45,7 +45,12 @@ > diff --git a/src/components/GatewayMaintenance.vue b/src/components/GatewayMaintenance.vue index e269389..1bf9053 100644 --- a/src/components/GatewayMaintenance.vue +++ b/src/components/GatewayMaintenance.vue @@ -65,7 +65,7 @@ class="demo-ruleForm" :label-position="labelPosition" > - + @@ -81,7 +81,7 @@ > --> - + @@ -91,12 +91,7 @@ --> - - - - - - + @@ -111,7 +106,7 @@ class="demo-ruleForm" :label-position="labelPosition" > - + - - - - - - @@ -179,8 +168,6 @@ export default { pcz: "", whr: "", whsj: "", - sfyxbz: "", - sfbjbz: "", }, ], ruleForm: { @@ -190,7 +177,6 @@ export default { sdz: "", cskey: "", xsws: "", - sfbjbz: "", pcz: "", }, FormData: [], @@ -211,9 +197,7 @@ export default { xsws: [ { required: true, trigger: "blur", message: "小数位数是必填参数" }, ], - sfbjbz: [ - { required: true, trigger: "change", message: "请选择一个选项" }, - ], + pcz: [{ required: true, trigger: "blur", message: "偏差值是必填参数" }], }, }; diff --git a/src/components/IpConfiguration.vue b/src/components/IpConfiguration.vue index d21a8b9..e3c4dfb 100644 --- a/src/components/IpConfiguration.vue +++ b/src/components/IpConfiguration.vue @@ -3,13 +3,20 @@
+

本页面涉及排错,请检查修改默认值

- + - + @@ -19,7 +26,10 @@ - + @@ -144,7 +154,9 @@
- 保存 + 保存 取 消
@@ -327,8 +339,17 @@ export default { } .el-col-24 { - padding-right: 152px + padding-right: 152px; } } } +.el-dialog { + position: relative; +} +.txt { + position: absolute; + top: 22px; + left: 100px; + color: red; +} diff --git a/src/components/NetworkManagement.vue b/src/components/NetworkManagement.vue index c574751..85f6e8a 100644 --- a/src/components/NetworkManagement.vue +++ b/src/components/NetworkManagement.vue @@ -2,14 +2,24 @@
- +

内网网卡

@@ -57,8 +67,8 @@ -
- +

外网网卡

@@ -66,7 +76,12 @@ @@ -119,7 +134,9 @@ - 保存 + 保存 取 消 @@ -129,22 +146,22 @@ export default { data() { return { - wlgl_nw_ip1:"192", - wlgl_nw_ip2:"168", - wlgl_nw_ip3:"1", - wlgl_nw_ip4:"1", - wlgl_nw_zwym1:'255', - wlgl_nw_zwym2:"255", - wlgl_nw_zwym3:"255", - wlgl_nw_zwym4:"0", - wlgl_ww_ip1:'', - wlgl_ww_ip2:'', - wlgl_ww_ip3:'', - wlgl_ww_ip4:'', - wlgl_ww_zwym1:"", - wlgl_ww_zwym2:"", - wlgl_ww_zwym3:"", - wlgl_ww_zwym4:"", + wlgl_nw_ip1: "192", + wlgl_nw_ip2: "168", + wlgl_nw_ip3: "1", + wlgl_nw_ip4: "1", + wlgl_nw_zwym1: "255", + wlgl_nw_zwym2: "255", + wlgl_nw_zwym3: "255", + wlgl_nw_zwym4: "0", + wlgl_ww_ip1: "", + wlgl_ww_ip2: "", + wlgl_ww_ip3: "", + wlgl_ww_ip4: "", + wlgl_ww_zwym1: "", + wlgl_ww_zwym2: "", + wlgl_ww_zwym3: "", + wlgl_ww_zwym4: "", options1: [ { label: "有线区网闸(内网)", @@ -206,7 +223,7 @@ export default { } .el-col-24 { - padding-right: 152px + padding-right: 152px; } } diff --git a/src/components/ObjectManagement.vue b/src/components/ObjectManagement.vue index 5f8a7f6..8aa69ce 100644 --- a/src/components/ObjectManagement.vue +++ b/src/components/ObjectManagement.vue @@ -1,9 +1,19 @@