Commit dbd075e8 authored by 王明朋's avatar 王明朋

添加 检查执行和问题上包的检查编号

parent 3652fe22
Pipeline #7219 passed with stage
in 11 seconds
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
</template> </template>
</van-search> </van-search>
<div class="card" v-for="(item,index) in checkedList" :key="index" @click="cardLocation(item)"> <div class="card" v-for="(item,index) in checkedList" :key="index" @click="cardLocation(item)">
<div>检查编号:{{item.no}}</div>
<div>检查名称:{{item.name}}</div> <div>检查名称:{{item.name}}</div>
<div>检查类型:{{item.type}}</div> <div>检查类型:{{item.type}}</div>
<div>开始时间:{{item.planStartTime}}</div> <div>开始时间:{{item.planStartTime}}</div>
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
<div> <div>
<LHeader v-bind:text="text"></LHeader> <LHeader v-bind:text="text"></LHeader>
<div class="card"> <div class="card">
<div>检查编号:{{nums.no}}</div>
<div>检查名称:{{nums.name}}</div> <div>检查名称:{{nums.name}}</div>
<div>检查类型:{{nums.type}}</div> <div>检查类型:{{nums.type}}</div>
<div>检查开始时间:{{nums.planStartTime}}</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