zouyu
2026-01-06 93b79b3a68e19cc36a8feb3bfea4e08ae76ec233
src/views/demo/fakePage/index.vue
@@ -23,7 +23,7 @@
        <el-button type="success" plain style="float: right" @click="openCreate">新增</el-button>
      </div>
      <el-table :data="pagedList" border style="width: 100%" height="480">
      <el-table :data="pagedList" border style="width: 100%" height="480" stripe>
        <el-table-column prop="id" label="编号" width="90" sortable />
        <el-table-column prop="name" label="名称" min-width="140" />
        <el-table-column prop="category" label="类别" width="120" />