1 line
3.6 KiB
JSON
1 line
3.6 KiB
JSON
{"ast":null,"code":"import { renderList as _renderList, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock, toDisplayString as _toDisplayString, createElementVNode as _createElementVNode, resolveComponent as _resolveComponent, createVNode as _createVNode, createCommentVNode as _createCommentVNode, createBlock as _createBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \"vue\";\nconst _withScopeId = n => (_pushScopeId(\"data-v-63b678c4\"), n = n(), _popScopeId(), n);\nconst _hoisted_1 = {\n class: \"goodroad\"\n};\nconst _hoisted_2 = [\"onClick\"];\nconst _hoisted_3 = {\n class: \"left\"\n};\nconst _hoisted_4 = {\n class: \"hd\"\n};\nconst _hoisted_5 = {\n class: \"name\"\n};\nconst _hoisted_6 = {\n class: \"lable\"\n};\nconst _hoisted_7 = {\n class: \"sate flex\"\n};\nconst _hoisted_8 = [\"innerHTML\"];\nconst _hoisted_9 = {\n class: \"bd\"\n};\nconst _hoisted_10 = {\n class: \"waybill-type\"\n};\nconst _hoisted_11 = {\n class: \"top\"\n};\nconst _hoisted_12 = {\n class: \"text\"\n};\nconst _hoisted_13 = {\n key: 0,\n class: \"right\"\n};\nconst _hoisted_14 = /*#__PURE__*/_withScopeId(() => /*#__PURE__*/_createElementVNode(\"div\", {\n class: \"down-box\"\n}, [/*#__PURE__*/_createElementVNode(\"div\", {\n class: \"banker\"\n}), /*#__PURE__*/_createElementVNode(\"div\", {\n class: \"player\"\n})], -1));\nconst _hoisted_15 = [_hoisted_14];\nexport function render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_van_progress = _resolveComponent(\"van-progress\");\n const _component_WayBox = _resolveComponent(\"WayBox\");\n const _component_van_empty = _resolveComponent(\"van-empty\");\n return _openBlock(), _createElementBlock(\"div\", _hoisted_1, [(_openBlock(true), _createElementBlock(_Fragment, null, _renderList(_ctx.list, (item, index) => {\n return _openBlock(), _createElementBlock(\"div\", {\n class: \"list animate__animated animate__fadeIn\",\n key: index,\n onClick: $event => $options.goPath(item)\n }, [_createElementVNode(\"div\", _hoisted_3, [_createElementVNode(\"div\", _hoisted_4, [_createElementVNode(\"div\", _hoisted_5, _toDisplayString(item.table_name), 1), _createElementVNode(\"div\", _hoisted_6, _toDisplayString(item.spec_type), 1), _createElementVNode(\"div\", _hoisted_7, [_createElementVNode(\"span\", null, _toDisplayString($options.getSendMode(item.sendMode)), 1), _createElementVNode(\"div\", {\n class: \"result\",\n innerHTML: $options.getTextVal(item)\n }, null, 8, _hoisted_8)])]), _createVNode(_component_van_progress, {\n percentage: item.sendMode == 'startBetCountDown' ? item.count_down / item.wait_time * 100 : 0,\n \"stroke-width\": \"2.5\",\n \"show-pivot\": false\n }, null, 8, [\"percentage\"]), _createElementVNode(\"div\", _hoisted_9, [_createVNode(_component_WayBox, {\n dutch: false,\n wayType: \"bigway\",\n data: item,\n index: index,\n routerName: \"allway\"\n }, null, 8, [\"data\", \"index\"]), _createElementVNode(\"div\", _hoisted_10, [_createElementVNode(\"div\", _hoisted_11, _toDisplayString(_ctx.$lang[_ctx.$Type].hit), 1), _createElementVNode(\"div\", _hoisted_12, _toDisplayString(item.waybill_type), 1)])])]), false ? (_openBlock(), _createElementBlock(\"div\", _hoisted_13, _hoisted_15)) : _createCommentVNode(\"\", true)], 8, _hoisted_2);\n }), 128)), _ctx.list.length == 0 ? (_openBlock(), _createBlock(_component_van_empty, {\n key: 0,\n description: _ctx.$lang[_ctx.$Type].no_good_way\n }, null, 8, [\"description\"])) : _createCommentVNode(\"\", true)]);\n}","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]} |