jhzh
2024-05-20 f8e9af35a267b7b9a2bf605187a11536889a6e38
src/page/user/Warehouse/item.card.vue
@@ -59,6 +59,15 @@
          {{ $t("總手續費") }} ({{ activeObj.symbolCode }})
        </div>
      </div>
      <div class="item">
        <div class="itembox-data">
          {{ activeObj.amountToBeCovered | _toLocaleString }}
        </div>
        <div class="itembox-name">
          {{ $t("待补金额") }} ({{ activeObj.symbolCode }})
        </div>
      </div>
    </div>
    <Dialog ref="closeAllDialog" :title="$t('一鍵平倉')" :confirm="confirm">
      <template v-slot:center>
@@ -84,7 +93,6 @@
      default: () => {},
    },
  },
  methods: {
    async confirm() {
      console.log(this.activeObj.laber);