| | |
| | | </el-table-column> |
| | | </el-table> |
| | | |
| | | <pagination |
| | | <!-- <pagination |
| | | v-show="total > 0" |
| | | :total="total" |
| | | :page.sync="queryParams.pageNum" |
| | | :limit.sync="queryParams.pageSize" |
| | | @pagination="getList" |
| | | /> |
| | | /> --> |
| | | </el-col> |
| | | </el-row> |
| | | </div> |
| | |
| | | <el-table :data="item.details" style="width: 100%"> |
| | | <el-table-column prop="optionText" label="问题选项"> |
| | | </el-table-column> |
| | | <el-table-column prop="completedQuantity" label="选择人数"> |
| | | <el-table-column prop="chosenQuantity" label="选择人数"> |
| | | </el-table-column> |
| | | <el-table-column prop="chosenPercentage" label="比例"> |
| | | <template slot-scope="scope"> |
| | |
| | | }, |
| | | // 查询标签列表参数 |
| | | queryParams: { |
| | | pageNum: 1, |
| | | pageSize: 10, |
| | | |
| | | serviceType: [2], |
| | | dateRange: [], |
| | | statisticaltype: 1, |