src/views/financialManagement/assets/intangibleAssets.vue
@@ -73,7 +73,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:intangibleAssets:remove']">删除</el-button> </template> </PIMTable> </div>