|
|
|
@ -202,7 +202,7 @@ |
|
|
|
<el-row :gutter="20"> |
|
|
|
<el-col :span="24" style="height: 300px"> |
|
|
|
<div class="grid-content bg-purple"> |
|
|
|
<el-form-item> |
|
|
|
<el-form-item v-if="!readonly"> |
|
|
|
<el-button type="primary" @click="searchTable()" >刷新</el-button> |
|
|
|
<template v-if="isAuth('103002:bmRoute')"> |
|
|
|
<el-button type="primary" @click="newTool()" v-if="!ifDisableFlag">新增</el-button> |
|
|
|
@ -364,7 +364,7 @@ |
|
|
|
<el-row :gutter="20"> |
|
|
|
<el-col :span="24" style="height: 300px"> |
|
|
|
<div class="grid-content bg-purple"> |
|
|
|
<el-form-item> |
|
|
|
<el-form-item v-if="!readonly"> |
|
|
|
<el-button type="primary" @click="searchTable()" >刷新</el-button> |
|
|
|
<template v-if="isAuth('103002:bmRoute')"> |
|
|
|
<el-button type="primary" @click="newTool()" v-if="!ifDisableFlag">新增</el-button> |
|
|
|
@ -526,7 +526,7 @@ |
|
|
|
<el-row :gutter="20"> |
|
|
|
<el-col :span="24" style="height: 300px"> |
|
|
|
<div class="grid-content bg-purple"> |
|
|
|
<el-form-item> |
|
|
|
<el-form-item v-if="!readonly"> |
|
|
|
<el-button type="primary" @click="searchTable()" >刷新</el-button> |
|
|
|
<template v-if="isAuth('103002:bmRoute')"> |
|
|
|
<el-button type="primary" @click="newTool()" v-if="!ifDisableFlag">新增</el-button> |
|
|
|
|