Browse Source

修改531

xiaoming_global 6 years ago
parent
commit
646c67c94a
1 changed files with 0 additions and 10 deletions
  1. 0 10
      src/xt_pages/sign/index.vue

+ 0 - 10
src/xt_pages/sign/index.vue View File

@@ -39,11 +39,7 @@
39 39
                     <el-table-column prop="sign" label="签到" min-width="30" align="center" ></el-table-column>
40 40
                     <el-table-column prop="weight" label="称重(透前/透后)" min-width="50" align="center">
41 41
                         <template slot-scope="scope">
42
-<<<<<<< .mine
43 42
                            {{scope.row.before}} / {{scope.row.after}}
44
-=======
45
-                            {{scope.row.before}} / {{scope.row.after}}
46
->>>>>>> .theirs
47 43
                         </template>
48 44
                     </el-table-column>
49 45
                 </el-table>
@@ -210,12 +206,6 @@ export default {
210 206
             }
211 207
           }
212 208
 
213
-          for (let i = this.patients.length - 1; ; i--) {
214
-            if (this.patients[i].schedule.id == 0) {
215
-              this.patients.splice(i, 1)
216
-            }
217
-          }
218
-
219 209
           this.queryParams.schedule_type = response.data.data.schedule_type
220 210
           this.querySignParams.date_time = response.data.data.today
221 211