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.

0 lines
21 KiB

1 month ago
  1. {"ast":null,"code":"import { createElementVNode as _createElementVNode, resolveComponent as _resolveComponent, createVNode as _createVNode, withCtx as _withCtx, createTextVNode as _createTextVNode, toDisplayString as _toDisplayString, resolveDirective as _resolveDirective, openBlock as _openBlock, createBlock as _createBlock, withDirectives as _withDirectives, createElementBlock as _createElementBlock } from \"vue\";\nconst _hoisted_1 = {\n class: \"my-orders\"\n};\nconst _hoisted_2 = {\n class: \"card-header\"\n};\nconst _hoisted_3 = {\n class: \"search-area\"\n};\nconst _hoisted_4 = {\n class: \"date-picker-with-buttons\"\n};\nconst _hoisted_5 = {\n class: \"search-buttons\"\n};\nconst _hoisted_6 = {\n class: \"pagination\"\n};\nexport function render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_el_input = _resolveComponent(\"el-input\");\n const _component_el_form_item = _resolveComponent(\"el-form-item\");\n const _component_el_option = _resolveComponent(\"el-option\");\n const _component_el_select = _resolveComponent(\"el-select\");\n const _component_el_date_picker = _resolveComponent(\"el-date-picker\");\n const _component_el_button = _resolveComponent(\"el-button\");\n const _component_el_form = _resolveComponent(\"el-form\");\n const _component_el_table_column = _resolveComponent(\"el-table-column\");\n const _component_el_tag = _resolveComponent(\"el-tag\");\n const _component_el_table = _resolveComponent(\"el-table\");\n const _component_el_pagination = _resolveComponent(\"el-pagination\");\n const _component_el_card = _resolveComponent(\"el-card\");\n const _directive_loading = _resolveDirective(\"loading\");\n return _openBlock(), _createElementBlock(\"div\", _hoisted_1, [_createVNode(_component_el_card, null, {\n header: _withCtx(() => [_createElementVNode(\"div\", _hoisted_2, [_cache[7] || (_cache[7] = _createElementVNode(\"span\", null, \"我的订单\", -1 /* HOISTED */)), _createElementVNode(\"div\", _hoisted_3, [_createVNode(_component_el_form, {\n inline: true,\n model: $setup.searchForm\n }, {\n default: _withCtx(() => [_createVNode(_component_el_form_item, null, {\n default: _withCtx(() => [_createVNode(_component_el_input, {\n modelValue: $setup.searchForm.orderNo,\n \"onUpdate:modelValue\": _cache[0] || (_cache[0] = $event => $setup.searchForm.orderNo = $event),\n placeholder: \"订单号\",\n clearable: \"\",\n onClear: $setup.handleSearch\n }, null, 8 /* PROPS */, [\"modelValue\"])]),\n _: 1 /* STABLE */\n }), _createVNode(_component_el_form_item, null, {\n default: _withCtx(() => [_createVNode(_component_el_select, {\n modelValue: $setup.searchForm.status,\n \"onUpdate:modelValue\": _cache[1] || (_cache[1] = $event => $setup.searchForm.status = $event),\n placeholder: \"订单状态\",\n clearable: \"\",\n onClear: $setup.handleSearch\n }, {\n default: _withCtx(() => [_createVNode(_component_el_option, {\n label: \"待处理\",\n value: 0\n }), _createVNode(_component_el_option, {\n label: \"已接单\",\n value: 1\n }), _createVNode(_component_el_option, {\n label: \"运输中\",\n value: 2\n }), _createVNode(_component_el_option, {\n label: \"已完成\",\n value: 3\n }), _createVNode(_component_el_option, {\n label: \"已取消\",\n value: 4\n })]),\n _: 1 /* STABLE */\n }, 8 /* PROPS */, [\"modelValue\"])]),\n _: 1 /* STABLE */\n }), _createVNode(_component_el_form_item, {\n class: \"date-picker-item\"\n }, {\n default: _withCtx(() => [_createElementVNode(\"div\", _hoisted_4, [_createVNode(_component_el_date_picker, {\n modelValue: $setup.dateRange,\n \"onUpdate:modelValue\": _cache[2] || (_cache[2] = $event => $setup.dateRange = $event),\n type: \"daterange\",\n