src/views/projectProcess/components/LogView.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/system/dept/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/system/user/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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" />