111
This commit is contained in:
+11
-4
@@ -62,7 +62,14 @@ const _sfc_main = {
|
||||
order.article_num = "desc";
|
||||
}
|
||||
});
|
||||
const change = (e) => {
|
||||
const changeDate = (e) => {
|
||||
common_vendor.index.__f__("log", "at pages/sickList/sickList.vue:136", e);
|
||||
order.read_num = "";
|
||||
paging.value.reload();
|
||||
};
|
||||
const changeRead = (e) => {
|
||||
common_vendor.index.__f__("log", "at pages/sickList/sickList.vue:141", e);
|
||||
order.push_date = "";
|
||||
paging.value.reload();
|
||||
};
|
||||
const formatdate = (date) => {
|
||||
@@ -105,7 +112,7 @@ const _sfc_main = {
|
||||
});
|
||||
};
|
||||
const changeWord = (value) => {
|
||||
common_vendor.index.__f__("log", "at pages/sickList/sickList.vue:184", value);
|
||||
common_vendor.index.__f__("log", "at pages/sickList/sickList.vue:191", value);
|
||||
if (value) {
|
||||
navName.value = value + "临床病例库";
|
||||
keyWord.value = value;
|
||||
@@ -123,14 +130,14 @@ const _sfc_main = {
|
||||
navName: navName.value,
|
||||
type: "case"
|
||||
}),
|
||||
c: common_vendor.o(change),
|
||||
c: common_vendor.o(changeDate),
|
||||
d: common_vendor.o(($event) => order.push_date = $event),
|
||||
e: common_vendor.p({
|
||||
title: "发布时间",
|
||||
options: options.value,
|
||||
modelValue: order.push_date
|
||||
}),
|
||||
f: common_vendor.o(change),
|
||||
f: common_vendor.o(changeRead),
|
||||
g: common_vendor.o(($event) => order.article_num = $event),
|
||||
h: common_vendor.p({
|
||||
title: "文章数量",
|
||||
|
||||
@@ -184,7 +184,7 @@
|
||||
.u-page.data-v-55f9e2cf .u-dropdown__menu {
|
||||
background: #fff;
|
||||
z-index: 1;
|
||||
margin-left: 30rpx;
|
||||
margin-left: 0rpx;
|
||||
}
|
||||
.u-page.data-v-55f9e2cf .u-dropdown__menu__item {
|
||||
height: 74rpx;
|
||||
|
||||
+13
-6
@@ -80,15 +80,22 @@ const _sfc_main = {
|
||||
getStaticDoctor(hospital_id.value);
|
||||
}
|
||||
});
|
||||
const change = (e) => {
|
||||
const changeDate = (e) => {
|
||||
common_vendor.index.__f__("log", "at pages/videoList/videoList.vue:156", e);
|
||||
order.read_num = "";
|
||||
paging.value.reload();
|
||||
};
|
||||
const changeRead = (e) => {
|
||||
common_vendor.index.__f__("log", "at pages/videoList/videoList.vue:161", e);
|
||||
order.push_date = "";
|
||||
paging.value.reload();
|
||||
};
|
||||
const formatdate = (date) => {
|
||||
return common_vendor.dayjs(date).format("YYYY-MM-DD");
|
||||
};
|
||||
const goDetail = (id) => {
|
||||
common_vendor.index.__f__("log", "at pages/videoList/videoList.vue:162", 11111);
|
||||
common_vendor.index.__f__("log", "at pages/videoList/videoList.vue:163", id);
|
||||
common_vendor.index.__f__("log", "at pages/videoList/videoList.vue:169", 11111);
|
||||
common_vendor.index.__f__("log", "at pages/videoList/videoList.vue:170", id);
|
||||
let type = isArticle.value ? "article" : "video";
|
||||
utils_navTo.navTo({
|
||||
url: `/pages/detail/detail?id=${id}&type=${type}`
|
||||
@@ -161,7 +168,7 @@ const _sfc_main = {
|
||||
});
|
||||
};
|
||||
const queryList = (pageNo, pageSize) => {
|
||||
common_vendor.index.__f__("log", "at pages/videoList/videoList.vue:238", 666666);
|
||||
common_vendor.index.__f__("log", "at pages/videoList/videoList.vue:245", 666666);
|
||||
const params = {
|
||||
page: pageNo,
|
||||
page_size: pageSize
|
||||
@@ -188,14 +195,14 @@ const _sfc_main = {
|
||||
} : {
|
||||
h: common_vendor.t(numInfo.video_read_num)
|
||||
}, {
|
||||
i: common_vendor.o(change),
|
||||
i: common_vendor.o(changeDate),
|
||||
j: common_vendor.o(($event) => order.push_date = $event),
|
||||
k: common_vendor.p({
|
||||
title: "发布时间",
|
||||
options: options.value,
|
||||
modelValue: order.push_date
|
||||
}),
|
||||
l: common_vendor.o(change),
|
||||
l: common_vendor.o(changeRead),
|
||||
m: common_vendor.o(($event) => order.read_num = $event),
|
||||
n: common_vendor.p({
|
||||
title: "阅读量",
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
.u-page.data-v-acc011bc .u-dropdown__menu {
|
||||
background: #fff;
|
||||
z-index: 1;
|
||||
margin-left: 30rpx;
|
||||
margin-left: 0rpx;
|
||||
}
|
||||
.u-page.data-v-acc011bc .u-dropdown__menu__item {
|
||||
height: 74rpx;
|
||||
|
||||
Reference in New Issue
Block a user