TransFlow/node_modules/.cache/vue-loader/83d3931a98f1b70013506a5d538...

1 line
30 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{"remainingRequest":"E:\\视频边缘计算管理平台\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!E:\\视频边缘计算管理平台\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!E:\\视频边缘计算管理平台\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\视频边缘计算管理平台\\TransFlow\\src\\views\\general\\network.vue?vue&type=template&id=e5ed2546&scoped=true&","dependencies":[{"path":"E:\\视频边缘计算管理平台\\TransFlow\\src\\views\\general\\network.vue","mtime":1674961941275},{"path":"E:\\视频边缘计算管理平台\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1674961932750},{"path":"E:\\视频边缘计算管理平台\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1674961940096},{"path":"E:\\视频边缘计算管理平台\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1674961932750},{"path":"E:\\视频边缘计算管理平台\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1674961940096}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"content-box\" }, [\n _c(\n \"div\",\n { staticClass: \"container\" },\n [\n _c(\n \"el-form\",\n {\n ref: \"form\",\n attrs: { model: _vm.sizeForm, \"label-width\": \"140px\" }\n },\n [\n _c(\"p\", { staticClass: \"title\" }, [_vm._v(\"界面\")]),\n _c(\n \"el-form-item\",\n { attrs: { label: \"界面:\" } },\n [\n _c(\n \"el-col\",\n { attrs: { span: 6 } },\n [\n _c(\n \"el-select\",\n {\n attrs: { placeholder: \"请选择\" },\n model: {\n value: _vm.sizeForm.name,\n callback: function($$v) {\n _vm.$set(_vm.sizeForm, \"name\", $$v)\n },\n expression: \"sizeForm.name\"\n }\n },\n _vm._l(_vm.options, function(item) {\n return _c(\"el-option\", {\n key: item.value,\n attrs: { label: item.label, value: item.value }\n })\n }),\n 1\n )\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"el-form-item\",\n { attrs: { label: \"MAC地址\" } },\n [\n _c(\n \"el-col\",\n { attrs: { span: 6 } },\n [\n _c(\"el-input\", {\n model: {\n value: _vm.sizeForm.region,\n callback: function($$v) {\n _vm.$set(_vm.sizeForm, \"region\", $$v)\n },\n expression: \"sizeForm.region\"\n }\n })\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"el-form-item\",\n { attrs: { label: \"MTU\" } },\n [\n _c(\n \"el-col\",\n { attrs: { span: 6 } },\n [\n _c(\"el-input\", {\n model: {\n value: _vm.sizeForm.region,\n callback: function($$v) {\n _vm.$set(_vm.sizeForm, \"region\", $$v)\n },\n expression: \"sizeForm.region\"\n }\n })\n ],\n 1\n )\n ],\n 1\n ),\n _c(\"p\", { staticClass: \"title\" }, [_vm._v(\"运行状态\")]),\n _c(\n \"el-form-item\",\n { attrs: { label: \"启用:\" } },\n [\n _c(\n \"el-col\",\n { staticStyle: { diaplay: \"flex\" }, attrs: { span: 0.9 } },\n [\n _c(\"div\", {\n staticClass: \"status\",\n staticStyle: {\n width: \"10px\",\n height: \"10px\",\n \"border-radius\": \"50%\",\n background: \"green\"\n }\n })\n ]\n ),\n _c(\n \"el-col\",\n { staticStyle: { diaplay: \"flex\" }, attrs: { span: 2 } },\n [\n _c(\"span\", { staticStyle: { \"margin-left\": \"10px\" } }, [\n _vm._v(\"YES\")\n ])\n ]\n )\n ],\n 1\n ),\n _c(\n \"el-form-item\",\n { attrs: { label: \"连接:\" } },\n [\n _c(\n \"el-col\",\n { staticStyle: { diaplay: \"flex\" }, attrs: { span: 0.9 } },\n [\n _c(\"div\", {\n staticClass: \"status\",\n staticStyle: {\n width: \"10px\",\n height: \"10px\",\n \"border-radius\": \"50%\",\n background: \"green\"\n }\n })\n ]\n ),\n _c(\n \"el-col\",\n { staticStyle: { diaplay: \"flex\" }, attrs: { span: 2 } },\n [\n _c(\"span\", { staticStyle: { \"margin-left\": \"10px\" } }, [\n _vm._v(\"接通\")\n ])\n ]\n )\n ],\n 1\n ),\n _c(\"p\", { staticClass: \"title\" }, [_vm._v(\"IPV4\")]),\n _c(\n \"el-table\",\n {\n staticStyle: { width: \"95%\" },\n attrs: { data: _vm.tableData, border: \"\" }\n },\n [\n _c(\"el-table-column\", {\n attrs: { prop: \"address\", label: \"地址\" },\n scopedSlots: _vm._u([\n {\n key: \"default\",\n fn: function(scope) {\n return [\n _c(\"el-input\", {\n on: {\n change: function($event) {\n return _vm.changeVal(scope.row, scope.$index)\n }\n },\n model: {\n value: scope.row.address,\n callback: function($$v) {\n _vm.$set(scope.row, \"address\", $$v)\n },\n expression: \"scope.row.address\"\n }\n })\n ]\n }\n }\n ])\n }),\n _c(\"el-table-column\", {\n attrs: { prop: \"agreement\", label: \"协议\" },\n scopedSlots: _vm._u([\n {\n key: \"default\",\n fn: function(scope) {\n return [\n _c(\"el-input\", {\n on: {\n change: function($event) {\n return _vm.changeVal(scope.row, scope.$index)\n }\n },\n model: {\n value: scope.row.agreement,\n callback: function($$v) {\n _vm.$set(scope.row, \"agreement\", $$v)\n },\n expression: \"scope.row.agreement\"\n }\n })\n ]\n }\n }\n ])\n }),\n _c(\"el-table-column\", {\n attrs: { prop: \"Range\", label: \"范围\" },\n scopedSlots: _vm._u([\n {\n key: \"default\",\n fn: function(scope) {\n return [\n _c(\n \"el-select\",\n {\n attrs: { placeholder: \"请选择\" },\n on: {\n change: function($event) {\n return _vm.changeVal(scope.row, scope.$index)\n }\n },\n model: {\n value: scope.row.Range,\n callback: function($$v) {\n _vm.$set(scope.row, \"Range\", $$v)\n },\n expression: \"scope.row.Range\"\n }\n },\n _vm._l(_vm.optionsa, function(item) {\n return _c(\"el-option\", {\n key: item.value,\n attrs: { label: item.label, value: item.value }\n })\n }),\n 1\n )\n ]\n }\n }\n ])\n }),\n _c(\"el-table-column\", {\n attrs: { prop: \"term\", label: \"期限\" },\n scopedSlots: _vm._u([\n {\n key: \"default\",\n fn: function(scope) {\n return [\n _c(\"el-input\", {\n on: {\n change: function($event) {\n return _vm.changeVal(scope.row, scope.$index)\n }\n },\n model: {\n value: scope.row.term,\n callback: function($$v) {\n _vm.$set(scope.row, \"term\", $$v)\n },\n expression: \"scope.row.term\"\n }\n })\n ]\n }\n }\n ])\n }),\n _c(\"el-table-column\", {\n attrs: { fixed: \"right\", label: \"操作\", width: \"350\" },\n scopedSlots: _vm._u([\n {\n key: \"default\",\n fn: function(scope) {\n return [\n _c(\n \"el-button\",\n {\n attrs: {\n type: \"primary\",\n disabled: scope.row.disabled,\n size: \"small\"\n },\n on: {\n click: function($event) {\n return _vm.handleClick(scope.row)\n }\n }\n },\n [_vm._v(\"确认\")]\n )\n ]\n }\n }\n ])\n })\n ],\n 1\n ),\n _c(\n \"p\",\n { staticClass: \"title\", staticStyle: { \"margin-top\": \"10px\" } },\n [_vm._v(\"DHCP\")]\n ),\n _c(\n \"el-form-item\",\n { attrs: { label: \"启用:\" } },\n [\n _c(\n \"el-col\",\n { staticStyle: { diaplay: \"flex\" }, attrs: { span: 2 } },\n [\n _c(\"el-switch\", {\n attrs: {\n \"active-color\": \"#13ce66\",\n \"inactive-color\": \"#ff4949\"\n },\n model: {\n value: _vm.sizeForm.desc,\n callback: function($$v) {\n _vm.$set(_vm.sizeForm, \"desc\", $$v)\n },\n expression: \"sizeForm.desc\"\n }\n })\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"el-form-item\",\n { attrs: { label: \"网关:\" } },\n [\n _c(\n \"el-col\",\n { attrs: { span: 6 } },\n [\n _c(\"el-input\", {\n model: {\n value: _vm.sizeForm.gateway,\n callback: function($$v) {\n _vm.$set(_vm.sizeForm, \"gateway\", $$v)\n },\n expression: \"sizeForm.gateway\"\n }\n })\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"el-form-item\",\n { attrs: { label: \"分配IP\" } },\n [\n _c(\n \"el-col\",\n { attrs: { span: 6 } },\n [\n _c(\"el-input\", {\n model: {\n value: _vm.sizeForm.ip,\n callback: function($$v) {\n _vm.$set(_vm.sizeForm, \"ip\", $$v)\n },\n expression: \"sizeForm.ip\"\n }\n })\n ],\n 1\n )\n ],\n 1\n ),\n _vm.sizeForm.desc == true\n ? _c(\n \"div\",\n { staticStyle: { width: \"100%\" } },\n [\n _c(\"p\", { staticClass: \"title\" }, [_vm._v(\"静态地址\")]),\n _c(\n \"el-form-item\",\n { attrs: { label: \"IP1\" } },\n [\n _c(\n \"el-col\",\n { attrs: { span: 6 } },\n [\n _c(\"el-input\", {\n model: {\n value: _vm.sizeForm.ip1,\n callback: function($$v) {\n _vm.$set(_vm.sizeForm, \"ip1\", $$v)\n },\n expression: \"sizeForm.ip1\"\n }\n })\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"el-form-item\",\n { attrs: { label: \"IP2\" } },\n [\n _c(\n \"el-col\",\n { attrs: { span: 6 } },\n [\n _c(\"el-input\", {\n model: {\n value: _vm.sizeForm.ip2,\n callback: function($$v) {\n _vm.$set(_vm.sizeForm, \"ip2\", $$v)\n },\n expression: \"sizeForm.ip2\"\n }\n })\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"el-form-item\",\n { attrs: { label: \"IP3\" } },\n [\n _c(\n \"el-col\",\n { attrs: { span: 6 } },\n [\n _c(\"el-input\", {\n model: {\n value: _vm.sizeForm.ip3,\n callback: function($$v) {\n _vm.$set(_vm.sizeForm, \"ip3\", $$v)\n },\n expression: \"sizeForm.ip3\"\n }\n })\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"el-form-item\",\n { attrs: { label: \"IP4\" } },\n [\n _c(\n \"el-col\",\n { attrs: { span: 6 } },\n [\n _c(\"el-input\", {\n model: {\n value: _vm.sizeForm.ip4,\n callback: function($$v) {\n _vm.$set(_vm.sizeForm, \"ip4\", $$v)\n },\n expression: \"sizeForm.ip4\"\n }\n })\n ],\n 1\n )\n ],\n 1\n ),\n _c(\"p\", { staticClass: \"title\" }, [_vm._v(\"静态路由\")]),\n _c(\n \"el-table\",\n {\n staticStyle: { width: \"95%\" },\n attrs: { data: _vm.tableRouter, border: \"\" }\n },\n [\n _c(\"el-table-column\", {\n attrs: { prop: \"name\", label: \"名称\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"default\",\n fn: function(scope) {\n return [\n _c(\"el-input\", {\n on: {\n change: function($event) {\n return _vm.changeValT(\n scope.row,\n scope.$index\n )\n }\n },\n model: {\n value: scope.row.name,\n callback: function($$v) {\n _vm.$set(scope.row, \"name\", $$v)\n },\n expression: \"scope.row.name\"\n }\n })\n ]\n }\n }\n ],\n null,\n false,\n 1116474992\n )\n }),\n _c(\"el-table-column\", {\n attrs: { prop: \"target\", label: \"目标\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"default\",\n fn: function(scope) {\n return [\n _c(\"el-input\", {\n on: {\n change: function($event) {\n return _vm.changeValT(\n scope.row,\n scope.$index\n )\n }\n },\n model: {\n value: scope.row.target,\n callback: function($$v) {\n _vm.$set(scope.row, \"target\", $$v)\n },\n expression: \"scope.row.target\"\n }\n })\n ]\n }\n }\n ],\n null,\n false,\n 1296719846\n )\n }),\n _c(\"el-table-column\", {\n attrs: { prop: \"Range\", label: \"范围\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"default\",\n fn: function(scope) {\n return [\n _c(\"el-input\", {\n on: {\n change: function($event) {\n return _vm.changeValT(\n scope.row,\n scope.$index\n )\n }\n },\n model: {\n value: scope.row.Range,\n callback: function($$v) {\n _vm.$set(scope.row, \"Range\", $$v)\n },\n expression: \"scope.row.Range\"\n }\n })\n ]\n }\n }\n ],\n null,\n false,\n 1655776360\n )\n }),\n _c(\"el-table-column\", {\n attrs: { prop: \"metric\", label: \"metric\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"default\",\n fn: function(scope) {\n return [\n _c(\"el-input\", {\n on: {\n change: function($event) {\n return _vm.changeValT(\n scope.row,\n scope.$index\n )\n }\n },\n model: {\n value: scope.row.metric,\n callback: function($$v) {\n _vm.$set(scope.row, \"metric\", $$v)\n },\n expression: \"scope.row.metric\"\n }\n })\n ]\n }\n }\n ],\n null,\n false,\n 1517525235\n )\n }),\n _c(\"el-table-column\", {\n attrs: {\n fixed: \"right\",\n label: \"操作\",\n width: \"350\"\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"default\",\n fn: function(scope) {\n return [\n _c(\n \"el-button\",\n {\n attrs: {\n type: \"primary\",\n disabled: scope.row.disabled,\n size: \"small\"\n },\n on: {\n click: function($event) {\n return _vm.handleClick(scope.row)\n }\n }\n },\n [_vm._v(\"确认\")]\n )\n ]\n }\n }\n ],\n null,\n false,\n 815860820\n )\n })\n ],\n 1\n ),\n _c(\n \"p\",\n {\n staticClass: \"title\",\n staticStyle: { \"margin-top\": \"10px\" }\n },\n [_vm._v(\"DNS服务\")]\n ),\n _c(\n \"el-form-item\",\n { attrs: { label: \"DNS1\" } },\n [\n _c(\n \"el-col\",\n { attrs: { span: 6 } },\n [\n _c(\"el-input\", {\n model: {\n value: _vm.sizeForm.dns1,\n callback: function($$v) {\n _vm.$set(_vm.sizeForm, \"dns1\", $$v)\n },\n expression: \"sizeForm.dns1\"\n }\n })\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"el-form-item\",\n { attrs: { label: \"DNS2\" } },\n [\n _c(\n \"el-col\",\n { attrs: { span: 6 } },\n [\n _c(\"el-input\", {\n model: {\n value: _vm.sizeForm.dns2,\n callback: function($$v) {\n _vm.$set(_vm.sizeForm, \"dns2\", $$v)\n },\n expression: \"sizeForm.dns2\"\n }\n })\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"el-form-item\",\n { attrs: { label: \"DNS3\" } },\n [\n _c(\n \"el-col\",\n { attrs: { span: 6 } },\n [\n _c(\"el-input\", {\n model: {\n value: _vm.sizeForm.dns3,\n callback: function($$v) {\n _vm.$set(_vm.sizeForm, \"dns3\", $$v)\n },\n expression: \"sizeForm.dns3\"\n }\n })\n ],\n 1\n )\n ],\n 1\n )\n ],\n 1\n )\n : _vm._e()\n ],\n 1\n )\n ],\n 1\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}