1
admin
2026-01-19 2b89158d7bf80f2c9a8a4203b4837de92837e7ca
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,
    };
  },