Ver código fonte

* 小程序变更

chen.cheng 10 meses atrás
pai
commit
641d3d8812
1 arquivos alterados com 1 adições e 1 exclusões
  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>