Browse Source

feat(gui-v2): include CellPercent

pull/2910/head
Wing-Kam Wong 2 years ago
parent
commit
84015a4fa5
  1. 2
      packages/nc-gui-v2/components/smartsheet/Cell.vue

2
packages/nc-gui-v2/components/smartsheet/Cell.vue

@ -44,6 +44,7 @@ const {
isString,
isSingleSelect,
isMultiSelect,
isPercent,
} = useColumn(column)
</script>
@ -203,6 +204,7 @@ todo :
<!-- v-on="parentListeners"
/>
-->
<CellPercent v-else-if="isPercent" v-model="localState" />
<CellText v-else v-model="localState" />
<!-- v-on="$listeners" <span v-if="hint" class="nc-hint">{{ hint }}</span> -->

Loading…
Cancel
Save