1
PC-20250623MANY\Administrator
2025-09-30 9ddad348a549154e7b328f9d7dd9517d2abd330c
1
1 files modified
2 ■■■ changed files
src/page/user/Warehouse/Stockdetail.vue 2 ●●● patch | view | raw | blame | history
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,
    };
  },