Commit 2827c907 by liang ce

访客记录name修改

parent cf8beb41
......@@ -92,7 +92,8 @@
</div>
<div>
<label>周知人员</label>
<div><span v-for="item in showModalData.participatorUserList" :key="item.ddUserId" style="margin-right: 10px;"></span></div>
<div v-if="showModalData.participatorUserList.length === 0">暂无</div>
<div v-else><span v-for="item in showModalData.participatorUserList" :key="item.ddUserId" style="margin-right: 10px;">{{item.username}}</span></div>
</div>
<div>
<label>备注</label>
......
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