@@ -31,7 +31,7 @@
<order-detail :order="row" @updateList="searchHistory">{{ row.title }}</order-detail>
</template>
</el-table-column>
- <el-table-column prop="statusText" label="状态" width="100" fixed="right" align="center"></el-table-column>
+ <el-table-column prop="statusText" label="状态" width="100" align="center"></el-table-column>
</el-table>
<pagination
@pagination="searchHistory"