@zgfe/modules-dm 1.0.56-zhongyuan.28 → 1.0.56-zhongyuan.29
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.
|
@@ -258,6 +258,7 @@ var DataRealView = function DataRealView() {
|
|
|
258
258
|
span: 18
|
|
259
259
|
}
|
|
260
260
|
}, /*#__PURE__*/React.createElement(Input, {
|
|
261
|
+
disabled: textStatus,
|
|
261
262
|
placeholder: "\u8BF7\u8F93\u5165\u4E8B\u4EF6\u540D\u79F0"
|
|
262
263
|
})), /*#__PURE__*/React.createElement(Form.Item, {
|
|
263
264
|
name: "searchUserId",
|
|
@@ -269,6 +270,7 @@ var DataRealView = function DataRealView() {
|
|
|
269
270
|
span: 18
|
|
270
271
|
}
|
|
271
272
|
}, /*#__PURE__*/React.createElement(Input, {
|
|
273
|
+
disabled: textStatus,
|
|
272
274
|
placeholder: "\u8BF7\u8F93\u5165\u7528\u6237ID"
|
|
273
275
|
})), /*#__PURE__*/React.createElement(Form.Item, {
|
|
274
276
|
name: "filterData",
|
|
@@ -280,6 +282,7 @@ var DataRealView = function DataRealView() {
|
|
|
280
282
|
span: 18
|
|
281
283
|
}
|
|
282
284
|
}, /*#__PURE__*/React.createElement(Input, {
|
|
285
|
+
disabled: textStatus,
|
|
283
286
|
placeholder: "\u8BF7\u8F93\u5165\u9700\u8981\u8FC7\u6EE4\u7684\u6570\u636E"
|
|
284
287
|
}))), /*#__PURE__*/React.createElement(Button, {
|
|
285
288
|
type: "primary",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-dm",
|
|
3
|
-
"version": "1.0.56-zhongyuan.
|
|
3
|
+
"version": "1.0.56-zhongyuan.29",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"umi-request": "^1.4.0",
|
|
58
58
|
"yorkie": "^2.0.0"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "7c7bf329c503c798b960aac3a90788a15af8c0e5",
|
|
61
61
|
"gitHooks": {
|
|
62
62
|
"pre-commit": "lint-staged"
|
|
63
63
|
}
|