Browse Source

feat: 替换创建人Name

wanggaokun 11 tháng trước cách đây
mục cha
commit
b13971c5f9

+ 2 - 2
src/views/als/falseAlarm/index.vue

@@ -125,7 +125,7 @@ const columns = reactive<ColumnProps<any>[]>([
     }
   },
   {
-    prop: 'createBy',
+    prop: 'createByName',
     label: '创建人',
     width: 120
   },
@@ -135,7 +135,7 @@ const columns = reactive<ColumnProps<any>[]>([
     width: 120
   },
   {
-    prop: 'updateBy',
+    prop: 'updateByName',
     label: '更新人',
     width: 120
   },

+ 2 - 2
src/views/als/falseAlarmResult/index.vue

@@ -153,7 +153,7 @@ const columns = reactive<ColumnProps<any>[]>([
     }
   },
   {
-    prop: 'createBy',
+    prop: 'createByName',
     label: '创建人',
     width: 120
   },
@@ -163,7 +163,7 @@ const columns = reactive<ColumnProps<any>[]>([
     width: 120
   },
   {
-    prop: 'updateBy',
+    prop: 'updateByName',
     label: '更新人',
     width: 120
   },

+ 2 - 2
src/views/als/faultCase/index.vue

@@ -202,7 +202,7 @@ const columns = reactive<ColumnProps<any>[]>([
     width: 120
   },
   {
-    prop: 'createBy',
+    prop: 'createByName',
     label: '创建人',
     width: 120
   },
@@ -212,7 +212,7 @@ const columns = reactive<ColumnProps<any>[]>([
     width: 120
   },
   {
-    prop: 'updateBy',
+    prop: 'updateByName',
     label: '更新人',
     width: 120
   },

+ 2 - 2
src/views/als/model/index.vue

@@ -151,7 +151,7 @@ const columns = reactive<ColumnProps<any>[]>([
     enum: sys_common_status
   },
   {
-    prop: 'createBy',
+    prop: 'createByName',
     label: '创建人',
     width: 120
   },
@@ -161,7 +161,7 @@ const columns = reactive<ColumnProps<any>[]>([
     width: 120
   },
   {
-    prop: 'updateBy',
+    prop: 'updateByName',
     label: '更新人',
     width: 120
   },

+ 2 - 2
src/views/als/sortie/index.vue

@@ -147,7 +147,7 @@ const columns = reactive<ColumnProps<any>[]>([
     width: 120
   },
   {
-    prop: 'createBy',
+    prop: 'createByName',
     label: '创建人',
     width: 120
   },
@@ -157,7 +157,7 @@ const columns = reactive<ColumnProps<any>[]>([
     width: 120
   },
   {
-    prop: 'updateBy',
+    prop: 'updateByName',
     label: '更新人',
     width: 120
   },

+ 2 - 2
src/views/als/technicalDoc/index.vue

@@ -144,7 +144,7 @@ const columns = reactive<ColumnProps<any>[]>([
     width: 120
   },
   {
-    prop: 'createBy',
+    prop: 'createByName',
     label: '创建人',
     width: 120
   },
@@ -154,7 +154,7 @@ const columns = reactive<ColumnProps<any>[]>([
     width: 120
   },
   {
-    prop: 'updateBy',
+    prop: 'updateByName',
     label: '更新人',
     width: 120
   },

+ 2 - 2
src/views/als/warning/index.vue

@@ -161,7 +161,7 @@ const columns = reactive<ColumnProps<any>[]>([
     enum: common_type
   },
   {
-    prop: 'createBy',
+    prop: 'createByName',
     label: '创建人',
     width: 120
   },
@@ -171,7 +171,7 @@ const columns = reactive<ColumnProps<any>[]>([
     width: 120
   },
   {
-    prop: 'updateBy',
+    prop: 'updateByName',
     label: '更新人',
     width: 120
   },

+ 1 - 1
src/views/system/post/index.vue

@@ -146,7 +146,7 @@ const columns = reactive<ColumnProps<any>[]>([
     width: 180
   },
   {
-    prop: 'createBy',
+    prop: 'createByName',
     label: '创建者',
     search: {
       el: 'input'