fix: 新增功能修改及完善。

This commit is contained in:
tianyongbao
2025-10-16 00:29:26 +08:00
parent abe6f38f6e
commit 3377df781a
26 changed files with 3243 additions and 55 deletions

View File

@@ -35,9 +35,9 @@
>删除</el-button
>
</el-col>
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button type="warning" plain icon="Download" @click="handleExport" v-hasPermi="['fishery:deviceThreshold:export']">导出</el-button>
</el-col>
</el-col> -->
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
</el-row>
</template>
@@ -48,7 +48,8 @@
<el-table-column label="阈值名称" align="center" prop="thresholdName" />
<el-table-column label="最大值" align="center" prop="limitUpper" />
<el-table-column label="最小值" align="center" prop="limitLower" />
<el-table-column label="备注" align="center" prop="remark" />
<el-table-column label="创建时间" align="center" prop="createTime" />
<el-table-column label="修改时间" align="center" prop="updateTime" />
<el-table-column label="操作" align="center" fixed="right" class-name="small-padding fixed-width">
<template #default="scope">
<el-tooltip content="修改" placement="top">