web-core-tcm 0.0.67 → 0.0.71
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.
- package/dist/src/api/algorithm/alova/implement/lisemsAlgorithm.js +6 -10
- package/dist/src/api/algorithm/pulsationsAlgorithm.js +1 -1
- package/dist/src/api/authorization/alova/index.d.ts +3 -2
- package/dist/src/api/authorization/alova/index.js +16 -13
- package/dist/src/api/authorization/authorization.d.ts +1 -1
- package/dist/src/api/authorization/index.js +9 -6
- package/dist/src/api/check/alova/index.d.ts +1 -2
- package/dist/src/api/check/alova/index.js +10 -11
- package/dist/src/api/check/check.d.ts +1 -1
- package/dist/src/api/check/index.js +9 -10
- package/dist/src/api/config/alova/index.js +10 -10
- package/dist/src/api/config/index.d.ts +0 -1
- package/dist/src/api/config/index.js +9 -15
- package/dist/src/api/core/core.d.ts +1 -1
- package/dist/src/api/doctor/alova/index.d.ts +1 -2
- package/dist/src/api/doctor/alova/index.js +7 -8
- package/dist/src/api/doctor/doctor.d.ts +1 -1
- package/dist/src/api/doctor/index.js +6 -7
- package/dist/src/api/index.d.ts +0 -1
- package/dist/src/api/index.js +0 -2
- package/dist/src/api/metric/alova/implement/metric.d.ts +1 -1
- package/dist/src/api/metric/metric.d.ts +2 -2
- package/dist/src/api/oauth/alova/index.d.ts +1 -2
- package/dist/src/api/oauth/alova/index.js +11 -12
- package/dist/src/api/oauth/index.js +5 -6
- package/dist/src/api/outpatient/alova/index.d.ts +1 -2
- package/dist/src/api/outpatient/alova/index.js +10 -11
- package/dist/src/api/outpatient/index.js +9 -10
- package/dist/src/api/outpatient/outpatient.d.ts +1 -1
- package/dist/src/api/patient/alova/implement/meta.d.ts +1 -1
- package/dist/src/api/patient/alova/index.d.ts +1 -2
- package/dist/src/api/patient/alova/index.js +10 -11
- package/dist/src/api/patient/index.js +26 -27
- package/dist/src/api/patient/meta.d.ts +1 -1
- package/dist/src/api/patient/patient.d.ts +1 -1
- package/dist/src/api/prescription/alova/implement/prescription.d.ts +1 -0
- package/dist/src/api/prescription/alova/implement/prescription.js +17 -9
- package/dist/src/api/prescription/alova/index.d.ts +1 -2
- package/dist/src/api/prescription/alova/index.js +1 -2
- package/dist/src/api/prescription/herbal.d.ts +1 -1
- package/dist/src/api/prescription/index.js +11 -12
- package/dist/src/api/prescription/prescription.d.ts +2 -1
- package/dist/src/api/prescription/prescription.js +12 -9
- package/dist/src/api/scientist/alova/index.d.ts +1 -2
- package/dist/src/api/scientist/alova/index.js +5 -6
- package/dist/src/api/scientist/index.js +7 -8
- package/dist/src/api/scientist/scientist.d.ts +1 -1
- package/dist/src/components/tcm/inquirise/ComplaintViewCollected.vue.d.ts +3 -14
- package/dist/src/components/tcm/inquirise/ComplaintViewCollected.vue.js +2 -2
- package/dist/src/components/tcm/inquirise/ComplaintViewCollected.vue2.js +129 -117
- package/dist/src/components/tcm/inquirise/ComplaintsRecognitionCollected.vue.d.ts +3 -14
- package/dist/src/components/tcm/inquirise/ComplaintsRecognitionCollected.vue.js +2 -2
- package/dist/src/components/tcm/inquirise/ComplaintsRecognitionCollected.vue2.js +139 -123
- package/dist/src/components/tcm/lisems/EPPCollected.vue.js +1 -1
- package/dist/src/components/tcm/palpations/PulsationCollect.vue.js +2 -2
- package/dist/src/components/tcm/palpations/PulsationCollect.vue2.js +54 -51
- package/dist/src/index.js +40 -42
- package/dist/web-core-tcm.css +1 -1
- package/package.json +1 -6
- package/dist/src/api/manager/alova/apiDefinitions.d.ts +0 -62
- package/dist/src/api/manager/alova/apiDefinitions.js +0 -50
- package/dist/src/api/manager/alova/createApis.d.ts +0 -10
- package/dist/src/api/manager/alova/createApis.js +0 -49
- package/dist/src/api/manager/alova/globals.d.ts +0 -4890
- package/dist/src/api/manager/alova/implement/department.d.ts +0 -15
- package/dist/src/api/manager/alova/implement/department.js +0 -71
- package/dist/src/api/manager/alova/implement/division.d.ts +0 -15
- package/dist/src/api/manager/alova/implement/division.js +0 -71
- package/dist/src/api/manager/alova/implement/hospital.d.ts +0 -15
- package/dist/src/api/manager/alova/implement/hospital.js +0 -72
- package/dist/src/api/manager/alova/implement/index.d.ts +0 -3
- package/dist/src/api/manager/alova/implement/index.js +0 -8
- package/dist/src/api/manager/alova/index.d.ts +0 -7
- package/dist/src/api/manager/alova/index.js +0 -20
- package/dist/src/api/manager/department.d.ts +0 -23
- package/dist/src/api/manager/department.js +0 -49
- package/dist/src/api/manager/division.d.ts +0 -23
- package/dist/src/api/manager/division.js +0 -44
- package/dist/src/api/manager/hospital.d.ts +0 -24
- package/dist/src/api/manager/hospital.js +0 -51
- package/dist/src/api/manager/index.d.ts +0 -4
- package/dist/src/api/manager/index.js +0 -18
|
@@ -1,45 +1,48 @@
|
|
|
1
|
-
import
|
|
1
|
+
import c from "../../../../node_modules/quasar/src/components/card/QCard.js";
|
|
2
2
|
import Q from "../../../../node_modules/quasar/src/components/scroll-area/QScrollArea.js";
|
|
3
3
|
import v from "../../../../node_modules/quasar/src/components/btn/QBtn.js";
|
|
4
|
-
import
|
|
4
|
+
import Y from "../../../../node_modules/quasar/src/components/chip/QChip.js";
|
|
5
5
|
import L from "../../../../node_modules/quasar/src/components/item/QItem.js";
|
|
6
6
|
import A from "../../../../node_modules/quasar/src/components/card/QCardSection.js";
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
7
|
+
import Z from "../../../../node_modules/quasar/src/components/card/QCardActions.js";
|
|
8
|
+
import T from "../../../../node_modules/quasar/src/components/dialog/QDialog.js";
|
|
9
|
+
import ee from "../../../../node_modules/quasar/src/components/space/QSpace.js";
|
|
10
|
+
import te from "../../../../node_modules/quasar/src/components/icon/QIcon.js";
|
|
11
11
|
import oe from "../../../../node_modules/quasar/src/components/item/QItemSection.js";
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import { defineComponent as ie, ref as
|
|
15
|
-
import
|
|
16
|
-
import { symptomsState as
|
|
12
|
+
import le from "../../../../node_modules/quasar/src/components/select/QSelect.js";
|
|
13
|
+
import se from "../../../../node_modules/quasar/src/directives/close-popup/ClosePopup.js";
|
|
14
|
+
import { defineComponent as ie, ref as a, reactive as ne, computed as re, onMounted as ae, watch as de, createElementBlock as x, openBlock as u, Fragment as w, createElementVNode as i, createVNode as l, withCtx as s, unref as ce, createTextVNode as b, toDisplayString as y, renderList as D, createBlock as j, normalizeClass as ue, withDirectives as me } from "vue";
|
|
15
|
+
import fe from "../../../assets/priclose.png.js";
|
|
16
|
+
import { symptomsState as pe, removeSymptom as he, addSymptom as I } from "./symptoms.js";
|
|
17
17
|
import "../../../api/algorithm/index.js";
|
|
18
18
|
import ve from "../../../assets/body_1.svg.js";
|
|
19
|
-
import
|
|
20
|
-
|
|
19
|
+
import "../../../api/patient/index.js";
|
|
20
|
+
import { ComplaintMeta as ye } from "../../../api/patient/meta.js";
|
|
21
|
+
import { Tag as ge, Annotation as xe } from "../../../api/core/core.js";
|
|
22
|
+
import { InquiriesAlgorithm as M } from "../../../api/algorithm/inquiriesAlgorithm.js";
|
|
23
|
+
const we = {
|
|
21
24
|
class: "flex",
|
|
22
25
|
style: { width: "100%", display: "flex", "flex-direction": "row", "flex-wrap": "nowrap", "justify-content": "space-around" }
|
|
23
|
-
},
|
|
26
|
+
}, be = { class: "flex" }, _e = ["innerHTML"], ke = {
|
|
24
27
|
class: "column",
|
|
25
28
|
style: { width: "35%", "box-shadow": "0 0 12px 0 rgba(5, 96, 78, 0.05)" }
|
|
26
|
-
},
|
|
29
|
+
}, Ce = { style: { "border-radius": "6px" } }, Se = { class: "part_symptoms" }, Ve = {
|
|
27
30
|
class: "flex justify-between",
|
|
28
31
|
style: { "flex-direction": "column", background: "#fff", height: "100%" }
|
|
29
|
-
},
|
|
32
|
+
}, Ee = {
|
|
30
33
|
class: "column justify-center",
|
|
31
34
|
style: {}
|
|
32
|
-
},
|
|
35
|
+
}, Fe = {
|
|
33
36
|
class: "row justify-start",
|
|
34
37
|
style: { padding: "2%" }
|
|
35
|
-
},
|
|
38
|
+
}, Qe = ["onClick"], Ae = { class: "q-ml-sm" }, De = { class: "select-input" }, je = {
|
|
36
39
|
class: "dia-chip-container",
|
|
37
40
|
style: {}
|
|
38
|
-
},
|
|
41
|
+
}, qe = { class: "text-center" }, lt = /* @__PURE__ */ ie({
|
|
39
42
|
__name: "ComplaintViewCollected",
|
|
40
43
|
emits: ["collected"],
|
|
41
|
-
setup(
|
|
42
|
-
const
|
|
44
|
+
setup(Be, { emit: N }) {
|
|
45
|
+
const _ = a(null), P = ve.replace(/<\?xml.*?\?>/g, "").replace(/^\ufeff/, "").trim(), d = ne(pe), g = re(() => d.symptoms), k = a([""]), m = a(null), q = a([]), f = a([]), B = a("usually"), C = a("常见症状"), O = a({
|
|
43
46
|
nose: "鼻子",
|
|
44
47
|
defecation: "大小便",
|
|
45
48
|
chest: "腹部",
|
|
@@ -58,16 +61,25 @@ const ye = {
|
|
|
58
61
|
leg: "腿部",
|
|
59
62
|
flank: "胁肋",
|
|
60
63
|
waist: "腰部"
|
|
61
|
-
}), S =
|
|
64
|
+
}), S = a(!1), p = a({ show: !1 }), h = a(null), V = {
|
|
62
65
|
right: "2px",
|
|
63
66
|
borderRadius: "5px",
|
|
64
67
|
backgroundColor: "#CFCFCF",
|
|
65
68
|
width: "5px",
|
|
66
69
|
opacity: "0.75"
|
|
67
|
-
},
|
|
68
|
-
|
|
70
|
+
}, R = N, U = () => {
|
|
71
|
+
let o = "[主诉]" + d.text_details;
|
|
72
|
+
d.remark !== "" && (o += "[备注]" + d.remark), ye.builder().build().inject(o).then((e) => {
|
|
73
|
+
const t = Date.now().toString();
|
|
74
|
+
d.symptoms.forEach((n) => {
|
|
75
|
+
const r = ge.builder().build();
|
|
76
|
+
r.key = "症状", r.annotations = [xe.builder().value(n).actor("问诊算法").timestamp(t).build()], e.tags.push(r);
|
|
77
|
+
}), R("collected", e), console.log("!!!", e);
|
|
78
|
+
}).catch((e) => {
|
|
79
|
+
console.log(e);
|
|
80
|
+
});
|
|
69
81
|
};
|
|
70
|
-
function
|
|
82
|
+
function z(o, e) {
|
|
71
83
|
if (o === "") {
|
|
72
84
|
e(() => {
|
|
73
85
|
k.value = [];
|
|
@@ -76,7 +88,7 @@ const ye = {
|
|
|
76
88
|
}
|
|
77
89
|
try {
|
|
78
90
|
e(async () => {
|
|
79
|
-
k.value = await
|
|
91
|
+
k.value = await M.complaintsSearch(o);
|
|
80
92
|
});
|
|
81
93
|
} catch (t) {
|
|
82
94
|
return console.error("Error fetching options:", t), [];
|
|
@@ -84,8 +96,8 @@ const ye = {
|
|
|
84
96
|
}
|
|
85
97
|
const E = (o) => {
|
|
86
98
|
try {
|
|
87
|
-
|
|
88
|
-
|
|
99
|
+
M.complaintsView(o).then((e) => {
|
|
100
|
+
q.value = e.symptoms;
|
|
89
101
|
});
|
|
90
102
|
} catch (e) {
|
|
91
103
|
console.error("Error fetching symptoms:", e);
|
|
@@ -94,54 +106,54 @@ const ye = {
|
|
|
94
106
|
function $(o) {
|
|
95
107
|
return f.value.includes(o);
|
|
96
108
|
}
|
|
97
|
-
function
|
|
98
|
-
$(o) ? (f.value = f.value.filter((e) => e !== o), he(o)) : (f.value.push(o),
|
|
109
|
+
function G(o) {
|
|
110
|
+
$(o) ? (f.value = f.value.filter((e) => e !== o), he(o)) : (f.value.push(o), I(o), console.log(d.symptoms));
|
|
99
111
|
}
|
|
100
|
-
function
|
|
101
|
-
console.log("点击外部", o), [...document.querySelectorAll("#cards_symptoms")].some((
|
|
112
|
+
function H(o) {
|
|
113
|
+
console.log("点击外部", o), [...document.querySelectorAll("#cards_symptoms")].some((n) => n.contains(o.target)) || (C.value = "常见症状", E("usually"));
|
|
102
114
|
}
|
|
103
|
-
|
|
104
|
-
if (!
|
|
105
|
-
const o =
|
|
115
|
+
ae(() => {
|
|
116
|
+
if (!_.value) return;
|
|
117
|
+
const o = _.value.querySelector("svg");
|
|
106
118
|
if (!o) {
|
|
107
119
|
console.error("SVG 根元素未找到");
|
|
108
120
|
return;
|
|
109
121
|
}
|
|
110
122
|
o.querySelectorAll("g").forEach((t) => {
|
|
111
123
|
if (t.id === "emg_1") return;
|
|
112
|
-
t.querySelectorAll("path").forEach((
|
|
113
|
-
console.log("更改圆点透明度",
|
|
124
|
+
t.querySelectorAll("path").forEach((r) => {
|
|
125
|
+
console.log("更改圆点透明度", r), r.style.cssText = `
|
|
114
126
|
r: 8px !important;
|
|
115
127
|
fill: grey !important;
|
|
116
128
|
stroke: #000 !important;
|
|
117
129
|
stroke-width: 1px !important;
|
|
118
130
|
opacity: 0.5 !important;
|
|
119
131
|
`;
|
|
120
|
-
}), t.removeEventListener("click",
|
|
121
|
-
function
|
|
122
|
-
|
|
132
|
+
}), t.removeEventListener("click", n), t.addEventListener("click", n);
|
|
133
|
+
function n(r) {
|
|
134
|
+
r.stopPropagation(), B.value = t.id, console.log("点击部位:", t.id), C.value = O.value[t.id], E(t.id);
|
|
123
135
|
}
|
|
124
|
-
}), console.log("界面初始化"), document.body.style.backgroundColor = "#F9F9F9", E(B.value), f.value =
|
|
125
|
-
}),
|
|
126
|
-
m.value !== null && (
|
|
136
|
+
}), console.log("界面初始化"), document.body.style.backgroundColor = "#F9F9F9", E(B.value), f.value = d.symptoms, console.log("初始症状列表:", d.symptoms), X();
|
|
137
|
+
}), de(m, () => {
|
|
138
|
+
m.value !== null && (I(m.value), m.value = null);
|
|
127
139
|
});
|
|
128
140
|
function F(o) {
|
|
129
141
|
h.value = g.value[o], p.value.show = !0;
|
|
130
142
|
}
|
|
131
|
-
function
|
|
143
|
+
function J() {
|
|
132
144
|
p.value.show = !1, h.value = null;
|
|
133
145
|
}
|
|
134
|
-
function
|
|
146
|
+
function K() {
|
|
135
147
|
const o = g.value.indexOf(h.value);
|
|
136
148
|
o !== -1 && g.value.splice(o, 1), p.value.show = !1, h.value = null;
|
|
137
149
|
}
|
|
138
|
-
const
|
|
139
|
-
function
|
|
140
|
-
|
|
150
|
+
const W = a(!1);
|
|
151
|
+
function X() {
|
|
152
|
+
W.value = !0;
|
|
141
153
|
}
|
|
142
|
-
return (o, e) => (
|
|
143
|
-
|
|
144
|
-
onClick:
|
|
154
|
+
return (o, e) => (u(), x(w, null, [
|
|
155
|
+
i("div", {
|
|
156
|
+
onClick: H,
|
|
145
157
|
style: { width: "100%" }
|
|
146
158
|
}, [
|
|
147
159
|
l(L, {
|
|
@@ -149,33 +161,33 @@ const ye = {
|
|
|
149
161
|
style: { height: "100%", padding: "0" }
|
|
150
162
|
}, {
|
|
151
163
|
default: s(() => [
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
164
|
+
i("div", we, [
|
|
165
|
+
i("div", be, [
|
|
166
|
+
i("div", {
|
|
155
167
|
class: "svg-container",
|
|
156
168
|
style: { width: "15vw", height: "80vh", "margin-top": "1vh", "margin-left": "1vw", "margin-right": "1vw", "border-radius": "20px", overflow: "hidden" },
|
|
157
|
-
innerHTML:
|
|
169
|
+
innerHTML: ce(P),
|
|
158
170
|
ref_key: "svgRoot",
|
|
159
|
-
ref:
|
|
160
|
-
}, null, 8,
|
|
171
|
+
ref: _
|
|
172
|
+
}, null, 8, _e)
|
|
161
173
|
]),
|
|
162
|
-
|
|
163
|
-
l(
|
|
174
|
+
i("div", ke, [
|
|
175
|
+
l(c, {
|
|
164
176
|
id: "cards_symptoms",
|
|
165
177
|
class: "column text-center",
|
|
166
178
|
style: { width: "100%", "background-color": "#fff", "border-radius": "6px" },
|
|
167
179
|
flat: ""
|
|
168
180
|
}, {
|
|
169
181
|
default: s(() => [
|
|
170
|
-
|
|
171
|
-
l(
|
|
182
|
+
i("div", Ce, [
|
|
183
|
+
l(c, {
|
|
172
184
|
class: "flex column",
|
|
173
185
|
id: "parts",
|
|
174
186
|
flat: ""
|
|
175
187
|
}, {
|
|
176
188
|
default: s(() => [
|
|
177
|
-
e[5] || (e[5] =
|
|
178
|
-
|
|
189
|
+
e[5] || (e[5] = i("span", { class: "" }, "当前部位:", -1)),
|
|
190
|
+
b(y(C.value), 1)
|
|
179
191
|
]),
|
|
180
192
|
_: 1
|
|
181
193
|
}),
|
|
@@ -184,15 +196,15 @@ const ye = {
|
|
|
184
196
|
"thumb-style": V
|
|
185
197
|
}, {
|
|
186
198
|
default: s(() => [
|
|
187
|
-
|
|
188
|
-
(
|
|
189
|
-
key:
|
|
190
|
-
class:
|
|
199
|
+
i("div", Se, [
|
|
200
|
+
(u(!0), x(w, null, D(q.value, (t, n) => (u(), j(c, {
|
|
201
|
+
key: n,
|
|
202
|
+
class: ue([{ highlighted: $(t) }, "body_part flex justify-center"]),
|
|
191
203
|
flat: "",
|
|
192
|
-
onClick: (
|
|
204
|
+
onClick: (r) => G(t)
|
|
193
205
|
}, {
|
|
194
206
|
default: s(() => [
|
|
195
|
-
|
|
207
|
+
b(y(t), 1)
|
|
196
208
|
]),
|
|
197
209
|
_: 2
|
|
198
210
|
}, 1032, ["class", "onClick"]))), 128))
|
|
@@ -204,7 +216,7 @@ const ye = {
|
|
|
204
216
|
]),
|
|
205
217
|
_: 1
|
|
206
218
|
}),
|
|
207
|
-
|
|
219
|
+
i("div", null, [
|
|
208
220
|
l(v, {
|
|
209
221
|
class: "start-button",
|
|
210
222
|
label: "如若病症不全可点击搜索症状添加",
|
|
@@ -212,44 +224,44 @@ const ye = {
|
|
|
212
224
|
})
|
|
213
225
|
])
|
|
214
226
|
]),
|
|
215
|
-
l(
|
|
227
|
+
l(c, {
|
|
216
228
|
id: "symptom-card",
|
|
217
229
|
flat: "",
|
|
218
230
|
style: { "box-shadow": "0 0 12px 0 rgba(5, 96, 78, 0.05)" }
|
|
219
231
|
}, {
|
|
220
232
|
default: s(() => [
|
|
221
|
-
l(
|
|
233
|
+
l(c, {
|
|
222
234
|
id: "symptom-card-title",
|
|
223
235
|
class: "flex justify-center"
|
|
224
236
|
}, {
|
|
225
237
|
default: s(() => [...e[6] || (e[6] = [
|
|
226
|
-
|
|
238
|
+
i("div", { class: "text-center" }, "已确认的症状", -1)
|
|
227
239
|
])]),
|
|
228
240
|
_: 1
|
|
229
241
|
}),
|
|
230
|
-
|
|
242
|
+
i("div", Ve, [
|
|
231
243
|
l(Q, {
|
|
232
244
|
style: { height: "30vh", width: "100%" },
|
|
233
245
|
"thumb-style": V
|
|
234
246
|
}, {
|
|
235
247
|
default: s(() => [
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
(
|
|
248
|
+
i("div", Ee, [
|
|
249
|
+
i("div", Fe, [
|
|
250
|
+
(u(!0), x(w, null, D(g.value, (t, n) => (u(), j(Y, {
|
|
239
251
|
class: "body_part cursor-pointer",
|
|
240
252
|
style: { "border-radius": "3px", padding: "1% 4%", border: "1px solid #55a489", color: "#55a489" },
|
|
241
|
-
key:
|
|
242
|
-
onClick: (
|
|
253
|
+
key: n,
|
|
254
|
+
onClick: (r) => F(n),
|
|
243
255
|
"remove-icon": ""
|
|
244
256
|
}, {
|
|
245
257
|
default: s(() => [
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
src:
|
|
258
|
+
b(y(t) + " ", 1),
|
|
259
|
+
i("img", {
|
|
260
|
+
src: fe,
|
|
249
261
|
alt: "close",
|
|
250
|
-
onClick: (
|
|
262
|
+
onClick: (r) => F(n),
|
|
251
263
|
style: { position: "relative", right: "-5px", width: "8px", height: "8px", "margin-left": "3px", cursor: "pointer" }
|
|
252
|
-
}, null, 8,
|
|
264
|
+
}, null, 8, Qe)
|
|
253
265
|
]),
|
|
254
266
|
_: 2
|
|
255
267
|
}, 1032, ["onClick"]))), 128))
|
|
@@ -257,14 +269,14 @@ const ye = {
|
|
|
257
269
|
])
|
|
258
270
|
]),
|
|
259
271
|
_: 1
|
|
260
|
-
}),
|
|
261
|
-
l(v, {
|
|
262
|
-
class: "next-button text-bold text-h5",
|
|
263
|
-
style: { height: "7vh" },
|
|
264
|
-
label: "提交主诉",
|
|
265
|
-
onClick: e[1] || (e[1] = (t) => z())
|
|
266
272
|
})
|
|
267
|
-
])
|
|
273
|
+
]),
|
|
274
|
+
l(v, {
|
|
275
|
+
class: "next-button text-bold",
|
|
276
|
+
style: { height: "7vh", "margin-top": "2vh" },
|
|
277
|
+
label: "提交主诉",
|
|
278
|
+
onClick: e[1] || (e[1] = (t) => U())
|
|
279
|
+
})
|
|
268
280
|
]),
|
|
269
281
|
_: 1
|
|
270
282
|
})
|
|
@@ -273,33 +285,33 @@ const ye = {
|
|
|
273
285
|
_: 1
|
|
274
286
|
})
|
|
275
287
|
]),
|
|
276
|
-
l(
|
|
288
|
+
l(T, {
|
|
277
289
|
modelValue: p.value.show,
|
|
278
290
|
"onUpdate:modelValue": e[2] || (e[2] = (t) => p.value.show = t),
|
|
279
291
|
persistent: ""
|
|
280
292
|
}, {
|
|
281
293
|
default: s(() => [
|
|
282
|
-
l(
|
|
294
|
+
l(c, { style: { width: "700px", "max-width": "80vw" } }, {
|
|
283
295
|
default: s(() => [
|
|
284
296
|
l(A, { class: "row items-center" }, {
|
|
285
297
|
default: s(() => [
|
|
286
|
-
|
|
298
|
+
i("span", Ae, "确认要删除" + y(h.value) + "吗?", 1)
|
|
287
299
|
]),
|
|
288
300
|
_: 1
|
|
289
301
|
}),
|
|
290
|
-
l(
|
|
302
|
+
l(Z, { align: "right" }, {
|
|
291
303
|
default: s(() => [
|
|
292
304
|
l(v, {
|
|
293
305
|
flat: "",
|
|
294
306
|
label: "取消",
|
|
295
|
-
onClick:
|
|
307
|
+
onClick: J,
|
|
296
308
|
color: "grey-4"
|
|
297
309
|
}),
|
|
298
310
|
l(v, {
|
|
299
311
|
flat: "",
|
|
300
312
|
color: "red",
|
|
301
313
|
label: "删除",
|
|
302
|
-
onClick:
|
|
314
|
+
onClick: K
|
|
303
315
|
})
|
|
304
316
|
]),
|
|
305
317
|
_: 1
|
|
@@ -310,38 +322,38 @@ const ye = {
|
|
|
310
322
|
]),
|
|
311
323
|
_: 1
|
|
312
324
|
}, 8, ["modelValue"]),
|
|
313
|
-
l(
|
|
325
|
+
l(T, {
|
|
314
326
|
modelValue: S.value,
|
|
315
327
|
"onUpdate:modelValue": e[4] || (e[4] = (t) => S.value = t),
|
|
316
328
|
class: "flex",
|
|
317
329
|
"full-width": ""
|
|
318
330
|
}, {
|
|
319
331
|
default: s(() => [
|
|
320
|
-
l(
|
|
332
|
+
l(c, null, {
|
|
321
333
|
default: s(() => [
|
|
322
334
|
l(A, { class: "row items-center" }, {
|
|
323
335
|
default: s(() => [
|
|
324
|
-
e[7] || (e[7] =
|
|
325
|
-
l(
|
|
326
|
-
|
|
336
|
+
e[7] || (e[7] = i("div", { class: "text-h6 -text" }, "症状搜索", -1)),
|
|
337
|
+
l(ee),
|
|
338
|
+
me(l(v, {
|
|
327
339
|
icon: "close",
|
|
328
340
|
flat: "",
|
|
329
341
|
round: "",
|
|
330
342
|
dense: ""
|
|
331
343
|
}, null, 512), [
|
|
332
|
-
[
|
|
344
|
+
[se]
|
|
333
345
|
])
|
|
334
346
|
]),
|
|
335
347
|
_: 1
|
|
336
348
|
}),
|
|
337
349
|
l(A, { class: "dia-content flex" }, {
|
|
338
350
|
default: s(() => [
|
|
339
|
-
e[10] || (e[10] =
|
|
351
|
+
e[10] || (e[10] = i("div", {
|
|
340
352
|
class: "col top-title",
|
|
341
353
|
style: { "text-align": "center" }
|
|
342
354
|
}, "您的症状是什么?", -1)),
|
|
343
|
-
|
|
344
|
-
l(
|
|
355
|
+
i("div", De, [
|
|
356
|
+
l(le, {
|
|
345
357
|
class: "search-input",
|
|
346
358
|
dense: "",
|
|
347
359
|
style: { width: "100%" },
|
|
@@ -353,13 +365,13 @@ const ye = {
|
|
|
353
365
|
modelValue: m.value,
|
|
354
366
|
"onUpdate:modelValue": e[3] || (e[3] = (t) => m.value = t),
|
|
355
367
|
options: k.value,
|
|
356
|
-
onFilter:
|
|
368
|
+
onFilter: z,
|
|
357
369
|
color: "#55A489",
|
|
358
370
|
behavior: "menu",
|
|
359
371
|
"max-height": "50px"
|
|
360
372
|
}, {
|
|
361
373
|
prepend: s(() => [
|
|
362
|
-
l(
|
|
374
|
+
l(te, {
|
|
363
375
|
name: "search",
|
|
364
376
|
size: "30px",
|
|
365
377
|
color: "#1946FF"
|
|
@@ -370,7 +382,7 @@ const ye = {
|
|
|
370
382
|
default: s(() => [
|
|
371
383
|
l(oe, { class: "text-grey" }, {
|
|
372
384
|
default: s(() => [...e[8] || (e[8] = [
|
|
373
|
-
|
|
385
|
+
b(" No results ", -1)
|
|
374
386
|
])]),
|
|
375
387
|
_: 1
|
|
376
388
|
})
|
|
@@ -381,25 +393,25 @@ const ye = {
|
|
|
381
393
|
_: 1
|
|
382
394
|
}, 8, ["modelValue", "options"])
|
|
383
395
|
]),
|
|
384
|
-
|
|
385
|
-
e[9] || (e[9] =
|
|
396
|
+
i("div", null, [
|
|
397
|
+
e[9] || (e[9] = i("div", { style: { width: "100%", "padding-left": "2%", "padding-bottom": "1%" } }, "病症显示区", -1)),
|
|
386
398
|
l(Q, {
|
|
387
399
|
style: { height: "25vh", width: "100%", "max-width": "100%", "background-color": "aquamarine" },
|
|
388
400
|
"thumb-style": V
|
|
389
401
|
}, {
|
|
390
402
|
default: s(() => [
|
|
391
|
-
|
|
392
|
-
(
|
|
403
|
+
i("div", je, [
|
|
404
|
+
(u(!0), x(w, null, D(d.symptoms, (t, n) => (u(), j(c, {
|
|
393
405
|
flat: "",
|
|
394
|
-
key:
|
|
406
|
+
key: n,
|
|
395
407
|
label: t,
|
|
396
408
|
"text-color": "black",
|
|
397
409
|
style: { width: "12%", height: "18%", padding: "1% 2%" },
|
|
398
410
|
class: "list_symptoms bg-white",
|
|
399
|
-
onClick: (
|
|
411
|
+
onClick: (r) => F(n)
|
|
400
412
|
}, {
|
|
401
413
|
default: s(() => [
|
|
402
|
-
|
|
414
|
+
i("div", qe, y(t), 1)
|
|
403
415
|
]),
|
|
404
416
|
_: 2
|
|
405
417
|
}, 1032, ["label", "onClick"]))), 128))
|
|
@@ -421,5 +433,5 @@ const ye = {
|
|
|
421
433
|
}
|
|
422
434
|
});
|
|
423
435
|
export {
|
|
424
|
-
|
|
436
|
+
lt as default
|
|
425
437
|
};
|
|
@@ -1,18 +1,7 @@
|
|
|
1
|
+
import { ComplaintMeta } from '../../../api/patient';
|
|
1
2
|
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
2
|
-
collected: (
|
|
3
|
-
symptoms: string[];
|
|
4
|
-
text_details: string;
|
|
5
|
-
remark: string;
|
|
6
|
-
text_label: string[];
|
|
7
|
-
dialog_history: string[];
|
|
8
|
-
}) => any;
|
|
3
|
+
collected: (complaintMeta: ComplaintMeta) => any;
|
|
9
4
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
10
|
-
onCollected?: (
|
|
11
|
-
symptoms: string[];
|
|
12
|
-
text_details: string;
|
|
13
|
-
remark: string;
|
|
14
|
-
text_label: string[];
|
|
15
|
-
dialog_history: string[];
|
|
16
|
-
}) => any;
|
|
5
|
+
onCollected?: (complaintMeta: ComplaintMeta) => any;
|
|
17
6
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
18
7
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ComplaintsRecognitionCollected.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-f150b4b3"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|