浏览代码

优化体检查询

lighter 3 年之前
父节点
当前提交
a630fa667c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/hospital-service/physical-exam/PhysicalExamIndex.vue

+ 2 - 2
src/views/hospital-service/physical-exam/PhysicalExamIndex.vue

@@ -7,8 +7,8 @@
     </van-field>
 
       <van-list :style="listBoxStyle" id="listWrapper" v-model:loading="listLoading" :finished="listFinished" finished-text="没有更多了" @load="onLoadingList">
-        <van-cell v-for="item in examIndexes" :key="item.条码号" :title="'体检id:' + item.条码号" :value="item.checkTime"
-                  :label="item.工作单位" center clickable @click="handleClickIndex(item.条码号)"></van-cell>
+        <van-cell v-for="item in examIndexes" :key="item.条码号" :title="item.工作单位" :value="item.checkTime"
+                   center clickable @click="handleClickIndex(item.条码号)"></van-cell>
       </van-list>
 
   </window-size>