|
@@ -115,6 +115,8 @@ export default {
|
|
|
[
|
|
|
{
|
|
|
name: '批量修改机型',
|
|
|
+ isRole: this.$checkBtnRole('xiugai', this.$route.meta.roles),
|
|
|
+
|
|
|
click: () => {
|
|
|
this.replaceVisible = true
|
|
|
}
|
|
@@ -125,6 +127,8 @@ export default {
|
|
|
[
|
|
|
{
|
|
|
name: '批量作废机型',
|
|
|
+ isRole: this.$checkBtnRole('zuofei', this.$route.meta.roles),
|
|
|
+
|
|
|
click: () => {
|
|
|
if (!this.recordSelected.length) {
|
|
|
this.$errorMsg('请选择内容')
|