浏览代码

bug修改

柳香萍 6 年前
父节点
当前提交
dfa09a7566

+ 1 - 1
src/xt_pages/data/components/table.vue 查看文件

1
 <template>
1
 <template>
2
   <div class="" style="margin-right:20px;">  
2
   <div class="" style="margin-right:20px;">  
3
     <el-table :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)'}" :key='tableKey' :data="list" v-loading="listLoading" border fit highlight-current-row @current-change="handleRowChange"
3
     <el-table :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)'}" :key='tableKey' :data="list" v-loading="listLoading" border fit highlight-current-row @current-change="handleRowChange"
4
-      style="width: 100%;min-height:500px;">
4
+      >
5
       <el-table-column  align="center" label="名称">
5
       <el-table-column  align="center" label="名称">
6
         <template slot-scope="scope">
6
         <template slot-scope="scope">
7
           <span >{{scope.row.name}}</span>
7
           <span >{{scope.row.name}}</span>

+ 1 - 1
src/xt_pages/data/druguse.vue 查看文件

398
               </el-form-item>
398
               </el-form-item>
399
             </el-form>
399
             </el-form>
400
             <div slot="footer" class="dialog-footer">
400
             <div slot="footer" class="dialog-footer">
401
-              <el-button @click="efFormVisible = false">取消</el-button>
401
+              <el-button @click="efFormVisible = false">取 消</el-button>
402
               <el-button type="primary" @click="submitEF('efForm')">保 存</el-button>
402
               <el-button type="primary" @click="submitEF('efForm')">保 存</el-button>
403
             </div>
403
             </div>
404
           </el-dialog>
404
           </el-dialog>

+ 0 - 2
src/xt_pages/dialysis/bloodPresssWatch.vue 查看文件

2
 <div class="main-contain">
2
 <div class="main-contain">
3
   <div class="position">
3
   <div class="position">
4
     <bread-crumb :crumbs='crumbs'></bread-crumb>
4
     <bread-crumb :crumbs='crumbs'></bread-crumb>
5
-
6
   </div>
5
   </div>
7
   <div class="app-container">
6
   <div class="app-container">
8
     <div class="cell clearfix">
7
     <div class="cell clearfix">
36
       </div>
35
       </div>
37
     </div>
36
     </div>
38
 
37
 
39
-
40
     <el-table
38
     <el-table
41
       :data="SchedualPatientsTableData"
39
       :data="SchedualPatientsTableData"
42
       style="width: 100%"
40
       style="width: 100%"