feige
2025-01-16 0bed59a7c83975e466e31aa2fa14d8ee15473813
ruoyi-ui/src/views/meeting/index.vue
@@ -148,7 +148,7 @@
    </el-row>
      <el-table v-loading="loading"  :data="meetingList" :row-key="getRowId" ref="multipleTable"
      <el-table v-loading="loading"  border :data="meetingList" :row-key="getRowId" ref="multipleTable"
      @selection-change="handleSelectionChange"  :row-class-name="tableRowClassName">
      <el-table-column type="selection"  :reserve-selection="true" width="55"  align="center" />
@@ -208,9 +208,7 @@
      </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 ===3 ? '待审批' : (scope.row.statu===1? '同意': '拒绝')}}</template>
        <!-- scope.row.statu ==='待审批' ? '待审批' : (scope.row.statu===1? '同意': '拒绝') -->
        <template slot-scope="scope">{{scope.row.statu===1? '同意': (scope.row.statu ===0 ? '拒绝' : '待审批')}}</template>
      </el-table-column>
      <el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width">