修改护理流程展示功能
This commit is contained in:
parent
cc568ab44d
commit
ff60cd73e5
|
|
@ -29,7 +29,7 @@
|
||||||
</a-form>
|
</a-form>
|
||||||
</div>
|
</div>
|
||||||
<a-row>
|
<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-row style="padding: 5px;background-color: white;border-radius: 8px;height: 220px;">
|
||||||
<a-col :span="4">
|
<a-col :span="4">
|
||||||
<div class="bjclass">
|
<div class="bjclass">
|
||||||
|
|
@ -75,12 +75,14 @@
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
<a-col :span="24">
|
||||||
<div style="float:right;bottom: 20px;z-index: 999;padding: 8px 16px;border-radius: 4px;display: flex;align-items: center;">
|
<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>
|
<span style="margin-right: 10px;">共 {{ total }} 条数据</span>
|
||||||
<Pagination showLessItems v-model:current="current" :pageSize="pageSize" size="small"
|
<Pagination showLessItems v-model:current="current" :pageSize="pageSize" size="small"
|
||||||
show-quick-jumper :total="total" @change="onPageChange" />
|
show-quick-jumper :total="total" @change="onPageChange" />
|
||||||
</div>
|
</div>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div v-show="showIndex == '1'">
|
<div v-show="showIndex == '1'">
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="hllcClass" @contextmenu.prevent>
|
<div class="hllcClass" @contextmenu.prevent>
|
||||||
<a-row>
|
<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="handleFanhui">返回</a-button>
|
||||||
<!-- <a-button type="primary" @click="getData(customerInfo)">加载</a-button> -->
|
<!-- <a-button type="primary" @click="getData(customerInfo)">加载</a-button> -->
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
@ -342,7 +345,7 @@ function handleSaveBach(){
|
||||||
.hllcClass {
|
.hllcClass {
|
||||||
background: white;
|
background: white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100vh - 200px);
|
height: calc(100vh - 90px);
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue