移除权限控制

This commit is contained in:
wkc
2026-01-22 14:02:33 +08:00
parent 3b6220cd53
commit d813b68eed

View File

@@ -39,7 +39,6 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
v-hasPermi="['loanPricing:workflow:create']"
>新增</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
@@ -65,7 +64,6 @@
type="text"
icon="el-icon-view"
@click="handleView(scope.row)"
v-hasPermi="['loanPricing:workflow:query']"
>查看</el-button>
</template>
</el-table-column>
@@ -85,7 +83,7 @@
</template>
<script>
import { listWorkflow } from "@/api/loanPricing/workflow"
import {listWorkflow} from "@/api/loanPricing/workflow"
import WorkflowCreateDialog from "./components/WorkflowCreateDialog"
export default {