소스 검색

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

liujt 5 달 전
부모
커밋
43686a9525
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: '牌号',
 
 					},