fmui-base 2.0.23 → 2.0.24
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/README.md +1 -0
- package/lib/no_data/no_data.js +1 -1
- package/lib/process_info/processInfo.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/lib/no_data/no_data.js
CHANGED
|
@@ -279,7 +279,7 @@ var PageHome = function (_React$Component) {
|
|
|
279
279
|
finalButtons.set(content[i].buttonCode, content[i].buttonName);
|
|
280
280
|
}
|
|
281
281
|
finalButtons.set('BASE_SUMBIT', '通过');
|
|
282
|
-
finalButtons.set('PAGE_SAVE', '
|
|
282
|
+
finalButtons.set('PAGE_SAVE', '保存草稿');
|
|
283
283
|
}).catch(function (error) {
|
|
284
284
|
console.error(error);
|
|
285
285
|
});
|