From cd11fbba0c9cb0745de0dd46f7017a626b19b3d9 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 23 Jan 2024 18:38:06 +0800
Subject: [PATCH] form渲染问题
---
src/views/property/propertyCompany.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/views/property/propertyCompany.vue b/src/views/property/propertyCompany.vue
index 4e96f15..a13f53e 100644
--- a/src/views/property/propertyCompany.vue
+++ b/src/views/property/propertyCompany.vue
@@ -191,12 +191,11 @@
label: "社会信用代码",
prop: "socialCreditCode",
searchSpan: 5,
- // searchLabelWidth: 124,
+ searchLabelWidth: 124,
search: true,
span: 18,
row: true,
width: 100,
-
},
{
label: "基础信息分",
--
Gitblit v1.9.3