1
dengjunjie
8 天以前 098055c5414023bce83999290082144ffe787e4f
1
已修改1个文件
14 ■■■■ 文件已修改
新建文件夹/WMS/src/extension/Alarm/MessageInfo.js 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
н¨Îļþ¼Ð/WMS/src/extension/Alarm/MessageInfo.js
@@ -15,8 +15,14 @@
  buttons: { view: [], box: [], detail: [] }, //扩展的按钮
  methods: {
    onInit() {
      this.buttons.forEach(x => {
        if (x.name == "删 é™¤") {
          x.name = "处 ç†";
          x.icon = 'el-icon-edit';
          x.type = 'primary';
        }
      });
    },
    onInited() {
@@ -27,7 +33,7 @@
    // è®¾ç½®è®¾å¤‡çŠ¶æ€ä¸‹æ‹‰æ¡†é€‰é¡¹
    setDeviceStatusOptions() {
    },
    searchBefore(param) {
@@ -58,7 +64,7 @@
    modelOpenAfter(row) {
      //点击编辑、新建按钮弹出框后,可以在此处写逻辑
    }
  }
};