chenyc
2024-12-25 21ef2641f0292f01cb0bb362c24b30b5014dae8e
src/views/home/index.vue
@@ -46,7 +46,6 @@
                                <span style="margin-left: 5px">生化数据</span>
                            </span>
                        </template>
                        <lisUi ref="lisUiRef"></lisUi>
                    </el-tab-pane>
                    <el-tab-pane label="用药记录" name="用药记录">
                        <template #label>
@@ -227,7 +226,9 @@
        age: 0,
        patientName: '',
        patientGenderText: '',
        patientAvatarIcon: ''
        patientAvatarIcon: '',
        clientCode:''
    })
    QueryList(ps).then(res => {
        console.log('----------------患者--------')
@@ -290,8 +291,8 @@
        }
        .el-table__body tr.current-row>td.el-table__cell {
            background: #E4F6DE;
            color: #5FCD00;
            background: rgb(197.7, 225.9, 255);
            color: #409EFF;
            /* height: 25px; */
            /* border: tomato solid 1px; */
        }