fix: type='text' => type='primary' link

This commit is contained in:
dhb52
2023-04-14 15:26:06 +08:00
parent 4f3e7ecaac
commit 0b055b5db4
6 changed files with 17 additions and 9 deletions

View File

@ -79,14 +79,16 @@
<template #default="scope">
<el-button
v-if="scope.row.formType === 10"
type="text"
type="primary"
link
@click="handleFormDetail(scope.row)"
>
<span>{{ scope.row.formName }}</span>
</el-button>
<el-button
v-else-if="scope.row.formType === 20"
type="text"
type="primary"
link
@click="handleFormDetail(scope.row)"
>
<span>{{ scope.row.formCustomCreatePath }}</span>