You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
11 KiB
1 lines
11 KiB
{"remainingRequest":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\iview-loader\\index.js??ref--0-2!D:\\codeeeeee\\酒水代码\\view\\store\\src\\pages\\setting\\tableCode\\config.vue?vue&type=template&id=982a4e4e&scoped=true&","dependencies":[{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\src\\pages\\setting\\tableCode\\config.vue","mtime":1729503614991},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1729046406806},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1729046413411},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1729046406806},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\index.js","mtime":1729046413411},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\iview-loader\\index.js","mtime":1729046409925}],"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(\n \"Card\",\n { attrs: { bordered: false, \"dis-hover\": \"\" } },\n [\n _c(\n \"Row\",\n [\n _c(\n \"Col\",\n { attrs: { span: \"20\" } },\n [\n _c(\n \"Form\",\n {\n ref: \"form\",\n attrs: { model: _vm.formData, \"label-width\": 110 }\n },\n [\n _c(\n \"FormItem\",\n { attrs: { label: \"包厢预约:\" } },\n [\n _c(\n \"RadioGroup\",\n {\n model: {\n value: _vm.formData.baoxiang,\n callback: function($$v) {\n _vm.$set(_vm.formData, \"baoxiang\", $$v)\n },\n expression: \"formData.baoxiang\"\n }\n },\n [\n _c(\n \"Radio\",\n { staticClass: \"mr20\", attrs: { label: \"1\" } },\n [_vm._v(\"押金\")]\n ),\n _c(\"Radio\", { attrs: { label: \"2\" } }, [\n _vm._v(\"免押金\")\n ])\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"FormItem\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.formData.baoxiang == 1,\n expression: \"formData.baoxiang == 1\"\n }\n ]\n },\n [\n _c(\"input\", {\n staticStyle: { height: \"20px\", width: \"100px\" },\n attrs: { type: \"number\" }\n })\n ]\n ),\n _c(\n \"FormItem\",\n { attrs: { label: \"卡座预约:\" } },\n [\n _c(\n \"RadioGroup\",\n {\n model: {\n value: _vm.formData.kazuo,\n callback: function($$v) {\n _vm.$set(_vm.formData, \"kazuo\", $$v)\n },\n expression: \"formData.kazuo\"\n }\n },\n [\n _c(\n \"Radio\",\n { staticClass: \"mr20\", attrs: { label: \"1\" } },\n [_vm._v(\"押金\")]\n ),\n _c(\"Radio\", { attrs: { label: \"2\" } }, [\n _vm._v(\"免押金\")\n ])\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"FormItem\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.formData.kazuo == 1,\n expression: \"formData.kazuo == 1\"\n }\n ]\n },\n [\n _c(\"input\", {\n staticStyle: { height: \"20px\", width: \"100px\" },\n attrs: { type: \"number\" }\n })\n ]\n ),\n _c(\n \"FormItem\",\n { attrs: { label: \"散台预约:\" } },\n [\n _c(\n \"RadioGroup\",\n {\n model: {\n value: _vm.formData.santai,\n callback: function($$v) {\n _vm.$set(_vm.formData, \"santai\", $$v)\n },\n expression: \"formData.santai\"\n }\n },\n [\n _c(\n \"Radio\",\n { staticClass: \"mr20\", attrs: { label: \"1\" } },\n [_vm._v(\"押金\")]\n ),\n _c(\"Radio\", { attrs: { label: \"2\" } }, [\n _vm._v(\"免押金\")\n ])\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"FormItem\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.formData.santai == 1,\n expression: \"formData.santai == 1\"\n }\n ]\n },\n [\n _c(\"input\", {\n staticStyle: { height: \"20px\", width: \"100px\" },\n attrs: { type: \"number\" }\n })\n ]\n ),\n _c(\n \"FormItem\",\n { attrs: { label: \"通桌预约:\" } },\n [\n _c(\n \"RadioGroup\",\n {\n model: {\n value: _vm.formData.tongzhuo,\n callback: function($$v) {\n _vm.$set(_vm.formData, \"tongzhuo\", $$v)\n },\n expression: \"formData.tongzhuo\"\n }\n },\n [\n _c(\n \"Radio\",\n { staticClass: \"mr20\", attrs: { label: \"1\" } },\n [_vm._v(\"押金\")]\n ),\n _c(\"Radio\", { attrs: { label: \"2\" } }, [\n _vm._v(\"免押金\")\n ])\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"FormItem\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.formData.tongzhuo == 1,\n expression: \"formData.tongzhuo == 1\"\n }\n ]\n },\n [\n _c(\"input\", {\n staticStyle: { height: \"20px\", width: \"100px\" },\n attrs: { type: \"number\" }\n })\n ]\n ),\n _c(\"FormItem\", { attrs: { label: \"预约锁定时长:\" } }, [\n _c(\"input\", {\n staticStyle: { height: \"20px\", width: \"100px\" },\n attrs: { type: \"number\" }\n })\n ])\n ],\n 1\n )\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"footer acea-row row-center-wrapper\" },\n [\n _c(\n \"Button\",\n {\n staticClass: \"ml20\",\n attrs: { type: \"primary\" },\n on: {\n click: function($event) {\n return _vm.handleSubmit(\"form\")\n }\n }\n },\n [_vm._v(\"提交\")]\n )\n ],\n 1\n )\n ],\n 1\n )\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]} |