Files
tekelanew_acs/acs/nladmin-ui/node_modules/.cache/vue-loader/0c3cfbd18b693952ce73b7a70af48b94.json
2024-12-05 09:33:18 +08:00

1 line
14 KiB
JSON

{"remainingRequest":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\src\\views\\acs\\device\\customPolicy\\task\\index.vue?vue&type=template&id=4e86f61a&scoped=true","dependencies":[{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\src\\views\\acs\\device\\customPolicy\\task\\index.vue","mtime":1732871026560},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1732872824662},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1732872827008},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1732872824662},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\index.js","mtime":1732872825835}],"contextDependencies":[],"result":["var render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n [\n _c(\"el-card\", { staticClass: \"box-card\", attrs: { shadow: \"never\" } }, [\n _c(\n \"div\",\n {\n staticClass: \"clearfix\",\n attrs: { slot: \"header\" },\n slot: \"header\",\n },\n [\n _c(\"span\", { staticClass: \"role-span\" }, [\n _vm._v(\"设备名称:\" + _vm._s(_vm.key_code) + \" \"),\n ]),\n ]\n ),\n _vm._v(\" \"),\n _c(\n \"div\",\n {\n staticClass: \"crud-opts2\",\n staticStyle: { \"margin-bottom\": \"5px\" },\n },\n [\n _c(\n \"span\",\n { staticClass: \"crud-opts-right2\" },\n [\n _vm._t(\"left\"),\n _vm._v(\" \"),\n _c(\n \"el-button\",\n {\n staticClass: \"filter-item\",\n attrs: {\n slot: \"left\",\n type: \"primary\",\n icon: \"el-icon-plus\",\n size: \"mini\",\n },\n on: {\n click: function ($event) {\n return _vm.insertdtl()\n },\n },\n slot: \"left\",\n },\n [_vm._v(\"\\n 新增一行\\n \")]\n ),\n ],\n 2\n ),\n ]\n ),\n _vm._v(\" \"),\n _c(\n \"div\",\n { staticClass: \"app-container\" },\n [\n _c(\n \"el-table\",\n {\n staticClass: \"tb-edit\",\n staticStyle: { width: \"100%\" },\n attrs: {\n data: _vm.modeform.plans,\n border: \"\",\n fit: \"\",\n \"highlight-current-row\": \"\",\n },\n },\n [\n _c(\"el-table-column\", {\n attrs: { label: \"任务类型\", prop: \"type\", width: \"300\" },\n scopedSlots: _vm._u([\n {\n key: \"default\",\n fn: function (scope) {\n return [\n _c(\n \"el-select\",\n {\n attrs: {\n filterable: \"\",\n clearable: \"\",\n placeholder: \"请选择\",\n },\n model: {\n value: scope.row.type,\n callback: function ($$v) {\n _vm.$set(scope.row, \"type\", $$v)\n },\n expression: \"scope.row.type\",\n },\n },\n _vm._l(_vm.requestMethodList, function (item) {\n return _c(\"el-option\", {\n key: item.code,\n attrs: { label: item.name, value: item.code },\n })\n }),\n 1\n ),\n ]\n },\n },\n ]),\n }),\n _vm._v(\" \"),\n _c(\"el-table-column\", {\n attrs: { label: \"指令起点\", prop: \"from\", width: \"250\" },\n scopedSlots: _vm._u([\n {\n key: \"default\",\n fn: function (scope) {\n return [\n _c(\n \"el-select\",\n {\n attrs: {\n filterable: \"\",\n clearable: \"\",\n placeholder: \"请选择\",\n },\n model: {\n value: scope.row.from,\n callback: function ($$v) {\n _vm.$set(scope.row, \"from\", $$v)\n },\n expression: \"scope.row.from\",\n },\n },\n _vm._l(_vm.deviceList, function (item) {\n return _c(\"el-option\", {\n attrs: {\n label: item.device_code,\n value: item.device_code,\n },\n })\n }),\n 1\n ),\n ]\n },\n },\n ]),\n }),\n _vm._v(\" \"),\n _c(\"el-table-column\", {\n attrs: { label: \"指令终点\", prop: \"to\", width: \"250\" },\n scopedSlots: _vm._u([\n {\n key: \"default\",\n fn: function (scope) {\n return [\n _c(\n \"el-select\",\n {\n attrs: {\n filterable: \"\",\n clearable: \"\",\n placeholder: \"请选择\",\n },\n model: {\n value: scope.row.to,\n callback: function ($$v) {\n _vm.$set(scope.row, \"to\", $$v)\n },\n expression: \"scope.row.to\",\n },\n },\n _vm._l(_vm.deviceList, function (item) {\n return _c(\"el-option\", {\n attrs: {\n label: item.device_code,\n value: item.device_code,\n },\n })\n }),\n 1\n ),\n ]\n },\n },\n ]),\n }),\n _vm._v(\" \"),\n _c(\"el-table-column\", {\n attrs: { label: \"数量\", prop: \"quantity\", width: \"250\" },\n scopedSlots: _vm._u([\n {\n key: \"default\",\n fn: function (scope) {\n return [\n _c(\"el-input-number\", {\n attrs: { value: \"0\", min: 0, size: \"mini\" },\n model: {\n value: scope.row.quantity,\n callback: function ($$v) {\n _vm.$set(scope.row, \"quantity\", $$v)\n },\n expression: \"scope.row.quantity\",\n },\n }),\n _vm._v(\" \"),\n _c(\n \"span\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: scope.row.edit,\n expression: \"scope.row.edit\",\n },\n ],\n },\n [_vm._v(_vm._s(scope.row.quantity))]\n ),\n ]\n },\n },\n ]),\n }),\n _vm._v(\" \"),\n _c(\"el-table-column\", {\n attrs: {\n align: \"center\",\n label: \"顺序\",\n width: \"400\",\n fixed: \"right\",\n },\n scopedSlots: _vm._u([\n {\n key: \"default\",\n fn: function (scope) {\n return [\n _c(\n \"el-button\",\n {\n attrs: { type: \"primary\", icon: \"el-icon-top\" },\n on: {\n click: function ($event) {\n return _vm.moveUp(scope.$index)\n },\n },\n },\n [_vm._v(\"\\n 上移\\n \")]\n ),\n _vm._v(\" \"),\n _c(\n \"el-button\",\n {\n attrs: { type: \"primary\", icon: \"el-icon-top\" },\n on: {\n click: function ($event) {\n return _vm.moveDown(scope.$index)\n },\n },\n },\n [_vm._v(\"\\n 下移\\n \")]\n ),\n _vm._v(\" \"),\n _c(\"el-button\", {\n staticClass: \"filter-item\",\n attrs: {\n type: \"danger\",\n size: \"mini\",\n icon: \"el-icon-delete\",\n },\n nativeOn: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.deleteRow(\n scope.$index,\n _vm.modeform.plans\n )\n },\n },\n }),\n ]\n },\n },\n ]),\n }),\n ],\n 1\n ),\n ],\n 1\n ),\n ]),\n _vm._v(\" \"),\n _c(\"el-card\", { staticClass: \"box-card\", attrs: { shadow: \"never\" } }, [\n _c(\n \"div\",\n {\n staticClass: \"clearfix\",\n attrs: { slot: \"header\" },\n slot: \"header\",\n },\n [\n _c(\"span\", { staticClass: \"role-span\" }),\n _vm._v(\" \"),\n _c(\n \"el-button\",\n {\n staticStyle: { float: \"right\", padding: \"6px 9px\" },\n attrs: {\n loading: false,\n icon: \"el-icon-check\",\n size: \"mini\",\n type: \"primary\",\n },\n on: { click: _vm.doSubmit },\n },\n [_vm._v(\"保存\\n \")]\n ),\n _vm._v(\" \"),\n _c(\n \"el-button\",\n {\n staticStyle: { float: \"right\", padding: \"6px 9px\" },\n attrs: {\n loading: false,\n icon: \"el-icon-check\",\n size: \"mini\",\n type: \"primary\",\n },\n on: { click: _vm.back },\n },\n [_vm._v(\"取消\\n \")]\n ),\n ],\n 1\n ),\n ]),\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}