mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
43 lines
2.0 KiB
HTML
43 lines
2.0 KiB
HTML
<div id="reportInfoSettingTitleValueModel" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="reportInfoSettingTitleValueModelLabel"
|
|
aria-hidden="true">
|
|
<div class="modal-dialog modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h3 class="modal-title" id="reportInfoSettingTitleValueModelLabel">问题结果</h3>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<div class=" row">
|
|
<div class="col-lg-12">
|
|
<div class="ibox ">
|
|
<div class="table-responsive" style="margin-top:15px">
|
|
<table class="table table-striped">
|
|
<thead>
|
|
<tr>
|
|
<th>选项内容</th>
|
|
<th>选择人数</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr v-for="value in reportInfoSettingTitleValueInfo.values">
|
|
<td>
|
|
{{value.qaValue}}
|
|
</td>
|
|
<td>
|
|
{{value.userCount}}
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<vc:create namespace="reportInfoSettingTitleValue" path="frame/paginationPlus"></vc:create>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |