Files
tekelanew_acs/acs/nladmin-ui/node_modules/.cache/vue-loader/d19174006e486b819b5d38fa8b0b2d81.json

1 line
16 KiB
JSON
Raw Normal View History

2024-12-03 17:40:13 +08:00
{"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\\stage\\actor\\index.vue?vue&type=template&id=f3b53302&scoped=true","dependencies":[{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\src\\views\\acs\\stage\\actor\\index.vue","mtime":1732871026626},{"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 > 0,\n title: _vm.crud.status.title,\n width: \"500px\",\n },\n on: {\n \"update:visible\": function ($event) {\n return _vm.$set(_vm.crud.status, \"cu > 0\", $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\": \"80px\",\n },\n },\n [\n _c(\n \"el-form-item\",\n { attrs: { label: \"图标标识\", prop: \"actor_uuid\" } },\n [\n _c(\"el-input\", {\n staticStyle: { width: \"370px\" },\n model: {\n value: _vm.form.actor_uuid,\n callback: function ($$v) {\n _vm.$set(_vm.form, \"actor_uuid\", $$v)\n },\n expression: \"form.actor_uuid\",\n },\n }),\n ],\n 1\n ),\n _vm._v(\" \"),\n _c(\n \"el-form-item\",\n { attrs: { label: \"设备编码\", prop: \"device_code\" } },\n [\n _c(\"el-input\", {\n staticStyle: { width: \"370px\" },\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 ],\n 1\n ),\n _vm._v(\" \"),\n _c(\n \"el-form-item\",\n { attrs: { label: \"图标名字\", prop: \"device_name\" } },\n [\n _c(\"el-input\", {\n staticStyle: { width: \"370px\" },\n model: {\n value: _vm.form.device_name,\n callback: function