@@ -147,7 +147,7 @@ const initChart = () => {
const option = {
tooltip: {
trigger: 'item',
- formatter: '{b}次',
+ formatter: '{b}',
},
grid: {
top: '40%',
@@ -74,8 +74,8 @@
</div>
</template>
</el-table-column>
- </el-table>
- <pagination @current-change="currentChangeHandle" @size-change="sizeChangeHandle" v-bind="state.pagination" />
+ </el-table>
+ <pagination @current-change="currentChangeHandle" @size-change="sizeChangeHandle" v-bind="state.pagination" />
<dataInfoModal ref="richContentDialogRef"></dataInfoModal>