Browse Source

去掉添加物联网卡

wxy 4 tháng trước cách đây
mục cha
commit
7fe57dd199
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/lotCard/cardList/index.vue

+ 2 - 2
src/views/lotCard/cardList/index.vue

@@ -37,11 +37,11 @@
       </a-form>
     </div>
     
-    <div class="top-actions">
+    <!-- <div class="top-actions">
       <a-space>
         <a-button type="primary" @click="showAdd=true">{{ $t('form.Add') }}</a-button>
       </a-space>
-    </div>
+    </div> -->
 
     <a-table row-key="iccid" :data="dataSource" :columns="columns" :pagination="pagination" :scroll="{ x: 'auto' }"
       @page-change="evChangePage">