We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32dab6b commit 81d8487Copy full SHA for 81d8487
src/views/bpm/model/ModelForm.vue
@@ -96,17 +96,17 @@
96
</el-form-item>
97
<el-form-item
98
v-if="formData.formType === 20"
99
- label="表单查看路由"
+ label="表单查看地址"
100
prop="formCustomViewPath"
101
>
102
<el-input
103
v-model="formData.formCustomViewPath"
104
- placeholder="请输入表单查看路由"
+ placeholder="请输入表单查看的组件地址"
105
style="width: 330px"
106
/>
107
<el-tooltip
108
class="item"
109
- content="自定义表单的查看路径,使用 Vue 的路由地址,例如说:bpm/oa/leave/view"
+ content="自定义表单的查看组件地址,使用 Vue 的组件地址,例如说:bpm/oa/leave/detail"
110
effect="light"
111
placement="top"
112
0 commit comments