耗材字典界面修改

prod
anthonywj 2 years ago
parent eea09d08ff
commit da3e2ed648

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

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

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

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

Loading…
Cancel
Save