This commit is contained in:
zoujiandong 2025-07-25 13:15:43 +08:00
parent 53d8455890
commit 4544b678d0
10 changed files with 12 additions and 12 deletions

View File

@ -249,7 +249,7 @@ const queryList = (pageNo, pageSize) => {
background: #fff;
z-index:1;
margin-left:-30rpx;
margin-left:0rpx;
}
:deep(.u-dropdown__menu__item){
@ -259,7 +259,7 @@ const queryList = (pageNo, pageSize) => {
background: #F3F4F6;
border-radius: 15rpx;
flex:none;
margin-left: 60rpx;
margin-left: 30rpx;
}
.deal {

View File

@ -114,7 +114,7 @@ const keyWord = ref("");
const isArticle=ref(true)
const type=ref('doctor')
const navName=ref('医生临床病例库');
const orderFilter=ref(1);
const orderFilter=ref('1')
const dropTitle=ref('更新时间')
const option= ref([
{

View File

@ -115,7 +115,7 @@ const isArticle=ref(true)
const type=ref('doctor')
const dropTitle=ref('更新时间');
const navName=ref('疾病临床病例库');
const orderFilter=ref(1);
const orderFilter=ref('1')
const options= ref([
{
label: "更新时间",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -7319,7 +7319,7 @@ function isConsoleWritable() {
function initRuntimeSocketService() {
const hosts = "192.168.100.165,127.0.0.1";
const port = "8090";
const id = "mp-weixin_mYQj0H";
const id = "mp-weixin_X0DwRF";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();

View File

@ -71,7 +71,7 @@
.u-page.data-v-1cf734f5 .u-dropdown__menu {
background: #fff;
z-index: 1;
margin-left: -30rpx;
margin-left: 0rpx;
}
.u-page.data-v-1cf734f5 .u-dropdown__menu__item {
height: 74rpx;
@ -79,7 +79,7 @@
background: #F3F4F6;
border-radius: 15rpx;
flex: none;
margin-left: 60rpx;
margin-left: 30rpx;
}
.u-page .deal.data-v-1cf734f5 {
margin-top: 20rpx;

View File

@ -34,7 +34,7 @@ const _sfc_main = {
common_vendor.ref(true);
const type = common_vendor.ref("doctor");
const navName = common_vendor.ref("医生临床病例库");
const orderFilter = common_vendor.ref(1);
const orderFilter = common_vendor.ref("1");
const dropTitle = common_vendor.ref("更新时间");
const option = common_vendor.ref([
{

View File

@ -35,7 +35,7 @@ const _sfc_main = {
const type = common_vendor.ref("doctor");
const dropTitle = common_vendor.ref("更新时间");
const navName = common_vendor.ref("疾病临床病例库");
const orderFilter = common_vendor.ref(1);
const orderFilter = common_vendor.ref("1");
const options = common_vendor.ref([
{
label: "更新时间",