Quellcode durchsuchen

修改人改为创建人

xiaohaizhao vor 8 Monaten
Ursprung
Commit
144a91581c
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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);