| | |
| | | </el-table-column> |
| | | |
| | | <el-table-column label="状态" prop="status" sortable align="center"> |
| | | <template slot-scope="scope">{{ scope.row.status |
| | | ? scope.row.status : '————' }}</template> |
| | | <template slot-scope="scope">{{scope.row.status===1? '结案': '未结案'}}</template> |
| | | </el-table-column> |
| | | |
| | | |
| | | <el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width"> |
| | | <template slot-scope="scope" v-if="scope.row.roleId !== 1"> |
| | |
| | | <el-option v-for="item in yearOptions" |
| | | :key="item.value" :label="item.label" :value="item.value"/> |
| | | </el-select> |
| | | |
| | | </div> |
| | | <!-- class="p1" --> |
| | | <div class="p1" id="main1"> |
| | | <!-- <h1 style="font-size:21px">每月会议次数统计</h1> --> |
| | | </div> |
| | | <div class="p1" id="main2"> |
| | | <!-- <h1 style="font-size:21px">会议家庭占比统计</h1> --> |
| | | </div> |
| | | </el-dialog> |
| | | <!-- 新增数据框 --> |