|
@@ -120,19 +120,19 @@
|
|
|
<el-row :gutter="10" class="mb8">
|
|
|
<el-col :span="1.5">
|
|
|
<el-button type="primary" icon="el-icon-plus" size="mini" @click="handleAdd"
|
|
|
- v-hasPermi="['fdj:info:add']">新增</el-button>
|
|
|
+ v-hasPermi="['price:generator:hz50:add']">新增</el-button>
|
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
|
<el-button type="success" icon="el-icon-edit" size="mini" :disabled="single" @click="handleUpdate"
|
|
|
- v-hasPermi="['fdj:info:edit']">修改</el-button>
|
|
|
+ v-hasPermi="['price:generator:hz50:update']">修改</el-button>
|
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
|
<el-button type="danger" icon="el-icon-delete" size="mini" :disabled="multiple" @click="handleDelete"
|
|
|
- v-hasPermi="['fdj:info:remove']">删除</el-button>
|
|
|
+ v-hasPermi="['price:generator:hz50:remove']">删除</el-button>
|
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
|
<el-button type="warning" icon="el-icon-download" size="mini" @click="handleExport"
|
|
|
- v-hasPermi="['fdj:info:export']">导出</el-button>
|
|
|
+ >导出</el-button>
|
|
|
</el-col>
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
|
</el-row>
|