Browse Source

报关要素增加查询按钮

jbb 2 năm trước cách đây
mục cha
commit
dbbb4a5509
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/views/shipment-details/declareElementsModal.vue

+ 4 - 1
src/views/shipment-details/declareElementsModal.vue

@@ -79,9 +79,12 @@
 
       <!-- 増行 子表 -->
       <a-card :bordered="false" style="margin:10px 0">
-        <a-button type="primary" @click="handleAddColumn" icon="plus" style="margin:10px 0;">
+        <a-button type="primary" @click="handleAddColumn" icon="plus" style="margin:10px 10px;">
           増行
         </a-button>
+        <a-button type="primary" @click="handleAddColumn" icon="plus" style="margin:10px 0;">
+          查询
+        </a-button>
         <!-- 子表 -->
         <a-spin :spinning="confirmLoading">
           <a-form-model ref="formRef">