Browse Source

联席会议提交人

gks 1 year ago
parent
commit
c8978231b8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/AttendMeeting/index.vue
  2. 1 1
      src/views/JOINTCONFERENCE/index.vue

+ 1 - 1
src/views/AttendMeeting/index.vue

@@ -126,7 +126,7 @@
         width="140"
         width="140"
         align="center"
         align="center"
         show-overflow-tooltip
         show-overflow-tooltip
-        prop="createBy_dictText"
+        prop="createByName"
       >
       >
       </el-table-column>
       </el-table-column>
       <el-table-column
       <el-table-column

+ 1 - 1
src/views/JOINTCONFERENCE/index.vue

@@ -109,7 +109,7 @@
         </template>
         </template>
       </el-table-column>
       </el-table-column>
 
 
-      <el-table-column label="提交人" width="140" align="center" show-overflow-tooltip prop="createBy_dictText">
+      <el-table-column label="提交人" width="140" align="center" show-overflow-tooltip prop="createByName">
       
       
       </el-table-column>
       </el-table-column>
       <el-table-column label="提交时间" width="160" align="center" show-overflow-tooltip prop="updateTime">
       <el-table-column label="提交时间" width="160" align="center" show-overflow-tooltip prop="updateTime">