Commit f654d514 authored by “yiyousong”'s avatar “yiyousong”

pref:修改事项列表

parent 96b2912a
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
<a-table <a-table
bordered bordered
:pagination="{ :pagination="{
showTotal: (total) => `共 ${total} 条`,
current: rightCurrent, current: rightCurrent,
total: rightTotal, total: rightTotal,
pageSize: rightSize, pageSize: rightSize,
......
...@@ -58,8 +58,12 @@ ...@@ -58,8 +58,12 @@
</div> </div>
</div> </div>
<div> <div>
<div class="department_span">简称:{{ v.deptAbb }}</div> <div class="department_span">
<div>联系电话:{{ v.deptTelphone }}</div> 简称:{{ v.deptAbb ? v.deptAbb : "--" }}
</div>
<div>
联系电话:{{ v.deptTelphone ? v.deptTelphone : "--" }}
</div>
</div> </div>
</div> </div>
</div> </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