소스 검색

销售合同-筛选条件格式修改

jingbb 2 달 전
부모
커밋
05a6a44de2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/saleCode/saleContract/SaleContract.data.ts

+ 2 - 2
src/views/saleCode/saleContract/SaleContract.data.ts

@@ -98,7 +98,7 @@ export const searchFormSchema: FormSchema[] = [
     label: '单据日期(bill date)',
     field: 'billDate',
     component: 'RangePicker',
-    labelWidth: 150,
+    labelWidth: 180,
     componentProps: {
       valueType: 'Date',
     },
@@ -214,7 +214,7 @@ export const searchFormSchema: FormSchema[] = [
   {
     label: '关闭(close)',
     field: 'isClose',
-    labelWidth: 150,
+    labelWidth: 180,
     component: 'JDictSelectTag',
     componentProps: {
       dictCode: 'yes_or_no',