xiangpei
2025-03-04 8418d03dc799f15751e6d2844893c2c3f77d2359
页面优化、流程日志bug
3个文件已修改
7 ■■■■■ 已修改文件
src/views/projectProcess/components/LogView.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/dept/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/user/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/projectProcess/components/LogView.vue
@@ -49,7 +49,7 @@
            ,
            <span class="tag jump">跳过说明</span>
            :
            <span class="tag">{{log.eventDataObj.desc}}</span>
            <span class="tag">{{log.eventDataJson ? JSON.parse(log.eventDataJson).desc : '无'}}</span>
          </div>
        </div>
        <div class="log" v-else-if="log.eventType === 'SUPERVISE'">
src/views/system/dept/index.vue
@@ -181,7 +181,7 @@
      // 是否显示弹出层
      open: false,
      // 是否展开,默认全部展开
      isExpandAll: true,
      isExpandAll: false,
      // 重新渲染表格状态
      refreshTable: true,
      // 查询参数
src/views/system/user/index.vue
@@ -21,7 +21,6 @@
            :filter-node-method="filterNode"
            ref="tree"
            node-key="id"
            default-expand-all
            highlight-current
            @node-click="handleNodeClick"
          />
@@ -673,4 +672,4 @@
    }
  }
};
</script>
</script>