Commit 38799d67 authored by 13841799530's avatar 13841799530

Merge branch 'develop' of http://git.censoft.com.cn/BCDH-HSE/bcdh-app into develop

parents 1862c58c dbd075e8
Pipeline #7234 passed with stage
in 12 seconds
......@@ -22,6 +22,7 @@
</template>
</van-search>
<div class="card" v-for="(item,index) in checkedList" :key="index" @click="cardLocation(item)">
<div>检查编号:{{item.no}}</div>
<div>检查名称:{{item.name}}</div>
<div>检查类型:{{item.type}}</div>
<div>开始时间:{{item.planStartTime}}</div>
......
......@@ -12,6 +12,7 @@
<div>
<LHeader v-bind:text="text"></LHeader>
<div class="card">
<div>检查编号:{{nums.no}}</div>
<div>检查名称:{{nums.name}}</div>
<div>检查类型:{{nums.type}}</div>
<div>检查开始时间:{{nums.planStartTime}}</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment