Commit c486e715 authored by 13841799530's avatar 13841799530

检查名称

解润东
20220106
parent f72eac41
Pipeline #7764 passed with stage
in 12 seconds
......@@ -12,8 +12,8 @@
<div>
<LHeader v-bind:text="text" :goback="goback"></LHeader>
<div class="card" v-for="(item,index) in checkedConfirmList" :key="index" @click="cardLocation(item)">
<div>负责人:{{item.name}}</div>
<div>部门名称:{{item.realName}}</div>
<div>负责人:{{item.realName}}</div>
<div>检查名称:{{item.name}}</div>
<div>开始时间:{{item.planStartTime}}</div>
<div v-show="item.isOpen">
<div>结束时间:{{item.planEndTime}}</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