Преглед на файлове

Merge branch 'sit' of http://120.46.155.214:3000/xiaodai2022/accout-vue3-ui into sit

snow преди 2 години
родител
ревизия
9604147fa0
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 2 2
      src/views/InvoiceSales/invoiceApply/config/content.config.ts
  2. 1 0
      src/views/InvoiceSales/invoiceApply/config/search.config.ts

+ 2 - 2
src/views/InvoiceSales/invoiceApply/config/content.config.ts

@@ -10,12 +10,12 @@ const columns = [
   {
     label: "发票申请编号",
     prop: "invNo",
-    width: 175
+    width: 155
   },
   {
     label: "业务企业编号",
     prop: "inv_out",
-    width: 175
+    width: 155
   },
   {
     label: "客户公司名称",

+ 1 - 0
src/views/InvoiceSales/invoiceApply/config/search.config.ts

@@ -13,6 +13,7 @@ const searchFormConfig: FormConfig = {
       field: "status",
       type: "select",
       placeholder: "状态",
+      span: 4,
       options: INV_OPEN_STATUS
     }
   ]