Browse Source

审计为空页面

master
maochaoying 2 years ago
parent
commit
fa5f80fcbc
  1. 2
      src/components/Audit.vue

2
src/components/Audit.vue

@ -24,7 +24,7 @@
</div>
</div>
<svg
v-if="dataList?.length == 0"
v-if="auditStore.auditInfoList?.length == 0"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
fill="none"

Loading…
Cancel
Save