移除权限控制
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user