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/esm.js
CHANGED
|
@@ -4352,7 +4352,7 @@ function fieldType(fieldType) {
|
|
|
4352
4352
|
return fieldType;
|
|
4353
4353
|
}
|
|
4354
4354
|
function getAttrNameFormItem(field, fieldId) {
|
|
4355
|
-
return
|
|
4355
|
+
return AppColumnsDefaultTypes.includes(field.type) ? fieldType(field.type) : uuid2Alpha(fieldId).toLowerCase();
|
|
4356
4356
|
}
|
|
4357
4357
|
function renderAudience(audience, installFor) {
|
|
4358
4358
|
if (audience === AUDIENCE.ALL)
|