Skip to content

Commit 81d8487

Browse files
水人gitee-org
authored andcommitted
update src/views/bpm/model/ModelForm.vue.
创建的是用路由地址,但那个表单查看的是VUE源码的组件地址,不是路由。给我造成了很大的困扰~ Signed-off-by: 水人 <[email protected]>
1 parent 32dab6b commit 81d8487

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/bpm/model/ModelForm.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,17 @@
9696
</el-form-item>
9797
<el-form-item
9898
v-if="formData.formType === 20"
99-
label="表单查看路由"
99+
label="表单查看地址"
100100
prop="formCustomViewPath"
101101
>
102102
<el-input
103103
v-model="formData.formCustomViewPath"
104-
placeholder="请输入表单查看路由"
104+
placeholder="请输入表单查看的组件地址"
105105
style="width: 330px"
106106
/>
107107
<el-tooltip
108108
class="item"
109-
content="自定义表单的查看路径,使用 Vue 的路由地址,例如说:bpm/oa/leave/view"
109+
content="自定义表单的查看组件地址,使用 Vue 的组件地址,例如说:bpm/oa/leave/detail"
110110
effect="light"
111111
placement="top"
112112
>

0 commit comments

Comments
 (0)