1111
This commit is contained in:
+225
-213
@@ -2,9 +2,9 @@
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
const common_assets = require("../../common/assets.js");
|
||||
const api_api = require("../../api/api.js");
|
||||
const utils_throttle = require("../../utils/throttle.js");
|
||||
const uni_modules_svEditor_components_common_utils = require("../../uni_modules/sv-editor/components/common/utils.js");
|
||||
if (!Array) {
|
||||
const _easycom_up_toast2 = common_vendor.resolveComponent("up-toast");
|
||||
const _easycom_u_icon2 = common_vendor.resolveComponent("u-icon");
|
||||
const _easycom_up__textarea2 = common_vendor.resolveComponent("up--textarea");
|
||||
const _easycom_up_icon2 = common_vendor.resolveComponent("up-icon");
|
||||
@@ -17,8 +17,9 @@ if (!Array) {
|
||||
const _easycom_up_steps2 = common_vendor.resolveComponent("up-steps");
|
||||
const _easycom_up_radio2 = common_vendor.resolveComponent("up-radio");
|
||||
const _easycom_up_radio_group2 = common_vendor.resolveComponent("up-radio-group");
|
||||
(_easycom_u_icon2 + _easycom_up__textarea2 + _easycom_up_icon2 + _easycom_up__image2 + _easycom_up_input2 + _easycom_up_popup2 + _easycom_up_empty2 + _easycom_up_overlay2 + _easycom_up_steps_item2 + _easycom_up_steps2 + _easycom_up_radio2 + _easycom_up_radio_group2)();
|
||||
(_easycom_up_toast2 + _easycom_u_icon2 + _easycom_up__textarea2 + _easycom_up_icon2 + _easycom_up__image2 + _easycom_up_input2 + _easycom_up_popup2 + _easycom_up_empty2 + _easycom_up_overlay2 + _easycom_up_steps_item2 + _easycom_up_steps2 + _easycom_up_radio2 + _easycom_up_radio_group2)();
|
||||
}
|
||||
const _easycom_up_toast = () => "../../node-modules/uview-plus/components/u-toast/u-toast.js";
|
||||
const _easycom_u_icon = () => "../../node-modules/uview-plus/components/u-icon/u-icon.js";
|
||||
const _easycom_up__textarea = () => "../../node-modules/uview-plus/components/u--textarea/u--textarea.js";
|
||||
const _easycom_up_icon = () => "../../node-modules/uview-plus/components/u-icon/u-icon.js";
|
||||
@@ -32,21 +33,23 @@ const _easycom_up_steps = () => "../../node-modules/uview-plus/components/u-step
|
||||
const _easycom_up_radio = () => "../../node-modules/uview-plus/components/u-radio/u-radio.js";
|
||||
const _easycom_up_radio_group = () => "../../node-modules/uview-plus/components/u-radio-group/u-radio-group.js";
|
||||
if (!Math) {
|
||||
(common_vendor.unref(pEditor) + _easycom_u_icon + _easycom_up__textarea + svEditor + _easycom_up_icon + _easycom_up__image + _easycom_up_input + _easycom_up_popup + _easycom_up_empty + _easycom_up_overlay + _easycom_up_steps_item + _easycom_up_steps + _easycom_up_radio + _easycom_up_radio_group)();
|
||||
(_easycom_up_toast + common_vendor.unref(pEditor) + _easycom_u_icon + _easycom_up__textarea + svEditor + _easycom_up_icon + _easycom_up__image + _easycom_up_input + _easycom_up_popup + _easycom_up_empty + _easycom_up_overlay + _easycom_up_steps_item + _easycom_up_steps + _easycom_up_radio + _easycom_up_radio_group)();
|
||||
}
|
||||
const svEditor = () => "../../uni_modules/sv-editor/components/sv-editor/sv-editor.js";
|
||||
const pEditor = () => "../../components/pEditor/pEditor.js";
|
||||
const _sfc_main = {
|
||||
__name: "publish",
|
||||
setup(__props) {
|
||||
const uToast = common_vendor.ref(null);
|
||||
const isLock = common_vendor.ref(false);
|
||||
const isFlag = common_vendor.ref(false);
|
||||
common_vendor.ref(false);
|
||||
const delId = common_vendor.ref("");
|
||||
const showModal = common_vendor.ref(false);
|
||||
const delType = common_vendor.ref("delDraft");
|
||||
const isPublish = common_vendor.ref(false);
|
||||
const exchange_id = common_vendor.ref("");
|
||||
const showEditor = common_vendor.ref(false);
|
||||
const showOpacity = common_vendor.ref(false);
|
||||
const editorType = common_vendor.ref("info");
|
||||
common_vendor.ref(200);
|
||||
const form = common_vendor.reactive({
|
||||
@@ -66,6 +69,7 @@ const _sfc_main = {
|
||||
]
|
||||
});
|
||||
common_vendor.ref("");
|
||||
const isConfirmPublish = common_vendor.ref(false);
|
||||
const showVote = common_vendor.ref(false);
|
||||
const showDraft = common_vendor.ref(false);
|
||||
const showTitle = common_vendor.ref(false);
|
||||
@@ -77,6 +81,12 @@ const _sfc_main = {
|
||||
const isFocusInfo = common_vendor.ref(false);
|
||||
const isFocusResult = common_vendor.ref(false);
|
||||
const labelList = common_vendor.ref([]);
|
||||
const infoHeight = common_vendor.ref(100);
|
||||
let inithtmlString = "<p>【患者信息】:</p><br/><p>【主诉】:</p><br/><p>【现病史及既往史】:</p><br/><p>【检查】:</p><br/><p>【临床诊断】:</p><br/><p>【治疗经过及结果】:</p><br/><br/>";
|
||||
const infoHtml = common_vendor.ref(inithtmlString);
|
||||
const resultHtml = common_vendor.ref("");
|
||||
const resultHeight = common_vendor.ref(100);
|
||||
const showInfoOpacity = common_vendor.ref(true);
|
||||
const level = common_vendor.ref(1);
|
||||
const freshKey = common_vendor.ref(0);
|
||||
const showCase = common_vendor.ref(false);
|
||||
@@ -109,23 +119,38 @@ const _sfc_main = {
|
||||
};
|
||||
const changeEditor = (data) => {
|
||||
showEditor.value = false;
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:592", data);
|
||||
if (data.type == "info") {
|
||||
infoHtml.value = data.content;
|
||||
editorCtx.value.initHtml(data.content, async (videoUrl) => {
|
||||
let res = "";
|
||||
const fox = "https://cn.bing.com//th?id=OHR.FlamingosNamibia_ZH-CN3639748956_1920x1080.jpg";
|
||||
const fox = common_assets.videoface;
|
||||
res = await editorCtx.value.createCoverThumbnail(fox);
|
||||
showEditor.value = false;
|
||||
return res;
|
||||
});
|
||||
setTimeout(() => {
|
||||
const query = common_vendor.wx$1.createSelectorQuery();
|
||||
query.select("#infoContent").boundingClientRect(function(rect) {
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:658", rect.height);
|
||||
infoHeight.value = rect.height + 10;
|
||||
}).exec();
|
||||
}, 0);
|
||||
} else {
|
||||
resultHtml.value = data.content;
|
||||
editorCtxResult.value.initHtml(data.content, async (videoUrl) => {
|
||||
let res = "";
|
||||
const fox = "https://cn.bing.com//th?id=OHR.FlamingosNamibia_ZH-CN3639748956_1920x1080.jpg";
|
||||
const fox = common_assets.videoface;
|
||||
res = await editorCtx.value.createCoverThumbnail(fox);
|
||||
showEditor.value = false;
|
||||
return res;
|
||||
});
|
||||
setTimeout(() => {
|
||||
const query = common_vendor.wx$1.createSelectorQuery();
|
||||
query.select("#resultContent").boundingClientRect(function(rect) {
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:680", rect.height);
|
||||
resultHeight.value = rect.height + 10;
|
||||
}).exec();
|
||||
}, 0);
|
||||
}
|
||||
};
|
||||
const openDraftList = () => {
|
||||
@@ -133,7 +158,7 @@ const _sfc_main = {
|
||||
showDraft.value = true;
|
||||
};
|
||||
const epaste = (e) => {
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:633", e);
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:696", e);
|
||||
};
|
||||
const alertVote = () => {
|
||||
if (exchange_id.value) {
|
||||
@@ -222,7 +247,7 @@ const _sfc_main = {
|
||||
}
|
||||
};
|
||||
const ready = (e) => {
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:749", e);
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:814", e);
|
||||
editorCtx.value = e;
|
||||
let html = "<p>【患者信息】:</p><br/><p>【主诉】:</p><br/><p>【现病史及既往史】:</p><br/><p>【检查】:</p><br/><p>【临床诊断】:</p><br/><p>【治疗经过及结果】:</p><br/><br/>";
|
||||
editorCtx.value.initHtml(html);
|
||||
@@ -232,7 +257,6 @@ const _sfc_main = {
|
||||
selector: "#form"
|
||||
// })
|
||||
});
|
||||
common_vendor.index.hideLoading();
|
||||
};
|
||||
const readyResult = (e) => {
|
||||
editorCtxResult.value = e;
|
||||
@@ -240,11 +264,9 @@ const _sfc_main = {
|
||||
if (exchange_id.value) {
|
||||
getExchangeDetail(exchange_id.value);
|
||||
}
|
||||
common_vendor.index.hideLoading();
|
||||
});
|
||||
};
|
||||
const changeSv = () => {
|
||||
showEditor.value = false;
|
||||
};
|
||||
const focusInfo = async () => {
|
||||
isFocusInfo.value = true;
|
||||
const res = await editorCtx.value.getLastContent();
|
||||
@@ -299,7 +321,7 @@ const _sfc_main = {
|
||||
};
|
||||
const getExchangeDetail = (id) => {
|
||||
api_api.api.getExchangeDetail(id).then((res) => {
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:890", res.data.data);
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:954", res.data.data);
|
||||
let {
|
||||
exchange_content,
|
||||
exchange_title,
|
||||
@@ -309,7 +331,7 @@ const _sfc_main = {
|
||||
} = res.data.data;
|
||||
editorCtx.value.initHtml(exchange_content, async (videoUrl) => {
|
||||
let res2;
|
||||
const fox = "https://cn.bing.com//th?id=OHR.FlamingosNamibia_ZH-CN3639748956_1920x1080.jpg";
|
||||
const fox = common_assets.videoface;
|
||||
res2 = await editorCtx.value.createCoverThumbnail(fox);
|
||||
return res2;
|
||||
});
|
||||
@@ -321,7 +343,7 @@ const _sfc_main = {
|
||||
form.case_exchange_vote = exchange_vote;
|
||||
editorCtxResult.value.initHtml(exchange_summary, async (videoUrl) => {
|
||||
let res2;
|
||||
const fox = "https://cn.bing.com//th?id=OHR.FlamingosNamibia_ZH-CN3639748956_1920x1080.jpg";
|
||||
const fox = common_assets.videoface;
|
||||
res2 = await editorCtxResult.value.createCoverThumbnail(fox);
|
||||
return res2;
|
||||
});
|
||||
@@ -355,7 +377,7 @@ const _sfc_main = {
|
||||
};
|
||||
const confirmDel = () => {
|
||||
showModal.value = false;
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:958", delType.value);
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:1022", delType.value);
|
||||
if (delType.value == "delDraft") {
|
||||
delDraft(delId.value);
|
||||
} else if (delType.value == "saveDraft") {
|
||||
@@ -366,17 +388,20 @@ const _sfc_main = {
|
||||
showModal.value = false;
|
||||
if (delType.value == "saveDraft") {
|
||||
goBack();
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:970", "wee");
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:1034", "wee");
|
||||
}
|
||||
};
|
||||
const cancelConfirmPublish = () => {
|
||||
isConfirmPublish.value = false;
|
||||
};
|
||||
const delDraft = (id) => {
|
||||
api_api.api.delDraft(id).then((res) => {
|
||||
common_vendor.index.showToast({
|
||||
title: "删除成功",
|
||||
icon: "none"
|
||||
});
|
||||
getDraftList();
|
||||
});
|
||||
getDraftList();
|
||||
};
|
||||
const alertSave = async () => {
|
||||
if (isPublish.value || exchange_id.value) {
|
||||
@@ -393,70 +418,6 @@ const _sfc_main = {
|
||||
}
|
||||
}
|
||||
};
|
||||
const publish = utils_throttle.throttle(async () => {
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:1012", 3333);
|
||||
const initInfo = "<p>【患者信息】:</p><br/><p>【主诉】:</p><br/><p>【现病史及既往史】:</p><br/><p>【检查】:</p><br/><p>【临床诊断】:</p><br/><p>【治疗经过及结果】:</p>";
|
||||
if (form.exchange_title == "") {
|
||||
common_vendor.index.showToast({
|
||||
title: "请输入标题",
|
||||
icon: "none"
|
||||
});
|
||||
return false;
|
||||
}
|
||||
if (form.exchange_title.length > 40) {
|
||||
common_vendor.index.showToast({
|
||||
title: "标题不超过40个字",
|
||||
icon: "none"
|
||||
});
|
||||
return false;
|
||||
}
|
||||
const res = await editorCtx.value.getLastContent();
|
||||
let html = editorCtx.value.exportHtml(res.html);
|
||||
if (html == initInfo) {
|
||||
common_vendor.index.showToast({
|
||||
title: "请编辑病例信息",
|
||||
icon: "none"
|
||||
});
|
||||
return false;
|
||||
}
|
||||
if (!(form.case_exchange_vote && form.case_exchange_vote.vote_title)) {
|
||||
delete form.case_exchange_vote;
|
||||
}
|
||||
if (!form.case_exchange_label || form.case_exchange_label && form.case_exchange_label.length == 0) {
|
||||
delete form.case_exchange_label;
|
||||
}
|
||||
form.case_exchange_label = labelList.value;
|
||||
if (isLock.value)
|
||||
return false;
|
||||
isFlag.value = true;
|
||||
form.exchange_content = html;
|
||||
const resContent = await editorCtxResult.value.getLastContent();
|
||||
let reshtml = editorCtxResult.value.exportHtml(resContent.html);
|
||||
form.exchange_summary = reshtml == "<p><br></p>" ? "" : reshtml;
|
||||
if (exchange_id.value) {
|
||||
api_api.api.updateExchange(exchange_id.value, form).then((res2) => {
|
||||
common_vendor.index.showToast({
|
||||
title: "修改成功",
|
||||
icon: "none",
|
||||
duration: 2e3
|
||||
});
|
||||
isFlag.value = false;
|
||||
isPublish.value = true;
|
||||
common_vendor.index.navigateBack();
|
||||
});
|
||||
} else {
|
||||
api_api.api.addExchange(form).then((res2) => {
|
||||
common_vendor.index.showToast({
|
||||
title: "发布成功",
|
||||
icon: "none",
|
||||
duration: 2e3
|
||||
});
|
||||
isFlag.value = false;
|
||||
isPublish.value = true;
|
||||
common_vendor.index.navigateBack();
|
||||
});
|
||||
}
|
||||
});
|
||||
const insertWord = (word) => {
|
||||
uni_modules_svEditor_components_common_utils.addText(word);
|
||||
showTitle.value = false;
|
||||
@@ -475,6 +436,24 @@ const _sfc_main = {
|
||||
});
|
||||
showTitle.value = false;
|
||||
};
|
||||
const changeInfoEditor = async () => {
|
||||
const res = await editorCtx.value.getLastContent();
|
||||
let str = res.text.replace(/\s/g, "");
|
||||
if (str) {
|
||||
showInfoOpacity.value = true;
|
||||
} else {
|
||||
showInfoOpacity.value = false;
|
||||
}
|
||||
};
|
||||
const changeResEditor = async () => {
|
||||
const res = await editorCtxResult.value.getLastContent();
|
||||
let str = res.text.replace(/\s/g, "");
|
||||
if (str) {
|
||||
showOpacity.value = true;
|
||||
} else {
|
||||
showOpacity.value = false;
|
||||
}
|
||||
};
|
||||
const getDraftList = () => {
|
||||
api_api.api.getDraftList().then((res) => {
|
||||
draftList.value = res.data.data.data;
|
||||
@@ -501,7 +480,7 @@ const _sfc_main = {
|
||||
break;
|
||||
}
|
||||
}
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:1271", caseValue1);
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:1360", caseValue1);
|
||||
getCaseLabel(2, e);
|
||||
};
|
||||
const groupChange2 = (e) => {
|
||||
@@ -600,7 +579,7 @@ const _sfc_main = {
|
||||
}
|
||||
}
|
||||
labelList.value = labelList.value.filter((item, index) => labelList.value.findIndex((i) => i.app_iden === item.app_iden) === index);
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:1389", labelList.value);
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:1478", labelList.value);
|
||||
showCase.value = false;
|
||||
};
|
||||
const closeCase = () => {
|
||||
@@ -618,96 +597,120 @@ const _sfc_main = {
|
||||
showCase.value = true;
|
||||
getCaseLabel(1, 0);
|
||||
};
|
||||
common_vendor.onLoad((optoions) => {
|
||||
common_vendor.index.showLoading({
|
||||
title: "正在加载中...",
|
||||
mask: true
|
||||
common_vendor.onReady(() => {
|
||||
uToast.value.show({
|
||||
type: "loading",
|
||||
title: "正在加载",
|
||||
message: "正在加载",
|
||||
duration: 1e3
|
||||
});
|
||||
});
|
||||
common_vendor.onLoad((optoions) => {
|
||||
if (optoions.exchange_id) {
|
||||
exchange_id.value = optoions.exchange_id;
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:1416", 1111);
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:1417", exchange_id.value);
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:1511", 1111);
|
||||
common_vendor.index.__f__("log", "at pages/publish/publish.vue:1512", exchange_id.value);
|
||||
}
|
||||
});
|
||||
return (_ctx, _cache) => {
|
||||
return common_vendor.e({
|
||||
a: showEditor.value
|
||||
a: common_vendor.sr(uToast, "bfce3555-0", {
|
||||
"k": "uToast"
|
||||
}),
|
||||
b: showEditor.value
|
||||
}, showEditor.value ? {
|
||||
b: common_vendor.o(closeEditor),
|
||||
c: common_vendor.o(changeEditor),
|
||||
d: common_vendor.p({
|
||||
c: common_vendor.o(closeEditor),
|
||||
d: common_vendor.o(changeEditor),
|
||||
e: common_vendor.p({
|
||||
editorCotent: editorCotent.value,
|
||||
editorType: editorType.value
|
||||
})
|
||||
} : {}, {
|
||||
e: common_vendor.p({
|
||||
f: common_vendor.p({
|
||||
name: "arrow-left",
|
||||
color: "#000",
|
||||
size: "24"
|
||||
}),
|
||||
f: common_vendor.o(alertSave),
|
||||
g: common_vendor.o(($event) => form.exchange_title = $event),
|
||||
h: common_vendor.p({
|
||||
g: common_vendor.o(alertSave),
|
||||
h: common_vendor.o(($event) => form.exchange_title = $event),
|
||||
i: common_vendor.p({
|
||||
autoHeight: true,
|
||||
placeholder: "输入标题,可包含患者信息、主诉",
|
||||
modelValue: form.exchange_title
|
||||
}),
|
||||
i: common_vendor.o(focusInfo),
|
||||
j: common_vendor.o(ready),
|
||||
k: common_vendor.o(changeSv),
|
||||
l: common_vendor.o(epaste),
|
||||
m: common_vendor.p({
|
||||
j: common_vendor.o(focusInfo),
|
||||
k: fromatImg(infoHtml.value),
|
||||
l: common_vendor.o(ready),
|
||||
m: common_vendor.o(changeInfoEditor),
|
||||
n: common_vendor.o(epaste),
|
||||
o: common_vendor.p({
|
||||
placeholder: "患者基本情况,检查结果,诊疗图片或视频",
|
||||
eid: "editor-id",
|
||||
pasteMode: "origin",
|
||||
readOnly: "true"
|
||||
}),
|
||||
n: common_vendor.o(focusResult),
|
||||
o: common_vendor.o(readyResult),
|
||||
p: common_vendor.p({
|
||||
p: showInfoOpacity.value ? 1 : "",
|
||||
q: infoHeight.value + "px",
|
||||
r: common_vendor.o(focusResult),
|
||||
s: fromatImg(resultHtml.value),
|
||||
t: common_vendor.o(readyResult),
|
||||
v: common_vendor.o(changeResEditor),
|
||||
w: common_vendor.p({
|
||||
placeholder: "分享经验和心得,如:诊断与鉴别诊断易错点,治疗过程难点,病例的相关知识总结及讨论等",
|
||||
eid: "editorResult",
|
||||
readOnly: true
|
||||
}),
|
||||
q: common_vendor.f(labelList.value, (item, index, i0) => {
|
||||
x: showOpacity.value ? 1 : "",
|
||||
y: resultHeight.value + "px",
|
||||
z: common_vendor.f(labelList.value, (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item.label_name),
|
||||
b: "bfce3555-5-" + i0,
|
||||
b: "bfce3555-6-" + i0,
|
||||
c: common_vendor.o(($event) => delLabel(index), item.app_iden),
|
||||
d: item.app_iden
|
||||
};
|
||||
}),
|
||||
r: common_vendor.p({
|
||||
A: common_vendor.p({
|
||||
name: "close-circle",
|
||||
color: "#3CC7C0",
|
||||
size: "20"
|
||||
}),
|
||||
s: common_vendor.p({
|
||||
B: common_vendor.p({
|
||||
name: "plus",
|
||||
color: "#3CC7C0",
|
||||
size: "16"
|
||||
}),
|
||||
t: common_vendor.o(openLabelPop),
|
||||
v: common_vendor.o(openDraftList),
|
||||
w: common_vendor.p({
|
||||
C: common_vendor.o(openLabelPop),
|
||||
D: common_vendor.o(openDraftList),
|
||||
E: form.case_exchange_vote.vote_title
|
||||
}, form.case_exchange_vote.vote_title ? {
|
||||
F: common_vendor.p({
|
||||
src: common_vendor.unref(common_assets.voteOnImg),
|
||||
width: "47rpx",
|
||||
height: "47rpx"
|
||||
})
|
||||
} : {
|
||||
G: common_vendor.p({
|
||||
src: common_vendor.unref(common_assets.voteImg),
|
||||
width: "47rpx",
|
||||
height: "47rpx"
|
||||
}),
|
||||
x: common_vendor.o(alertVote),
|
||||
y: common_vendor.o((...args) => common_vendor.unref(publish) && common_vendor.unref(publish)(...args)),
|
||||
z: common_vendor.o(closeVote),
|
||||
A: common_vendor.o(saveVote),
|
||||
B: common_vendor.o(($event) => voteData.vote_title = $event),
|
||||
C: common_vendor.p({
|
||||
})
|
||||
}, {
|
||||
H: form.case_exchange_vote.vote_title ? 1 : "",
|
||||
I: common_vendor.o(alertVote),
|
||||
J: common_vendor.o(($event) => isConfirmPublish.value = true),
|
||||
K: common_vendor.o(closeVote),
|
||||
L: common_vendor.o(saveVote),
|
||||
M: common_vendor.o(($event) => voteData.vote_title = $event),
|
||||
N: common_vendor.p({
|
||||
placeholder: "请输入投票标题",
|
||||
border: "surround",
|
||||
clearable: true,
|
||||
modelValue: voteData.vote_title
|
||||
}),
|
||||
D: common_vendor.f(voteData.case_exchange_vote_option, (item, index, i0) => {
|
||||
O: common_vendor.f(voteData.case_exchange_vote_option, (item, index, i0) => {
|
||||
return {
|
||||
a: "bfce3555-10-" + i0 + ",bfce3555-8",
|
||||
a: "bfce3555-12-" + i0 + ",bfce3555-10",
|
||||
b: common_vendor.o(($event) => item.option_value = $event, index),
|
||||
c: common_vendor.p({
|
||||
placeholder: "输入选项,建议少于16个字",
|
||||
@@ -715,64 +718,64 @@ const _sfc_main = {
|
||||
clearable: true,
|
||||
modelValue: item.option_value
|
||||
}),
|
||||
d: "bfce3555-11-" + i0 + ",bfce3555-8",
|
||||
d: "bfce3555-13-" + i0 + ",bfce3555-10",
|
||||
e: common_vendor.o(($event) => delOption(index), index),
|
||||
f: index
|
||||
};
|
||||
}),
|
||||
E: common_vendor.p({
|
||||
P: common_vendor.p({
|
||||
name: "minus-circle",
|
||||
color: "red",
|
||||
size: "28"
|
||||
}),
|
||||
F: common_vendor.p({
|
||||
Q: common_vendor.p({
|
||||
name: "plus",
|
||||
color: "#4B5563",
|
||||
size: "18"
|
||||
}),
|
||||
G: common_vendor.o(addOption),
|
||||
H: common_vendor.p({
|
||||
R: common_vendor.o(addOption),
|
||||
S: common_vendor.p({
|
||||
name: "minus",
|
||||
color: "#4B5563",
|
||||
size: "30rpx",
|
||||
bold: true
|
||||
}),
|
||||
I: common_vendor.o(($event) => changeDay("minus")),
|
||||
J: common_vendor.t(voteData.valid_day),
|
||||
K: common_vendor.p({
|
||||
T: common_vendor.o(($event) => changeDay("minus")),
|
||||
U: common_vendor.t(voteData.valid_day),
|
||||
V: common_vendor.p({
|
||||
name: "plus",
|
||||
color: "#4B5563",
|
||||
size: "30rpx",
|
||||
bold: true
|
||||
}),
|
||||
L: common_vendor.o(($event) => changeDay("plus")),
|
||||
M: common_vendor.o(saveVote),
|
||||
N: common_vendor.o(clearVote),
|
||||
O: common_vendor.o(closeVote),
|
||||
P: common_vendor.o(openVote),
|
||||
Q: common_vendor.p({
|
||||
W: common_vendor.o(($event) => changeDay("plus")),
|
||||
X: common_vendor.o(saveVote),
|
||||
Y: common_vendor.o(clearVote),
|
||||
Z: common_vendor.o(closeVote),
|
||||
aa: common_vendor.o(openVote),
|
||||
ab: common_vendor.p({
|
||||
round: 10,
|
||||
show: showVote.value,
|
||||
mode: "bottom"
|
||||
}),
|
||||
R: common_vendor.p({
|
||||
ac: common_vendor.p({
|
||||
name: "close",
|
||||
color: "#4B5563",
|
||||
size: "20"
|
||||
}),
|
||||
S: common_vendor.o(closeDraft),
|
||||
T: draftList.value.length == 0
|
||||
ad: common_vendor.o(closeDraft),
|
||||
ae: draftList.value.length == 0
|
||||
}, draftList.value.length == 0 ? {
|
||||
U: common_vendor.p({
|
||||
af: common_vendor.p({
|
||||
marginTop: "120rpx",
|
||||
text: "草稿箱为空",
|
||||
mode: "list",
|
||||
icon: common_vendor.unref(common_assets.draftImg)
|
||||
})
|
||||
} : {}, {
|
||||
V: draftList.value.length > 0
|
||||
ag: draftList.value.length > 0
|
||||
}, draftList.value.length > 0 ? {
|
||||
W: common_vendor.f(draftList.value, (item, index, i0) => {
|
||||
ah: common_vendor.f(draftList.value, (item, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.t(item.exchange_title ? item.exchange_title : "无标题"),
|
||||
b: item.exchange_content
|
||||
@@ -798,100 +801,109 @@ const _sfc_main = {
|
||||
g: item.exchange_label && item.exchange_label.length > 0,
|
||||
j: item.exchange_vote,
|
||||
l: common_vendor.t(fromatDay(item.updated_at)),
|
||||
m: "bfce3555-18-" + i0 + ",bfce3555-15",
|
||||
m: "bfce3555-20-" + i0 + ",bfce3555-17",
|
||||
n: common_vendor.o(($event) => willDelDraft(item.draft_id), item.draft_id),
|
||||
o: "bfce3555-19-" + i0 + ",bfce3555-15",
|
||||
o: "bfce3555-21-" + i0 + ",bfce3555-17",
|
||||
p: common_vendor.o(($event) => editDraft(index), item.draft_id),
|
||||
q: item.draft_id
|
||||
});
|
||||
}),
|
||||
X: common_vendor.p({
|
||||
ai: common_vendor.p({
|
||||
name: "trash",
|
||||
color: "#4B5563",
|
||||
size: "16"
|
||||
}),
|
||||
Y: common_vendor.p({
|
||||
aj: common_vendor.p({
|
||||
name: "edit-pen",
|
||||
color: "#fff",
|
||||
size: "17"
|
||||
})
|
||||
} : {}, {
|
||||
Z: common_vendor.o(closeDraft),
|
||||
aa: common_vendor.o(openDraft),
|
||||
ab: common_vendor.p({
|
||||
ak: common_vendor.o(closeDraft),
|
||||
al: common_vendor.o(openDraft),
|
||||
am: common_vendor.p({
|
||||
round: 10,
|
||||
zIndex: "9",
|
||||
show: showDraft.value,
|
||||
mode: "bottom"
|
||||
}),
|
||||
ac: common_vendor.p({
|
||||
an: common_vendor.p({
|
||||
name: "close",
|
||||
color: "#4B5563",
|
||||
size: "20"
|
||||
}),
|
||||
ad: common_vendor.o(closeTitle),
|
||||
ae: common_vendor.o(insertAllWord),
|
||||
af: common_vendor.p({
|
||||
ao: common_vendor.o(closeTitle),
|
||||
ap: common_vendor.o(insertAllWord),
|
||||
aq: common_vendor.p({
|
||||
name: "plus-circle",
|
||||
color: "#3CC7C0",
|
||||
size: "20"
|
||||
}),
|
||||
ag: common_vendor.o(insertAllWord),
|
||||
ah: common_vendor.o(($event) => insertWord("患者信息")),
|
||||
ai: common_vendor.o(($event) => insertWord("主诉")),
|
||||
aj: common_vendor.o(($event) => insertWord("现病史及既往史")),
|
||||
ak: common_vendor.o(($event) => insertWord("检查")),
|
||||
al: common_vendor.o(($event) => insertWord("临床诊断")),
|
||||
am: common_vendor.o(($event) => insertWord("治疗经过及结果")),
|
||||
an: common_vendor.o(closeTitle),
|
||||
ao: common_vendor.o(openTitle),
|
||||
ap: common_vendor.p({
|
||||
ar: common_vendor.o(insertAllWord),
|
||||
as: common_vendor.o(($event) => insertWord("患者信息")),
|
||||
at: common_vendor.o(($event) => insertWord("主诉")),
|
||||
av: common_vendor.o(($event) => insertWord("现病史及既往史")),
|
||||
aw: common_vendor.o(($event) => insertWord("检查")),
|
||||
ax: common_vendor.o(($event) => insertWord("临床诊断")),
|
||||
ay: common_vendor.o(($event) => insertWord("治疗经过及结果")),
|
||||
az: common_vendor.o(closeTitle),
|
||||
aA: common_vendor.o(openTitle),
|
||||
aB: common_vendor.p({
|
||||
round: 10,
|
||||
zIndex: "9",
|
||||
show: showTitle.value,
|
||||
mode: "bottom"
|
||||
}),
|
||||
aq: delType.value == "delDraft"
|
||||
aC: delType.value == "delDraft"
|
||||
}, delType.value == "delDraft" ? {} : delType.value == "saveDraft" ? {} : {}, {
|
||||
ar: delType.value == "saveDraft",
|
||||
as: common_vendor.o(cancelDel),
|
||||
at: common_vendor.o(confirmDel),
|
||||
av: common_vendor.p({
|
||||
aD: delType.value == "saveDraft",
|
||||
aE: common_vendor.o(cancelDel),
|
||||
aF: common_vendor.o(confirmDel),
|
||||
aG: common_vendor.p({
|
||||
show: showModal.value,
|
||||
["mask-click-able"]: true,
|
||||
zIndex: "99"
|
||||
}),
|
||||
aw: common_vendor.o(cancelCase),
|
||||
ax: common_vendor.o(confirmCase),
|
||||
ay: common_vendor.t(!caseValue1.label_name ? "请选择选项" : caseValue1.label_name),
|
||||
az: common_vendor.p({
|
||||
name: "arrow-right"
|
||||
}),
|
||||
aA: common_vendor.o(($event) => openCaseLevel("1")),
|
||||
aB: caseValue1.label_name && labelObj.list2.length > 0
|
||||
}, caseValue1.label_name && labelObj.list2.length > 0 ? {
|
||||
aC: common_vendor.t(!caseValue2.label_name ? "请选择选项" : caseValue2.label_name),
|
||||
aD: common_vendor.p({
|
||||
name: "arrow-right"
|
||||
}),
|
||||
aE: common_vendor.o(($event) => openCaseLevel("2"))
|
||||
} : {}, {
|
||||
aF: caseValue2.label_name && labelObj.list3.length > 0
|
||||
}, caseValue2.label_name && labelObj.list3.length > 0 ? {
|
||||
aG: common_vendor.t(!caseValue3.label_name ? "请选择选项" : caseValue3.label_name),
|
||||
aH: common_vendor.p({
|
||||
name: "arrow-right"
|
||||
}),
|
||||
aI: common_vendor.o(($event) => openCaseLevel("3"))
|
||||
} : {}, {
|
||||
aJ: freshKey.value,
|
||||
aH: exchange_id.value
|
||||
}, exchange_id.value ? {} : {}, {
|
||||
aI: common_vendor.o(cancelConfirmPublish),
|
||||
aJ: common_vendor.o((...args) => _ctx.confirmConfirmPublish && _ctx.confirmConfirmPublish(...args)),
|
||||
aK: common_vendor.p({
|
||||
show: isConfirmPublish.value,
|
||||
["mask-click-able"]: true,
|
||||
zIndex: "99"
|
||||
}),
|
||||
aL: common_vendor.o(cancelCase),
|
||||
aM: common_vendor.o(confirmCase),
|
||||
aN: common_vendor.t(!caseValue1.label_name ? "请选择选项" : caseValue1.label_name),
|
||||
aO: common_vendor.p({
|
||||
name: "arrow-right"
|
||||
}),
|
||||
aP: common_vendor.o(($event) => openCaseLevel("1")),
|
||||
aQ: caseValue1.label_name && labelObj.list2.length > 0
|
||||
}, caseValue1.label_name && labelObj.list2.length > 0 ? {
|
||||
aR: common_vendor.t(!caseValue2.label_name ? "请选择选项" : caseValue2.label_name),
|
||||
aS: common_vendor.p({
|
||||
name: "arrow-right"
|
||||
}),
|
||||
aT: common_vendor.o(($event) => openCaseLevel("2"))
|
||||
} : {}, {
|
||||
aU: caseValue2.label_name && labelObj.list3.length > 0
|
||||
}, caseValue2.label_name && labelObj.list3.length > 0 ? {
|
||||
aV: common_vendor.t(!caseValue3.label_name ? "请选择选项" : caseValue3.label_name),
|
||||
aW: common_vendor.p({
|
||||
name: "arrow-right"
|
||||
}),
|
||||
aX: common_vendor.o(($event) => openCaseLevel("3"))
|
||||
} : {}, {
|
||||
aY: freshKey.value,
|
||||
aZ: common_vendor.p({
|
||||
current: level.value - 1,
|
||||
direction: "column"
|
||||
}),
|
||||
aL: common_vendor.f(labelObj.list1, (item, k0, i0) => {
|
||||
ba: common_vendor.f(labelObj.list1, (item, k0, i0) => {
|
||||
return {
|
||||
a: "bfce3555-33-" + i0 + ",bfce3555-32",
|
||||
a: "bfce3555-36-" + i0 + ",bfce3555-35",
|
||||
b: common_vendor.p({
|
||||
activeColor: "#3CC7C0 ",
|
||||
label: item.label_name,
|
||||
@@ -900,18 +912,18 @@ const _sfc_main = {
|
||||
c: item.app_iden
|
||||
};
|
||||
}),
|
||||
aM: common_vendor.o(groupChange1),
|
||||
aN: common_vendor.o(($event) => caseValue1.app_iden = $event),
|
||||
aO: common_vendor.p({
|
||||
bb: common_vendor.o(groupChange1),
|
||||
bc: common_vendor.o(($event) => caseValue1.app_iden = $event),
|
||||
bd: common_vendor.p({
|
||||
name: "group1",
|
||||
iconPlacement: "right",
|
||||
placement: "column",
|
||||
modelValue: caseValue1.app_iden
|
||||
}),
|
||||
aP: level.value == 1,
|
||||
aQ: common_vendor.f(labelObj.list2, (item, k0, i0) => {
|
||||
be: level.value == 1,
|
||||
bf: common_vendor.f(labelObj.list2, (item, k0, i0) => {
|
||||
return {
|
||||
a: "bfce3555-35-" + i0 + ",bfce3555-34",
|
||||
a: "bfce3555-38-" + i0 + ",bfce3555-37",
|
||||
b: common_vendor.p({
|
||||
activeColor: "#3CC7C0 ",
|
||||
label: item.label_name,
|
||||
@@ -920,18 +932,18 @@ const _sfc_main = {
|
||||
c: item.app_iden
|
||||
};
|
||||
}),
|
||||
aR: common_vendor.o(groupChange2),
|
||||
aS: common_vendor.o(($event) => caseValue2.app_iden = $event),
|
||||
aT: common_vendor.p({
|
||||
bg: common_vendor.o(groupChange2),
|
||||
bh: common_vendor.o(($event) => caseValue2.app_iden = $event),
|
||||
bi: common_vendor.p({
|
||||
name: "group2",
|
||||
iconPlacement: "right",
|
||||
placement: "column",
|
||||
modelValue: caseValue2.app_iden
|
||||
}),
|
||||
aU: level.value == 2,
|
||||
aV: common_vendor.f(labelObj.list3, (item, k0, i0) => {
|
||||
bj: level.value == 2,
|
||||
bk: common_vendor.f(labelObj.list3, (item, k0, i0) => {
|
||||
return {
|
||||
a: "bfce3555-37-" + i0 + ",bfce3555-36",
|
||||
a: "bfce3555-40-" + i0 + ",bfce3555-39",
|
||||
b: common_vendor.p({
|
||||
activeColor: "#3CC7C0 ",
|
||||
label: item.label_name,
|
||||
@@ -940,17 +952,17 @@ const _sfc_main = {
|
||||
c: item.app_iden
|
||||
};
|
||||
}),
|
||||
aW: common_vendor.o(groupChange3),
|
||||
aX: common_vendor.o(($event) => caseValue3.app_iden = $event),
|
||||
aY: common_vendor.p({
|
||||
bl: common_vendor.o(groupChange3),
|
||||
bm: common_vendor.o(($event) => caseValue3.app_iden = $event),
|
||||
bn: common_vendor.p({
|
||||
name: "group3",
|
||||
iconPlacement: "right",
|
||||
placement: "column",
|
||||
modelValue: caseValue3.app_iden
|
||||
}),
|
||||
aZ: level.value == 3,
|
||||
ba: common_vendor.o(closeCase),
|
||||
bb: common_vendor.p({
|
||||
bo: level.value == 3,
|
||||
bp: common_vendor.o(closeCase),
|
||||
bq: common_vendor.p({
|
||||
round: 10,
|
||||
zIndex: "9",
|
||||
closeOnClickOverlay: false,
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"navigationBarTitleText": "肝胆相照临床病例库",
|
||||
"navigationStyle": "custom",
|
||||
"usingComponents": {
|
||||
"up-toast": "../../node-modules/uview-plus/components/u-toast/u-toast",
|
||||
"u-icon": "../../node-modules/uview-plus/components/u-icon/u-icon",
|
||||
"up--textarea": "../../node-modules/uview-plus/components/u--textarea/u--textarea",
|
||||
"up-icon": "../../node-modules/uview-plus/components/u-icon/u-icon",
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+43
-2
@@ -271,7 +271,24 @@
|
||||
#editor.data-v-bfce3555 {
|
||||
position: relative;
|
||||
padding: 0 10rpx;
|
||||
height: calc(100vh - 700rpx);
|
||||
min-height: 600rpx;
|
||||
}
|
||||
#editor .editorcon.data-v-bfce3555 {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
z-index: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
#editor .editorcon.active.data-v-bfce3555 {
|
||||
opacity: 0;
|
||||
}
|
||||
#editor .infoContent.data-v-bfce3555 {
|
||||
margin: 0 32rpx;
|
||||
word-break: break-all;
|
||||
/* position: relative;
|
||||
z-index:2; */
|
||||
}
|
||||
#editor .mask.data-v-bfce3555 {
|
||||
opacity: 0;
|
||||
@@ -283,7 +300,22 @@
|
||||
}
|
||||
#editorRes.data-v-bfce3555 {
|
||||
position: relative;
|
||||
height: 600rpx;
|
||||
min-height: 600rpx;
|
||||
}
|
||||
#editorRes .editorcon.data-v-bfce3555 {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
z-index: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
#editorRes .editorcon.active.data-v-bfce3555 {
|
||||
opacity: 0;
|
||||
}
|
||||
#editorRes .resultContent.data-v-bfce3555 {
|
||||
margin: 0 32rpx;
|
||||
word-break: break-all;
|
||||
}
|
||||
#editorRes .mask.data-v-bfce3555 {
|
||||
opacity: 0;
|
||||
@@ -296,6 +328,7 @@
|
||||
#editorRes.data-v-bfce3555 .sv-editor-wrapper {
|
||||
flex: 1;
|
||||
min-height: 300rpx;
|
||||
position: absolute !important;
|
||||
}
|
||||
.myVideo.data-v-bfce3555 {
|
||||
width: 100%;
|
||||
@@ -615,6 +648,10 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.bottom .left .vote.active.data-v-bfce3555 {
|
||||
color: #3CC7C0;
|
||||
border: 2rpx solid #3CC7C0;
|
||||
}
|
||||
.form.data-v-bfce3555 {
|
||||
height: calc(100vh - 133rpx);
|
||||
margin: -20rpx 0rpx 0rpx;
|
||||
@@ -696,6 +733,7 @@
|
||||
}
|
||||
.data-v-bfce3555 .ql-container {
|
||||
padding-bottom: 25rpx;
|
||||
word-break: break-all;
|
||||
height: calc(100vh - 700rpx);
|
||||
}
|
||||
.data-v-bfce3555 .ql-container img {
|
||||
@@ -712,4 +750,7 @@
|
||||
}
|
||||
.con.data-v-bfce3555 .imgstyle {
|
||||
max-width: 100%;
|
||||
}
|
||||
.data-v-bfce3555 .imgstyle {
|
||||
max-width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user