Kaynağa Gözat

fixbug: 7750

reaper 4 yıl önce
ebeveyn
işleme
44581b750e

+ 1 - 1
src/components/common/Crumbs.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="container clearfix" :style="{'minWidth':minWidth?minWidth:'980px',position:fix?fix:'absolute'}">
+  <div class="container clearfix" :style="{'minWidth':minWidth?minWidth:'950px',position:fix?fix:'absolute'}">
     <img
       v-if="linkTo"
       class="return-btn fl"

+ 4 - 4
src/components/knowledgeExtra/AddNewRuleTable.vue

@@ -165,7 +165,7 @@
         </template>
       </el-table-column>
       <el-table-column width="170px" prop="subDescription">
-        <template slot="header" slot-scope="scope">
+        <template slot="header">
           <div class="custom_table_header">基础规则名称</div>
         </template>
         <template slot-scope="scope">
@@ -185,7 +185,7 @@
         </template>
       </el-table-column>
       <el-table-column width="170px" prop="subType">
-        <template slot="header" slot-scope="scope">
+        <template slot="header">
           <div class="custom_table_header">基础规则类型</div>
         </template>
         <template slot-scope="scope">
@@ -212,7 +212,7 @@
         </template>
       </el-table-column>
       <el-table-column width="170px" prop="subLenCode">
-        <template slot="header" slot-scope="scope">
+        <template slot="header">
           <div class="custom_table_header">基础规则术语类型</div>
         </template>
         <template slot-scope="scope">
@@ -239,7 +239,7 @@
         </template>
       </el-table-column>
       <el-table-column width="170px" label="医学标准术语" prop="subConceptId">
-        <template slot="header" slot-scope="scope">
+        <template slot="header">
           <div class="custom_table_header">医学标准术语</div>
         </template>
         <template slot-scope="scope">

+ 1 - 1
src/components/knowledgeExtra/RuleManager.vue

@@ -171,7 +171,7 @@
                 pageSizeArr:config.pageSizeArr,
                 pageLayout:config.pageLayout,
                 total: 0,
-                titleWidth:'1070px' //头部最小宽度
+                titleWidth:'970px' //头部最小宽度
             }
         },
         created() {