Merge branch 'zxrapp' into 'master'

6.26张祥瑞

See merge request cxcxt/jeecguniapp!19
This commit is contained in:
张 祥瑞 2025-06-26 10:13:57 +08:00
commit 22ff10e012
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ VITE_SHOW_SOURCEMAP = true
# 是否启用读取配置文件 min
#VITE_WEBAPP = 'D://opt//AppUpdateTest'
VITE_WEBAPP = ''
VITE_SERVER_BASEURL = 'http://10.75.15.249:8080/jeecg-boot'
VITE_SERVER_BASEURL = 'http://10.75.15.246:8080/jeecg-boot'
#VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot'
#VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot'

View File

@ -11,7 +11,7 @@
<PageLayout navTitle="健康随访详情">
<wd-cell-group v-for="(item, i) in info" :key="i" border>
<wd-cell title="填报内容:" :value="item.tbnr" />
<wd-cell title="是否:" :value="item.sf" />
<wd-cell title="是否:" :value="item.sf" />
</wd-cell-group>
</PageLayout>
</template>

View File

@ -12,7 +12,7 @@
</wd-card>
<view v-for="(item, i) in list" :key="i" @click="jump(`./HealthDetails?id=${item.id}`)">
<wd-card
:title="item.xm+'的'+item.createTime.substring(0,4)+'年'+item.createTime.substring(5,7)+'月'+'的健康随访填报表'">
:title="item.xm+'的'+item.createTime.substring(0,4)+'年'+item.ksny.substring(5,7)+'月'+'的健康随访填报表'">
<view class="card-content">
<view class="meta-info">
<wd-icon name="usergroup" size="14px" color="#999"></wd-icon>
@ -61,7 +61,7 @@
const getList = () => {
const date = new Date(dataValue.value);
const year = date.getFullYear();
const month = date.getMonth() + 2;
const month = date.getMonth() + 1;
let monthdate = '';
if(month<10){
monthdate = '0'+month;