finish api release.

This commit is contained in:
xiawenlong
2021-10-18 16:13:46 +08:00
parent 4f9086045a
commit e1bed5bc55
13 changed files with 401 additions and 153 deletions
+2 -2
View File
@@ -235,7 +235,7 @@ try {
</label>
</div>
</td>
<td class="w-200px">
<td class="w-300px">
<input type="text" :placeholder="langDesc" autocomplete="off" class="form-control" v-model="value.desc">
</td>
<td>
@@ -400,7 +400,7 @@ try {
<th class="w-300px">${struct_field}</th>
<th class="w-100px">${struct_paramsType}</th>
<th class="w-80px">${struct_required}</th>
<th class="w-200px">${struct_desc}</th>
<th class="w-300px">${struct_desc}</th>
<th>${struct_action}</th>
</tr>
</thead>
+1 -1
View File
@@ -6,7 +6,7 @@ new Vue({
attr: '',
struct: {
...struct,
attribute: JSON.parse(struct.attribute)
attribute: struct.attribute
}
}
},