Parcourir la source

* 小程序变更

chen.cheng il y a 10 mois
Parent
commit
641d3d8812
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ruoyi-ui/src/views/cp/usrApply/index.vue

+ 1 - 1
ruoyi-ui/src/views/cp/usrApply/index.vue

@@ -154,7 +154,7 @@
         </template>
       </el-table-column>
       <el-table-column label="备注" align="center" prop="reviewMsg" />
-      <el-table-column label="与会内容" align="center" prop="contentId" />
+      <el-table-column label="与会内容" align="center" prop="contentTitle" />
       <el-table-column label="创建时间" align="center" prop="updateTime" width="180">
         <template slot-scope="scope">
           <span>{{ parseTime(scope.row.updateTime, '{y}-{m}-{d}') }}</span>