liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
1
2
3
4
5
6
7
8
9
10
11
12
13
<div>
     <div style="width: 100%;height:40px;">
         <input type="text" class="jimu-input" style="min-width: 215px;" value="" data-dojo-attach-point="keyNode" />
         <div  class="jimu-btn" data-dojo-attach-event="click:query"> 查询</div>
 
     </div>
     <div data-dojo-attach-point="grid" id="grid" style="height:90%;width: 100%;">
 
     </div>
    <div style="width: 100%;height:40px;padding: 10px;">
        <label style="color: red;">数据来源:地学云(http://www.meggs-thu.com/Login)</label>
    </div>
</div>