fix: 新增功能修改及完善。
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user