|
|
@@ -69,20 +69,18 @@ function resetForm() {
|
|
|
</template>
|
|
|
<template #searchbtn>
|
|
|
<el-col :span="tableSearchBtnSpan">
|
|
|
- <el-form-item>
|
|
|
- <el-button class="btn btn-primary" @click="customSearch">
|
|
|
- <template #icon>
|
|
|
- <KTIcon icon-name="magnifier" icon-type="solid"></KTIcon>
|
|
|
- </template>
|
|
|
- 搜索
|
|
|
- </el-button>
|
|
|
- <el-button class="btn btn-light-primary" @click="resetForm">
|
|
|
- <template #icon>
|
|
|
- <KTIcon icon-name="arrows-loop" icon-type="solid"></KTIcon>
|
|
|
- </template>
|
|
|
- 重置
|
|
|
- </el-button>
|
|
|
- </el-form-item>
|
|
|
+ <el-button class="btn btn-primary" @click="customSearch">
|
|
|
+ <template #icon>
|
|
|
+ <KTIcon icon-name="magnifier" icon-type="solid"></KTIcon>
|
|
|
+ </template>
|
|
|
+ 搜索
|
|
|
+ </el-button>
|
|
|
+ <el-button class="btn btn-light-primary" @click="resetForm">
|
|
|
+ <template #icon>
|
|
|
+ <KTIcon icon-name="arrows-loop" icon-type="solid"></KTIcon>
|
|
|
+ </template>
|
|
|
+ 重置
|
|
|
+ </el-button>
|
|
|
</el-col>
|
|
|
</template>
|
|
|
</VbForm>
|