所属小区
-
-
-
+
-
+
-
+
n.isChange).map(item => {
return {
queryType: item.queryType,
tableName: item.tableName,
columnName: item.columnName,
// columnValue: []
- columnValue: (itemTypes.includes(item.queryType) || itemTypes.includes(item.itemType)) ? this.form[item.columnName] : [this.form[item.columnName]]
+ columnValue: (itemTypes.includes(item.queryType) || itemTypes.includes(item.itemType)) ? this.form[item.columnName] : [this.form[item.columnName].toString()]
}
})
let arr1 = this.fixedList.filter(n => n.columnValue.length > 0).map(item => {
@@ -516,6 +499,7 @@ export default {
margin-bottom: 20px;
}
.resi-search {
+ padding-right: 140px;
.el-col {
text-align: right;
}
diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue
index 2ee44783..c5251801 100644
--- a/src/views/modules/base/resi.vue
+++ b/src/views/modules/base/resi.vue
@@ -11,6 +11,7 @@
@@ -25,7 +26,7 @@
:prop="item.columnName"
:label="item.label"
align="center"
- width="180">
+ :width="item.itemType === 'radio' ? 80 : 180">
{{ handleFilterSpan(scope.row, item)}}
@@ -85,7 +86,7 @@