自动费用模板 公共

szh-new
张同海 2 months ago
parent 74c21e2541
commit c8efa5f9d7

@ -28,7 +28,7 @@
<div style="position: relative"> <div style="position: relative">
<input class="ds-tb-check" type="checkbox" v-model="allCheck" :indeterminate="someCheck" /> <input class="ds-tb-check" type="checkbox" v-model="allCheck" :indeterminate="someCheck" />
<hot-table ref="hotTb" :data="list" :settings="settings"> <hot-table ref="hotTb" :data="list" :settings="settings">
<img v-show="!list.length" src="../../../../assets/images/nodata.png" alt="" /> <img v-show="!list.length" src="../../../assets/images/nodata.png" alt="" />
</hot-table> </hot-table>
</div> </div>
</a-spin> </a-spin>

Loading…
Cancel
Save