Skip to content

Commit

Permalink
fix: 修改数据源远程字段表单label
Browse files Browse the repository at this point in the history
  • Loading branch information
gene9831 committed Feb 21, 2024
1 parent 6a28769 commit 2254730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/datasource/src/DataSourceRemoteForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</tiny-input>
</div>
</tiny-form-item>
<tiny-form-item label="描述" prop="description">
<tiny-form-item label="请求描述" prop="description">
<tiny-input v-model="state.serviceForm.description" placeholder="请输入"></tiny-input>
</tiny-form-item>
</tiny-form>
Expand Down

0 comments on commit 2254730

Please sign in to comment.