fix: component name error

3.x
ssc 3 years ago
parent 27da4a2c53
commit 52b08bb25c
  1. 4
      src/views/plugin/workflow/pages/ops/proxy.vue

@ -79,7 +79,7 @@ export default {
{ {
label: "委托人", label: "委托人",
prop: "userId", prop: "userId",
component: 'nf-user-select', component: 'wf-user-select',
params: { params: {
checkType: 'radio', checkType: 'radio',
}, },
@ -96,7 +96,7 @@ export default {
{ {
label: "代理人", label: "代理人",
prop: "proxyUserId", prop: "proxyUserId",
component: 'nf-user-select', component: 'wf-user-select',
params: { params: {
checkType: 'radio', checkType: 'radio',
}, },

Loading…
Cancel
Save