doway-coms 2.10.81 → 2.10.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -250,6 +250,7 @@
|
|
|
250
250
|
<a-select
|
|
251
251
|
:style="{color:scope.column.params.fontColor?scope.column.params.fontColor:null}"
|
|
252
252
|
:allowClear="scope.column.params.allowClear"
|
|
253
|
+
v-if="getCellEditExp(scope)"
|
|
253
254
|
show-search
|
|
254
255
|
option-filter-prop="children"
|
|
255
256
|
v-model="scope.row[scope.column.property]"
|
|
@@ -271,6 +272,7 @@
|
|
|
271
272
|
<a-select
|
|
272
273
|
:style="{color:scope.column.params.fontColor?scope.column.params.fontColor:null}"
|
|
273
274
|
v-model="scope.row[scope.column.property]"
|
|
275
|
+
v-if="getCellEditExp(scope)"
|
|
274
276
|
@change="cellValueChange(scope)"
|
|
275
277
|
mode="multiple"
|
|
276
278
|
size="small"
|