Browse Source

修改样式1

See999 5 years ago
parent
commit
934231a222
1 changed files with 18 additions and 15 deletions
  1. 18 15
      src/pages/advice/DialysisAdviceTable.vue

+ 18 - 15
src/pages/advice/DialysisAdviceTable.vue View File

71
 
71
 
72
     <div style="width:100%;overflow:hildden;overflow-x:auto;" class="DialysisAdvice">
72
     <div style="width:100%;overflow:hildden;overflow-x:auto;" class="DialysisAdvice">
73
       <div class="blueBorder"></div>
73
       <div class="blueBorder"></div>
74
-      <!-- <table class="table">
74
+      <!--
75
+      <table class="table">
75
       <tr>
76
       <tr>
76
         <th width="50px">姓名</th>
77
         <th width="50px">姓名</th>
77
         <th width="50px">透析号</th>
78
         <th width="50px">透析号</th>
155
           </template>
156
           </template>
156
         </template>
157
         </template>
157
       </template>
158
       </template>
158
-      </table>
159
+      </table>-->
159
 
160
 
160
       <div class="NoData" v-show="zones.length <= 1">
161
       <div class="NoData" v-show="zones.length <= 1">
161
         <img style="margin-top: 50px; margin-bottom: 50px" src="@/assets/login/data.jpg" alt />
162
         <img style="margin-top: 50px; margin-bottom: 50px" src="@/assets/login/data.jpg" alt />
162
-      </div>-->
163
-      <el-table :data="tableData" border style="width: 100%">
164
-        <el-table-column fixed prop="date" label="姓名" width="100"></el-table-column>
165
-        <el-table-column prop="name" label="透析号" width="100"></el-table-column>
166
-        <el-table-column prop="province" label="期效" width="100"></el-table-column>
167
-        <el-table-column prop="city" label="开始时间" width="100"></el-table-column>
168
-        <el-table-column prop="address" label="医嘱内容" width="200"></el-table-column>
169
-        <el-table-column prop="zip" label="执行时间" width="100"></el-table-column>
170
-        <el-table-column prop="zip" label="执行护士" width="150"></el-table-column>
171
-        <el-table-column prop="zip" label="校对护士" width="200"></el-table-column>
172
-        <el-table-column prop="zip" label="校对时间" width="200"></el-table-column>
173
-        <el-table-column prop="zip" label="开嘱医生" width="200"></el-table-column>
174
-        <el-table-column prop="zip" label="开嘱时间" width="200"></el-table-column>
163
+      </div>
164
+      <el-table :data="date" border style="width: 100%">
165
+        <el-table-column fixed prop="date" label="姓名" width="100" align="center">
166
+          <template slot-scope="scope"></template>
167
+        </el-table-column>
168
+        <el-table-column prop="name" label="透析号" width="100" align="center"></el-table-column>
169
+        <el-table-column prop="province" label="期效" width="100" align="center"></el-table-column>
170
+        <el-table-column prop="city" label="开始时间" width="100" align="center"></el-table-column>
171
+        <el-table-column prop="address" label="医嘱内容" width="200" align="center"></el-table-column>
172
+        <el-table-column prop="zip" label="执行时间" width="100" align="center"></el-table-column>
173
+        <el-table-column prop="zip" label="执行护士" width="150" align="center"></el-table-column>
174
+        <el-table-column prop="zip" label="校对护士" width="200" align="center"></el-table-column>
175
+        <el-table-column prop="zip" label="校对时间" width="200" align="center"></el-table-column>
176
+        <el-table-column prop="zip" label="开嘱医生" width="200" align="center"></el-table-column>
177
+        <el-table-column prop="zip" label="开嘱时间" width="200" align="center"></el-table-column>
175
       </el-table>
178
       </el-table>
176
     </div>
179
     </div>
177
 
180