star-horse-lowcode 2.7.33 → 2.7.35
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/index.es.js
CHANGED
|
@@ -93604,7 +93604,7 @@ function commonParseCodeToName(name, cellValue) {
|
|
|
93604
93604
|
if (name == "state" || name.includes("&state")) {
|
|
93605
93605
|
return cellValue == 1 ? "正常" : "异常";
|
|
93606
93606
|
}
|
|
93607
|
-
const preps = ["createdTime", "updatedTime", "
|
|
93607
|
+
const preps = ["createdTime", "updatedTime", "createdTime", "updatedTime", "createTime", "editTime"];
|
|
93608
93608
|
const result = preps.find(
|
|
93609
93609
|
(item) => name?.includes("&" + item) || convertToCamelCase(name)?.toLowerCase() === item.toLowerCase()
|
|
93610
93610
|
);
|
|
@@ -102029,7 +102029,7 @@ function commonField() {
|
|
|
102029
102029
|
});
|
|
102030
102030
|
fields.push({
|
|
102031
102031
|
label: "创建日期",
|
|
102032
|
-
fieldName: "
|
|
102032
|
+
fieldName: "createdTime",
|
|
102033
102033
|
type: "date",
|
|
102034
102034
|
formVisible: false,
|
|
102035
102035
|
listVisible: false
|
|
@@ -102043,7 +102043,7 @@ function commonField() {
|
|
|
102043
102043
|
});
|
|
102044
102044
|
fields.push({
|
|
102045
102045
|
label: "修改日期",
|
|
102046
|
-
fieldName: "
|
|
102046
|
+
fieldName: "updatedTime",
|
|
102047
102047
|
type: "date",
|
|
102048
102048
|
formVisible: false,
|
|
102049
102049
|
listVisible: false
|