File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
packages/vue/src/popeditor/src Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 64
64
<tiny-grid
65
65
ref =" suggest"
66
66
v-if =" state.showSuggestPanel"
67
+ v-bind =" gridOp"
67
68
auto-resize
68
69
:loading =" state.loading"
69
70
max-height =" 300px"
172
173
<div v-if =" state.activeName === 'history'" class =" tabs-body-item" >
173
174
<tiny-grid
174
175
ref =" historyGrid"
176
+ v-bind =" gridOp"
175
177
height =" 290px"
176
178
size =" mini"
177
179
:highlight-current-row =" true"
187
189
<div v-if =" state.activeName === 'source'" class =" tabs-body-item" >
188
190
<tiny-grid
189
191
v-if =" multi"
192
+ v-bind =" gridOp"
190
193
auto-resize
191
194
:loading =" state.loading"
192
195
ref =" sourceGrid"
204
207
<tiny-grid
205
208
v-else
206
209
ref =" sourceGrid"
210
+ v-bind =" gridOp"
207
211
auto-resize
208
212
:loading =" state.loading"
209
213
height =" 290px"
268
272
<tiny-grid
269
273
v-else
270
274
ref =" selectedGrid"
275
+ v-bind =" gridOp"
271
276
auto-resize
272
277
:columns =" state.baseColumns"
273
278
:data =" state.selectedDatas"
You can’t perform that action at this time.
0 commit comments