代码部分:
var str = "";
str+= '<div id="leftMenuDiv" style="width:200px; line-height: 24px;">';
str += '<div id="dajy_left" class="easyui-accordion" style="background-color: #d8edf3; border-top: none; border-right: none; border-bottom: none; padding-left: 4px; font-size: inherit;" onclick="$.showSectionDiv(2)">档案管理</div>';
str += '<div id="dagl_left" class="easyui-accordion" style=" background-color: #E0ECFF; border-top: none; border-right: none; font-size: inherit; padding-left: 4px;" onclick="$.showSectionDiv(1)">档案借阅</div>';
tr += '</div>';
region: 'west',
width: 200,
title: '业务类型',
split: true
});
var obj = $('#jyglContainer').layout('panel','west');
obj[0].innerHTML = str;
效果图: