Selaa lähdekoodia

我的待办页面的客户名称入参名传错了,已修复

刘洋 1 vuosi sitten
vanhempi
commit
f5c849c105
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/my-workbenches/workbenches/my-waits/index.vue

+ 1 - 1
src/views/my-workbenches/workbenches/my-waits/index.vue

@@ -97,7 +97,7 @@ const fields = ref([
     cell: 'service',
   },
   {
-    prop: 'custom',
+    prop: 'customName',
     label: '客户名称',
     labelWidth: 100,
     colSpan: 5,