1 line
18 KiB
JSON
1 line
18 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\\config\\assigned\\index.vue?vue&type=template&id=e1057fd4&scoped=true","dependencies":[{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\src\\views\\acs\\config\\assigned\\index.vue","mtime":1732871026556},{"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(\"div\", { staticClass: \"app-container\" }, [\n _c(\n \"div\",\n { staticClass: \"head-container\" },\n [\n _c(\"crudOperation\", { attrs: { permission: _vm.permission } }),\n _vm._v(\" \"),\n _c(\n \"el-dialog\",\n {\n attrs: {\n \"close-on-click-modal\": false,\n \"before-close\": _vm.crud.cancelCU,\n visible: _vm.crud.status.cu,\n title: _vm.crud.status.title,\n width: \"800px\",\n },\n on: {\n \"update:visible\": function ($event) {\n return _vm.$set(_vm.crud.status, \"cu\", $event)\n },\n },\n },\n [\n _c(\n \"el-form\",\n {\n ref: \"form\",\n attrs: {\n model: _vm.form,\n rules: _vm.rules,\n size: \"small\",\n \"label-width\": \"120px\",\n },\n },\n [\n _c(\n \"el-form-item\",\n {\n attrs: {\n label: _vm.$t(\"config.table.device_execution\"),\n prop: \"device_code\",\n },\n },\n [\n _c(\n \"el-select\",\n {\n staticStyle: { width: \"300px\" },\n attrs: {\n filterable: \"\",\n placeholder: _vm.$t(\"config.table.please_select\"),\n disabled: _vm.crud.status.edit == 1,\n },\n model: {\n value: _vm.form.device_code,\n callback: function ($$v) {\n _vm.$set(_vm.form, \"device_code\", $$v)\n },\n expression: \"form.device_code\",\n },\n },\n _vm._l(_vm.deviceList, function (item) {\n return _c(\"el-option\", {\n key: item.device_code,\n attrs: {\n label: item.device_code,\n value: item.device_code,\n },\n })\n }),\n 1\n ),\n ],\n 1\n ),\n _vm._v(\" \"),\n _c(\n \"el-form-item\",\n {\n attrs: {\n label: _vm.$t(\"config.table.end_of_instruction\"),\n
|