diff --git a/src/components/SearchForm/index.vue b/src/components/SearchForm/index.vue
index 5520d73..0259b36 100644
--- a/src/components/SearchForm/index.vue
+++ b/src/components/SearchForm/index.vue
@@ -10,7 +10,10 @@
:style="item.style"
>
-
+
+ {{ item.innerLabel }}
+
+
diff --git a/src/views/system/DataBase.vue b/src/views/system/DataBase.vue
index 1d37734..04f5f48 100644
--- a/src/views/system/DataBase.vue
+++ b/src/views/system/DataBase.vue
@@ -292,7 +292,7 @@ export default {
props: {
allowClear: true,
style: {
- width: '190px',
+ width: '187px',
},
},
style: {
@@ -315,7 +315,7 @@ export default {
filterOption: this.filterOption,
allowClear: true,
style: {
- width: '190px',
+ width: '187px',
},
},
style: {
@@ -338,7 +338,7 @@ export default {
filterOption: this.filterOption,
allowClear: true,
style: {
- width: '190px',
+ width: '187px',
},
},
style: {
@@ -355,7 +355,7 @@ export default {
valueFormat: 'YYYY-MM-DD HH:mm:ss',
style: {
minWidth: 'auto',
- width: '282px',
+ width: '279px',
},
},
style: {
@@ -372,7 +372,7 @@ export default {
valueFormat: 'YYYY-MM-DD HH:mm:ss',
style: {
minWidth: 'auto',
- width: '282px',
+ width: '279px',
},
},
style: {
@@ -380,16 +380,19 @@ export default {
},
},
{
- label: '',
- type: 'a-checkbox-group',
- props: {
- options: [
- { label: 'Collect Stop', value: 'collectStop' },
- { label: 'Acq.Start', value: 'acqDotStart' },
- ],
- },
+ type: 'a-checkbox',
+ name: 'collectStopCheck',
+ innerLabel: 'Collect Stop',
style: {
- width: '230px',
+ width: '132px',
+ },
+ },
+ {
+ type: 'a-checkbox',
+ name: 'acqDotStartCheck',
+ innerLabel: 'Acq.Start',
+ style: {
+ width: '113px',
},
},
]