ztxkui 2.8.9-6 → 2.8.9-7
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.
|
@@ -60,7 +60,7 @@ function useColumns(props) {
|
|
|
60
60
|
}
|
|
61
61
|
// 添加必填标识
|
|
62
62
|
if (_column.required) {
|
|
63
|
-
_column.title = (React.createElement(
|
|
63
|
+
_column.title = (React.createElement("span", { title: typeof _column.title === 'string' ? _column.title : '' },
|
|
64
64
|
React.createElement("i", { className: "zt-column--required" }, "*"),
|
|
65
65
|
_column.title));
|
|
66
66
|
}
|