Przeglądaj źródła

修改人改为创建人

xiaohaizhao 8 miesięcy temu
rodzic
commit
144a91581c
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/optionSystem/optionOrder/detail/index.vue

+ 2 - 2
src/optionSystem/optionOrder/detail/index.vue

@@ -243,11 +243,11 @@ export default {
         },
         {
           label: "操作人",
-          value: this.mainData.changeby,
+          value: this.mainData.createby,
         },
         {
           label: "操作时间",
-          value: this.mainData.changedate,
+          value: this.mainData.createdate,
         },
       ];
       console.log(this.mainAreaData);