1
dengjunjie
9 天以前 098055c5414023bce83999290082144ffe787e4f
н¨Îļþ¼Ð/WMS/src/extension/Alarm/MessageInfo.js
@@ -15,7 +15,13 @@
  buttons: { view: [], box: [], detail: [] }, //扩展的按钮
  methods: {
    onInit() {
      this.buttons.forEach(x => {
        if (x.name == "删 é™¤") {
          x.name = "处 ç†";
          x.icon = 'el-icon-edit';
          x.type = 'primary';
        }
      });
      
    },