Explorar el Código

refactor(采购订单审批): 将牌号字段名从brandNo改为productBrand

liujt hace 5 meses
padre
commit
43686a9525
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/home/wt/components/purchaseOrder/taskForm.vue

+ 1 - 1
pages/home/wt/components/purchaseOrder/taskForm.vue

@@ -155,7 +155,7 @@
 
 					},
 					{
-						field: 'brandNo',
+						field: 'productBrand',
 						label: '牌号',
 
 					},