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,16 +35,16 @@
>删除</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:fish:export']">导出</el-button>
</el-col>
</el-col> -->
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
</el-row>
</template>
<el-table v-loading="loading" border :data="fishList" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="主键Id" align="center" prop="id" v-if="true" />
<!-- <el-table-column label="主键Id" align="center" prop="id" v-if="true" /> -->
<el-table-column label="鱼类类型" align="center" prop="fishType">
<template #default="scope">
<dict-tag :options="fish_type" :value="scope.row.fishType" />