소스 검색

修改添加页面返回图标

zhangxc 6 년 전
부모
커밋
5fba5dab32

+ 24 - 14
src/components/icss/AddChemicalAndCommonMapping.vue

@@ -1,9 +1,14 @@
 <template>
     <div class="AddChemicalAndCommonMappingWrapper clearfix">
-        <div class="groupTitle"><i
+        <!-- <div class="groupTitle"><i
                 class="el-icon-back"
                 @click="back"
-        ></i> 化验大小项与公表项对应维护--添加关联</div>
+        ></i> 化验大小项与公表项对应维护--添加关联</div> -->
+        <crumbs
+          title="化验大小项与公表项对应维护--添加关联"
+          class="topBack"
+          linkTo="/admin/LT-YXSJWH-HYDXXYGBXDY"
+        ></crumbs>
         <div class="AddChemicalAndCommonMappingBox clearfix">
             <div class="titleBox clearfix">
                 <h3 class="title">关联公表项</h3>
@@ -263,18 +268,21 @@ export default {
 <style lang="less">
 .AddChemicalAndCommonMappingWrapper {
     min-width: 980px;
-    background: #fff;
-    .groupTitle {
-        width: calc(100% - 50px);
-        height: 40px;
-        background: #fff;
-        padding: 0 20px 0 30px;
-        margin-bottom: 20px;
-        line-height: 40px;
-        position: relative;
-        z-index: 5;
-            
+    
+    .topBack {
+        top: 0;
     }
+    // .groupTitle {
+    //     width: calc(100% - 50px);
+    //     height: 40px;
+    //     background: #fff;
+    //     padding: 0 20px 0 30px;
+    //     margin-bottom: 20px;
+    //     line-height: 40px;
+    //     position: relative;
+    //     z-index: 5;
+            
+    // }
     .titleBox {
         border-bottom: 1px solid #000;
         padding:  0 0 10px 0px;
@@ -284,7 +292,9 @@ export default {
         float: left;
     }
     .AddChemicalAndCommonMappingBox {
-        padding: 0 30px 20px 30px;
+        padding: 20px 30px 20px 30px;
+        margin: 70px 20px 0 20px;
+        background: #fff;
     }
     .leftBox , .midBox, .rightBox{
         width: 40%;

+ 13 - 4
src/components/icss/AddCommonSymptom.vue

@@ -1,10 +1,15 @@
 <!-- 添加常见科室症状  -->
 <template>
     <div class="addCommonSymptomWrapper">
-        <div class="groupTitle"><i
+        <!-- <div class="groupTitle"><i
             class="el-icon-back"
             @click="back"
-        ></i> 常见症状维护系统--{{titleText}}</div>
+        ></i> 常见症状维护系统--{{titleText}}</div> -->
+         <crumbs
+          :title="'常见症状维护系统-' + titleText"
+          class="topBack"
+          linkTo="/admin/LT-YXSJWH-CJXXWH"
+        ></crumbs>
         <el-form :model="form" ref="ruleForm" :rules="rules" class="addDepartForm">
             <!-- 一期 -->
             <el-form-item label="选择科室" prop="department">
@@ -356,6 +361,9 @@
 <style lang="less">
     @import '../../less/common.less';
     .addCommonSymptomWrapper {
+        .topBack {
+            top: 0;
+        }
         .groupTitle {
             background-color: #fff;
             height: 40px;
@@ -365,12 +373,13 @@
         .addDepartForm {
             background-color: #fff;
             padding: 20px;
-            margin: 20px 20px 0px 20px;
+            margin: 70px 20px 0px 20px;
+            border-bottom: 1px solid #c0c4cc;
         }
         .symptomList {
             background-color: #fff;
              padding: 20px;
-             margin: 20px 20px 0px 20px;
+             margin: 0px 20px 0px 20px;
              height: 500px;
         }
         .bottomPartLeft {

+ 14 - 5
src/components/icss/AddDisAndScaleRelation.vue

@@ -1,10 +1,15 @@
 <!-- 添加常见科室症状  -->
 <template>
     <div class="addDisAndScaleRelationWrapper">
-        <div class="groupTitle"><i
+        <!-- <div class="groupTitle"><i
             class="el-icon-back"
             @click="back"
-        ></i> 量表管理维护--{{titleText}}</div>
+        ></i> 量表管理维护--{{titleText}}</div> -->
+        <crumbs
+          :title="'量表管理维护-'+titleText"
+          class="topBack"
+          linkTo="/admin/LT-YXSJWH-LBGLWH"
+        ></crumbs>
         <el-form :model="form" ref="ruleForm"  class="addDepartForm">
             <el-form-item label="选择诊断标签:" prop="department">
                 <input class="searchInput"  @focus="focuInput" type="text" v-model = "searchDiagVal"> 
@@ -254,7 +259,7 @@
                 return
             }
             if(this.rightTagsList.length === 0) {
-                this.warning('请选择常见量表')
+                this.warning('请选择量表')
                 return
             }
             this.showDelDialog()
@@ -306,6 +311,9 @@
 <style lang="less">
     @import '../../less/common.less';
     .addDisAndScaleRelationWrapper {
+        .topBack {
+            top: 0;
+        }
         .groupTitle {
             background-color: #fff;
             height: 40px;
@@ -347,12 +355,13 @@
         .addDepartForm {
             background-color: #fff;
             padding: 20px;
-            margin: 20px 20px 0px 20px;
+            margin: 70px 20px 0px 20px;
+            border-bottom: 1px solid #c0c4cc;
         }
         .symptomList {
             background-color: #fff;
              padding: 20px;
-             margin: 20px 20px 0px 20px;
+             margin: 0px 20px 0px 20px;
              height: 500px;
         }
         .bottomPartLeft {

+ 5 - 4
src/components/icss/AddPhysicalExamTemp.vue

@@ -307,9 +307,9 @@
 <style lang="less">
     @import '../../less/common.less';
     .AddPhysicalExamTempWrapper {
-      .topBack {
+        .topBack {
         top:0;
-      }
+        }
         .groupTitle {
             background-color: #fff;
             height: 40px;
@@ -319,12 +319,13 @@
         .addDepartForm {
             background-color: #fff;
             padding: 20px;
-            margin: 60px 20px 0px 20px;
+            margin: 70px 20px 0px 20px;
+            border-bottom: 1px solid #c0c4cc;
         }
         .symptomList {
             background-color: #fff;
              padding: 20px;
-             margin: 20px 20px 0px 20px;
+             margin: 0px 20px 0px 20px;
              height: 500px;
         }
         .bottomPartLeft {

+ 1 - 1
src/components/icss/ChronicAndIndexRelation.vue

@@ -111,7 +111,7 @@ export default {
             this.getDataList();
         },
         addRelation() {
-            this.$router.push({name:'AddChemicalAndCommonMapping'})
+            // this.$router.push({name:'AddChemicalAndCommonMapping'})
         },
         modifyRelation(row) {
             console.log(row,'row')

+ 1 - 1
src/components/icss/DisAndScaleRelation.vue

@@ -1,6 +1,6 @@
 <template>
     <div>
-        <crumbs title="慢病指标值关联维护" style="min-width: 980px">
+        <crumbs title="量表关联维护" style="min-width: 980px">
             <el-form :inline="true" class="demo-form-inline">
                 <el-form-item label="量表名称:">
                     <el-input size="mini" v-model="filter.scaleName" placeholder="量表名称" clearable></el-input>

+ 1 - 1
src/routes.js

@@ -186,7 +186,7 @@ export default [
       {path:'LT-YXSJWH-TJDLBQ',component:AddIndeptLabel,name:'AddIndeptLabel'},     //独立标签维护--添加
       {path:'LT-YXSJWH-TSXXWH',component:PromptInfo,name:'PromptInfo'},         //提示信息维护
 	    {path:'LT-YXSJWH-BMWH',component:SimilarName,name:'SimilarName'},     //别名维护
-      {path:'LT-YXSJWH-CJZZWH',component:CommonSymptom,name:'CommonSymptom'},  //常见症状维护
+      {path:'LT-YXSJWH-CJXXWH',component:CommonSymptom,name:'CommonSymptom'},  //常见症状维护
       {path:'LT-YXSJWH-TJCJZZ',component:AddCommonSymptom,name:'AddCommonSymptom'},  //常见症状维护--添加
       {path:'LT-YXSJWH-TJBM',component:AddSimilarName,name:'AddSimilarName'},     //别名维护-添加/修改
       {path:'LT-YXSJWH-MZSMWH',component:DisclaimerInformation,name:'DisclaimerInformation'},     //免责声明