@@ -55,6 +55,7 @@
<h2>数据库</h2>
<div class="answer">
<vxe-table max-height="300px" :cell-config="{ height: 45 }" :data="item.sqlAnswer">
+ <vxe-column type="seq" width="70" align="center"></vxe-column>
<vxe-column v-for="item in sqlAnswerKey" minWidth="120px" :field="item" :title="item" :key="item" align="center"></vxe-column>
</vxe-table>
</div>