耗材字典界面修改

prod
anthonywj 2 years ago
parent eea09d08ff
commit da3e2ed648

@ -9,7 +9,7 @@
<template v-if="device!=='mobile'">
<div class="inv-hos-title">
<span style="font-weight: bold;color: #303133;">医院</span>
<span style="font-weight: bold;color: #303133;">潭协和医院</span>
<span
style="margin-right: 18px;margin-left:8px;color: #2d8cf0;font-size: 14px;">({{ inv }})</span>
</div>

@ -2,18 +2,20 @@
<div>
<el-card>
<el-row>
<el-col :span="2" v-show="showSearch">
<div style="height: 100%">
<el-tree :data="treeList"
class="tree"
@node-click="handleNodeClick"
:expand-on-click-node="false">
<el-col :span="3" v-show="showSearch">
<div style="height: 100%;margin-left: 0px">
<el-tree :data="treeList"
class="tree"
@node-click="handleNodeClick"
:expand-on-click-node="false">
<span class="custom-tree-node" slot-scope="{ node, data }">
<span style="font-size: 15px;font-weight: 500;">{{ node.label }}</span></span>
</el-tree>
<span style="font-size: 12px;font-weight: 500;">{{ node.label }}</span></span>
</el-tree>
</div>
<el-divider direction="vertical"></el-divider>
</el-col>
<el-col :span="22">
<el-col :span="21">
<el-form :model="filterQuery" size="mini" label-width="100px" v-show="showSearch">
<el-row>
<el-col :span="18">

@ -481,12 +481,12 @@ input, textarea{
.custom-tree-node{
width: 100%;
font-size: 14px;
font-size: 13px;
.node-operation{
float: right;
}
i[class*="el-icon"] + i[class*="el-icon"]{
margin-left: 6px;
margin-left: 1px;
}
.el-icon-plus{
color: #409EFF;

@ -35,7 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://192.168.0.166:9991`,
target: `http://127.0.0.1:9991`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''

Loading…
Cancel
Save