1
dengjunjie
9 天以前 098055c5414023bce83999290082144ffe787e4f
1
已修改1个文件
8 ■■■■ 文件已修改
新建文件夹/WMS/src/extension/Alarm/MessageInfo.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
н¨Îļþ¼Ð/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';
        }
      });
      
    },