ruoyi-ui/src/views/meeting/approve.vue
@@ -122,7 +122,8 @@ </el-table-column> <el-table-column label="状态" prop="statu" sortable align="center"> <template slot-scope="scope">{{scope.row.statu===1? '同意': '拒绝'}}</template> <!-- <template slot-scope="scope">{{scope.row.statu===1? '同意': '拒绝'}}</template> --> <template slot-scope="scope">{{scope.row.statu ===3 ? '待审批' : (scope.row.statu===1? '同意': '拒绝')}}</template> </el-table-column> <el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width">