src/views/financialManagement/assets/fixedAssets.vue
@@ -72,7 +72,7 @@ <template #operation="{ row }"> <el-button type="primary" link @click="view(row)">查看</el-button> <el-button type="primary" link @click="edit(row)">编辑</el-button> <el-button type="danger" link @click="handleDelete(row)">删除</el-button> <el-button type="danger" link @click="handleDelete(row)" v-hasPermi="['financialManagement:fixedAssets:remove']">删除</el-button> </template> </PIMTable> </div>