1
admin
2026-01-18 6bb4ef66ebef1038ce94c3c21adaadc551d37a71
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,
    };
  },