修改护理流程展示功能

This commit is contained in:
yangjun 2025-09-17 08:39:56 +08:00
parent cc568ab44d
commit ff60cd73e5
2 changed files with 13 additions and 8 deletions

View File

@ -29,7 +29,7 @@
</a-form>
</div>
<a-row>
<a-col :span="6" v-for="(item,index) in dataList" :key="index" style="padding: 5px 10px 0 0;height: 240px;">
<a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="8" :xxl="6" v-for="(item,index) in dataList" :key="index" style="padding: 5px 10px 0 0;height: 240px;">
<a-row style="padding: 5px;background-color: white;border-radius: 8px;height: 220px;">
<a-col :span="4">
<div class="bjclass">
@ -75,12 +75,14 @@
</a-col>
</a-row>
</a-col>
<a-col :span="24">
<div style="float:right;bottom: 20px;z-index: 999;padding: 8px 16px;border-radius: 4px;display: flex;align-items: center;">
<span style="margin-right: 10px;"> {{ total }} 条数据</span>
<Pagination showLessItems v-model:current="current" :pageSize="pageSize" size="small"
show-quick-jumper :total="total" @change="onPageChange" />
</div>
</a-col>
</a-row>
<div style="float:right;bottom: 20px;z-index: 999;padding: 8px 16px;border-radius: 4px;display: flex;align-items: center;">
<span style="margin-right: 10px;"> {{ total }} 条数据</span>
<Pagination showLessItems v-model:current="current" :pageSize="pageSize" size="small"
show-quick-jumper :total="total" @change="onPageChange" />
</div>
</div>
<div v-show="showIndex == '1'">

View File

@ -1,7 +1,10 @@
<template>
<div class="hllcClass" @contextmenu.prevent>
<a-row>
<a-col :span="24" style="text-align: right;">
<a-col :span="12" style="padding-top: 14px;">
{{customerInfo.customerName}} - 护理流程展示
</a-col>
<a-col :span="12" style="text-align: right;">
<a-button type="primary" @click="handleFanhui">返回</a-button>
<!-- <a-button type="primary" @click="getData(customerInfo)">加载</a-button> -->
</a-col>
@ -342,7 +345,7 @@ function handleSaveBach(){
.hllcClass {
background: white;
width: 100%;
height: calc(100vh - 200px);
height: calc(100vh - 90px);
padding: 14px;
border-radius: 8px;
position: relative;