|
@@ -37,7 +37,7 @@
|
|
|
icon="el-icon-plus"
|
|
|
size="mini"
|
|
|
@click="handleClick('','','add')"
|
|
|
- v-hasPermi="['airbottle:tag:add']"
|
|
|
+ v-hasPermi="['bottle:tag:add']"
|
|
|
>新增</el-button>
|
|
|
</el-col>
|
|
|
</el-form-item>
|
|
@@ -61,7 +61,7 @@
|
|
|
>标签码补打</p>
|
|
|
<p class="table-min-button"
|
|
|
@click="handleClick('',scope.row,'delete')"
|
|
|
- v-hasPermi="['airbottle:tag:remove']"
|
|
|
+ v-hasPermi="['bottle:tag:remove']"
|
|
|
>删除</p>
|
|
|
</div>
|
|
|
</template>
|