Browse Source

refactor(order-form): 移除未使用的show-template-import-actions属性

yz 3 weeks ago
parent
commit
960accf471
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/order-form/order-form.vue

+ 0 - 1
src/components/order-form/order-form.vue

@@ -57,7 +57,6 @@
         <material-detail-table
           :order-id="orderId"
           :edit-mode="true"
-          :show-template-import-actions="isEdit"
           :material-details="materialDetails"
           :is-draft="isDraft"
           @refresh="handleMaterialChange"