Explorar el Código

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

snow hace 2 años
padre
commit
9604147fa0

+ 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
     }
   ]