backend-management-ui 1.1.4 → 1.1.5
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,8 +57,8 @@ export default {
|
|
|
57
57
|
|
|
58
58
|
基本用法
|
|
59
59
|
|
|
60
|
-
####
|
|
61
|
-

|
|
62
62
|
``` markdown
|
|
63
63
|
``` js
|
|
64
64
|
<ui-form :model="searchForm" :formConfig="formConfig" label-width="100px" ></ui-form>
|
|
@@ -93,7 +93,7 @@ export default {
|
|
|
93
93
|
```
|
|
94
94
|
|
|
95
95
|
#### 典型展示表单
|
|
96
|
-

|
|
97
97
|
``` markdown
|
|
98
98
|
``` js
|
|
99
99
|
<ui-form :model="searchForm" :formConfig="formConfig" label-width="100px" :showOperateBtn="false">
|