jmash-region 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,62 +0,0 @@
1
- import { defineComponent as i, ref as s, resolveComponent as n, openBlock as _, createElementBlock as c, createVNode as o, withCtx as l, createTextVNode as d, toDisplayString as m } from "vue";
2
- import { _ as f, a as p } from "./index-BbV7Gddl.mjs";
3
- const C = { class: "app-container" }, x = /* @__PURE__ */ i({
4
- __name: "index",
5
- setup(g) {
6
- const e = s({
7
- regionCodeTree: "141024100",
8
- regionCodeCascader: ["14", "1410", "141024", "141024100", "141024100231"]
9
- });
10
- return (v, a) => {
11
- const r = n("el-form-item"), u = n("el-form");
12
- return _(), c("div", C, [
13
- o(u, {
14
- ref: "queryFormRef",
15
- model: e.value
16
- }, {
17
- default: l(() => [
18
- o(r, { label: "树形控件地区编码" }, {
19
- default: l(() => [
20
- d(m(e.value.regionCodeTree), 1)
21
- ]),
22
- _: 1
23
- }),
24
- o(r, { label: "树形控件" }, {
25
- default: l(() => [
26
- o(f, {
27
- modelValue: e.value.regionCodeTree,
28
- "onUpdate:modelValue": a[0] || (a[0] = (t) => e.value.regionCodeTree = t),
29
- clearable: "",
30
- placeholder: "请选择地区"
31
- }, null, 8, ["modelValue"])
32
- ]),
33
- _: 1
34
- }),
35
- o(r, { label: "级联控件地区编码" }, {
36
- default: l(() => [
37
- d(m(e.value.regionCodeCascader), 1)
38
- ]),
39
- _: 1
40
- }),
41
- o(r, { label: "级联控件" }, {
42
- default: l(() => [
43
- o(p, {
44
- style: { width: "100%" },
45
- modelValue: e.value.regionCodeCascader,
46
- "onUpdate:modelValue": a[1] || (a[1] = (t) => e.value.regionCodeCascader = t),
47
- clearable: "",
48
- placeholder: "请选择地区"
49
- }, null, 8, ["modelValue"])
50
- ]),
51
- _: 1
52
- })
53
- ]),
54
- _: 1
55
- }, 8, ["model"])
56
- ]);
57
- };
58
- }
59
- });
60
- export {
61
- x as default
62
- };