|
@@ -187,8 +187,8 @@
|
|
|
<el-input v-model="sItem.param2" clearable placeholder="请输入" style="width: 100%;" />
|
|
|
</el-col>
|
|
|
<el-col :span="2" class="text-right">
|
|
|
- <el-button type="text" icon="el-icon-plus" @click="onAddTJ(index, sIndex)" />
|
|
|
- <el-button v-if="item.condition_content.length !== 1" type="text" icon="el-icon-minus" @click="onDeleteTJ(index, sIndex)" />
|
|
|
+ <el-button type="primary" plain icon="el-icon-plus" @click="onAddTJ(index, sIndex)" />
|
|
|
+ <el-button v-if="item.condition_content.length !== 1" type="primary" plain icon="el-icon-minus" @click="onDeleteTJ(index, sIndex)" />
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<div class="span">
|
|
@@ -244,13 +244,12 @@
|
|
|
value-key="name"
|
|
|
:fetch-suggestions="querySearch"
|
|
|
placeholder="请输入"
|
|
|
- :trigger-on-focus="false"
|
|
|
@select="handleSelect"
|
|
|
/>
|
|
|
</el-col>
|
|
|
<el-col :span="2" class="text-right">
|
|
|
- <el-button type="text" icon="el-icon-plus" @click="onAddGZ(index, sIndex)" />
|
|
|
- <el-button v-if="item.condition_content.length !== 1" type="text" icon="el-icon-minus" @click="onDeleteGZ(index, sIndex)" />
|
|
|
+ <el-button type="primary" plain icon="el-icon-plus" @click="onAddGZ(index, sIndex)" />
|
|
|
+ <el-button v-if="item.condition_content.length !== 1" type="primary" plain icon="el-icon-minus" @click="onDeleteGZ(index, sIndex)" />
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<div class="span">
|