1
admin
2026-01-28 9651e8d425ae12e21cf9718b26e62fade65fb7b6
src/page/user/Warehouse/Stockdetail.vue
@@ -142,7 +142,7 @@
    return {
      pages: {},
      ordernum: "",
      actions: [{ text: '确定', key: '1' }, { text: '取消', key: '2' }],
      actions: [{ text: this.$t('确定'), key: '1' }, { text: this.$t('取消'), key: '2' }],
      showPopover: false,
    };
  },