Showing
1 changed file
with
10 additions
and
8 deletions
@@ -19,20 +19,22 @@ | @@ -19,20 +19,22 @@ | ||
19 | 19 | ||
20 | <!--<button>Export</button>--> | 20 | <!--<button>Export</button>--> |
21 | 21 | ||
22 | - <input id="isReplyCombobox" class="easyui-combobox" data-options=" | 22 | + <input id="isReplyCombobox" class="easyui-combobox" value="1" data-options=" |
23 | editable: false, | 23 | editable: false, |
24 | valueField: 'id', | 24 | valueField: 'id', |
25 | textField: 'text', | 25 | textField: 'text', |
26 | - data: [ { id: '', text: '是否注册' }, | ||
27 | - ,{id: '1',text: '已注册' }, | ||
28 | - {id: '2',text: '未注册' } | ||
29 | - ]"/> | ||
30 | - <input id="isDeleteCombobox" class="easyui-combobox" data-options=" | 26 | + data: [{ |
27 | + id: '1', | ||
28 | + text: '已注册' | ||
29 | + }, { | ||
30 | + id: '2', | ||
31 | + text: '未注册' | ||
32 | + }]"/> | ||
33 | + <input id="isDeleteCombobox" class="easyui-combobox" value="1" data-options=" | ||
31 | editable: false, | 34 | editable: false, |
32 | valueField: 'id', | 35 | valueField: 'id', |
33 | textField: 'text', | 36 | textField: 'text', |
34 | - data: [ | ||
35 | - { id: '', text: '是否购买' },{ | 37 | + data: [{ |
36 | id: '1', | 38 | id: '1', |
37 | text: '未购买' | 39 | text: '未购买' |
38 | }, { | 40 | }, { |
-
Please register or login to post a comment