add: 优化

This commit is contained in:
gyq
2025-09-26 14:22:14 +08:00
parent a82f116918
commit d3636be742
5 changed files with 60 additions and 45 deletions

View File

@@ -15,7 +15,7 @@
<div class="row">
<el-table :data="tableData.list" border stripe v-loading="tableData.loading">
<el-table-column prop="id" label="ID" width="80" />
<el-table-column prop="title" label="规则名称" width="180" />
<el-table-column prop="title" label="名称" width="180" />
<el-table-column prop="fullAmount" label="使用门槛" width="180">
<template #default="scope">
{{ scope.row.fullAmount }}元减{{ scope.row.discountAmount }}