mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 20:28:44 +08:00 
			
		
		
		
	v3.8.2 开启TopNav没有子菜单情况隐藏侧边栏
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
			
		||||
    <doc-alert title="工作流" url="https://doc.iocoder.cn/bpm" />
 | 
			
		||||
 | 
			
		||||
    <!-- 搜索工作栏 -->
 | 
			
		||||
    <el-form :model="queryParams" ref="queryForm" size="small" inline="true" v-show="showSearch" label-width="68px">
 | 
			
		||||
    <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
 | 
			
		||||
      <el-form-item label="流程标识" prop="key">
 | 
			
		||||
        <el-input v-model="queryParams.key" placeholder="请输入流程标识" clearable style="width: 240px;"
 | 
			
		||||
                  @keyup.enter.native="handleQuery"/>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user