File tree Expand file tree Collapse file tree 2 files changed +19
-23
lines changed
uliweb_apijson/apijson/templates/vue Expand file tree Collapse file tree 2 files changed +19
-23
lines changed Original file line number Diff line number Diff line change @@ -23,29 +23,25 @@ comment = {
23
23
24
24
[APIJSON_REQUESTS]
25
25
moment = {
26
- " moment" : {
27
- " POST" :{
28
- " ADD" :{" @role" : " OWNER" },
29
- " DISALLOW" : [" id" ],
30
- " NECESSARY" : [" content" ],
31
- },
32
- " PUT" :{
33
- " ADD" :{" @role" : " OWNER" },
34
- " NECESSARY" : [" id" ," content" ],
35
- },
36
- }
26
+ " POST" :{
27
+ " ADD" :{" @role" : " OWNER" },
28
+ " DISALLOW" : [" id" ],
29
+ " NECESSARY" : [" content" ],
30
+ },
31
+ " PUT" :{
32
+ " ADD" :{" @role" : " OWNER" },
33
+ " NECESSARY" : [" id" ," content" ],
34
+ },
37
35
}
38
36
39
37
comment = {
40
- " comment" : {
41
- " POST" :{
42
- " ADD" :{" @role" : " OWNER" },
43
- " DISALLOW" : [" id" ],
44
- " NECESSARY" : [" content" ]
45
- },
46
- " PUT" :{
47
- " ADD" :{" @role" : " OWNER" },
48
- " NECESSARY" : [" id" ," content" ],
49
- },
50
- }
38
+ " POST" :{
39
+ " ADD" :{" @role" : " OWNER" },
40
+ " DISALLOW" : [" id" ],
41
+ " NECESSARY" : [" content" ]
42
+ },
43
+ " PUT" :{
44
+ " ADD" :{" @role" : " OWNER" },
45
+ " NECESSARY" : [" id" ," content" ],
46
+ },
51
47
}
Original file line number Diff line number Diff line change 17
17
<checkbox v-if="item.component=='checkbox'" v-model="item.value" :disabled="!editable(item)"></checkbox>
18
18
<i-input v-if="item.component=='textarea'" v-model="item.value" type="textarea" :autosize="{minRows: 2,maxRows: 5}"></i-input>
19
19
</form-item>
20
- <form-item v-if="config_editable" label="action ">
20
+ <form-item v-if="config_editable" label="Action ">
21
21
<i-button type="info" icon="ios-download" size="large" @click="save">Save</i-button>
22
22
</form-item>
23
23
</i-form>
You can’t perform that action at this time.
0 commit comments