Pre Merge pull request !357 from 水人/N/A

pull/357/MERGE
水人 2024-01-04 07:17:03 +00:00 committed by Gitee
commit 5d8ba4cc81
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 3 additions and 3 deletions

View File

@ -96,17 +96,17 @@
</el-form-item>
<el-form-item
v-if="formData.formType === 20"
label="表单查看路由"
label="表单查看地址"
prop="formCustomViewPath"
>
<el-input
v-model="formData.formCustomViewPath"
placeholder="请输入表单查看路由"
placeholder="请输入表单查看的组件地址"
style="width: 330px"
/>
<el-tooltip
class="item"
content="自定义表单的查看路径,使用 Vue 的路由地址例如说bpm/oa/leave/view"
content="自定义表单的查看组件地址,使用 Vue 的组件地址例如说bpm/oa/leave/detail"
effect="light"
placement="top"
>