This commit is contained in:
2025-11-03 10:53:05 +08:00
parent a16d127512
commit e5c7af48a2
2 changed files with 5 additions and 3 deletions

View File

@@ -50,7 +50,7 @@
<!-- 表格区域 -->
<template #table>
<el-table :data="list" v-loading="loading" border stripe :default-sort="{prop: 'createTime', order: 'descending'}" @sort-change="handleSortChange">
<el-table :data="list" v-loading="loading" border stripe :default-sort="{prop: 'createTime', order: 'descending'}" @sort-change="handleSortChange" style="width: 100%;">
<el-table-column label="ID" prop="id" width="80" />
<el-table-column label="内部单号" prop="remark" width="160" sortable/>