修改布局
This commit is contained in:
parent
f885378707
commit
c2f82db24b
@ -8,7 +8,7 @@
|
|||||||
ref="searchForm"
|
ref="searchForm"
|
||||||
>
|
>
|
||||||
<div style="display: flex; justify-content: space-between;margin-top:15px">
|
<div style="display: flex; justify-content: space-between;margin-top:15px">
|
||||||
<div>
|
<div style="position: relative;">
|
||||||
<el-form-item label="访客姓名" prop="visitName">
|
<el-form-item label="访客姓名" prop="visitName">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="searchForm.visitName"
|
v-model="searchForm.visitName"
|
||||||
@ -69,8 +69,7 @@
|
|||||||
>
|
>
|
||||||
</el-date-picker>
|
</el-date-picker>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</div>
|
<span style="width: 400px;">
|
||||||
<div style="width: 400px">
|
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-button type="primary" plain @click="loadCardData">
|
<el-button type="primary" plain @click="loadCardData">
|
||||||
{{ $t('message.personnelPosition.beaconManage.query') }}
|
{{ $t('message.personnelPosition.beaconManage.query') }}
|
||||||
@ -82,7 +81,9 @@
|
|||||||
{{ $t("message.laborDev.add2") }}
|
{{ $t("message.laborDev.add2") }}
|
||||||
</el-button> -->
|
</el-button> -->
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
@ -440,8 +441,8 @@ export default {
|
|||||||
},
|
},
|
||||||
resetForm () {
|
resetForm () {
|
||||||
this.$refs['searchForm'].resetFields()
|
this.$refs['searchForm'].resetFields()
|
||||||
this.searchForm.beginTime = null
|
this.searchForm.beginTime = 0
|
||||||
this.searchForm.endTime = null
|
this.searchForm.endTime = 0
|
||||||
this.loadCardData()
|
this.loadCardData()
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user