This commit is contained in:
2025-08-22 19:48:09 +08:00
parent 89bd2e6d92
commit d45bce2ef8
13 changed files with 1346 additions and 563 deletions

View File

@ -16,7 +16,7 @@
<el-form-item>
<el-button type="primary" @click="toggleExpandAll">{{ isExpandAll ? '一键收起' : '一键展开' }}</el-button>
</el-form-item>
<el-form-item>
<!-- <el-form-item>
<el-upload
ref="uploadRef"
class="upload-demo"
@ -28,7 +28,7 @@
<el-button type="primary">导入excel</el-button>
</template>
</el-upload>
</el-form-item>
</el-form-item> -->
<el-form-item>
<el-button type="primary" @click="handleExport()" v-hasPermi="['bidding:biddingLimitList:export']">导出excel</el-button>
</el-form-item>
@ -78,7 +78,7 @@
{{ scope.row.price }}
</template>
</el-table-column>
<el-table-column prop="price" label="操作" align="center">
<!-- <el-table-column prop="price" label="操作" align="center">
<template #default="scope">
<el-button
type="primary"
@ -89,7 +89,7 @@
>修改</el-button
>
</template>
</el-table-column>
</el-table-column> -->
</el-table>
</el-card>
</div>