|
@@ -2,7 +2,12 @@
|
|
<div>
|
|
<div>
|
|
<el-dialog :modal="false" width="700px" :title="`模型入参`" :visible.sync="dialogFormVisible" @close="handleCancel">
|
|
<el-dialog :modal="false" width="700px" :title="`模型入参`" :visible.sync="dialogFormVisible" @close="handleCancel">
|
|
<el-row style="margin-bottom: 10px;" type="flex" justify="space-between">
|
|
<el-row style="margin-bottom: 10px;" type="flex" justify="space-between">
|
|
- <el-input v-model="filterParams.keyword" placeholder="请输入内容" @input="handleSearch" />
|
|
|
|
|
|
+ <el-input v-model="filterParams.keyword" clearable placeholder="请输入内容" @input="handleSearch">
|
|
|
|
+ <i
|
|
|
|
+ slot="prefix"
|
|
|
|
+ class="el-icon-search el-input__icon"
|
|
|
|
+ />
|
|
|
|
+ </el-input>
|
|
<el-button style="margin-left: 20px" type="primary" @click="handleSubmit">确认</el-button>
|
|
<el-button style="margin-left: 20px" type="primary" @click="handleSubmit">确认</el-button>
|
|
</el-row>
|
|
</el-row>
|
|
<el-tabs
|
|
<el-tabs
|