eztech-core-components 1.0.48 → 1.0.49

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.
@@ -203,7 +203,7 @@ export default {
203
203
  },
204
204
  val0: {
205
205
  get () {
206
- const val1 = get(this.value, '[1]')
206
+ const val1 = get(this.value, '[0]')
207
207
  const val = ['', undefined].includes(val1) ? null : val1
208
208
  if (['number', 'decimal'].includes(this.colType) && val && !this.col?.col_field?.includes('year')) {
209
209
  return val.$format()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eztech-core-components",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },