Parcourir la source

招标书-删除“参与家数”字段

jingbb il y a 5 mois
Parent
commit
bb84ca27fd
1 fichiers modifiés avec 2 ajouts et 8 suppressions
  1. 2 8
      src/views/saleCode/rfp/SaleRfp.data.ts

+ 2 - 8
src/views/saleCode/rfp/SaleRfp.data.ts

@@ -315,22 +315,16 @@ export const formSchema: FormSchema[] = [
     labelWidth:220,
     component: 'InputNumber',
   },
-  {
-    label: '参与家数(households)',
-    field: 'households',
-    labelWidth:150,
-    component: 'InputNumber',
-  },
   {
     label: '备注(notes)',
     field: 'notes',
-    labelWidth:220,
+    labelWidth:150,
     component: 'Input',
   },
   {
     label: '附件(attachs)',
     field: 'attachs',
-    labelWidth:150,
+    labelWidth:220,
     component: 'JUpload',
   },
 	// TODO 主键隐藏字段,目前写死为ID