Browse Source

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

jingbb 2 months ago
parent
commit
05a6a44de2
1 changed files with 2 additions and 2 deletions
  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',