jamespot-front-business 1.1.97 → 1.1.98
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/dist/cjs.js +1 -1
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +1 -1
- package/dist/esm.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs.js
CHANGED
|
@@ -4360,7 +4360,7 @@ function fieldType(fieldType) {
|
|
|
4360
4360
|
return fieldType;
|
|
4361
4361
|
}
|
|
4362
4362
|
function getAttrNameFormItem(field, fieldId) {
|
|
4363
|
-
return
|
|
4363
|
+
return AppColumnsDefaultTypes.includes(field.type) ? fieldType(field.type) : uuid2Alpha(fieldId).toLowerCase();
|
|
4364
4364
|
}
|
|
4365
4365
|
function renderAudience(audience, installFor) {
|
|
4366
4366
|
if (audience === AUDIENCE.ALL)
|