|
@@ -53,7 +53,7 @@
|
|
|
v-model="scope.row.condition"
|
|
|
placeholder="请选择"
|
|
|
class="input-style"
|
|
|
- v-if="scope.row.condition == 'identity'"
|
|
|
+ v-if="scope.row.condition == 'identity' || scope.row.condition == 'n_identity'"
|
|
|
>
|
|
|
<el-option
|
|
|
v-for="item in conditionList1"
|
|
@@ -67,7 +67,7 @@
|
|
|
v-model="scope.row.condition"
|
|
|
placeholder="请选择"
|
|
|
class="input-style"
|
|
|
- v-if="scope.row.condition == 'contain'"
|
|
|
+ v-if="scope.row.condition == 'contain' || scope.row.condition == 'n_contain'"
|
|
|
>
|
|
|
<el-option
|
|
|
v-for="item in conditionList2"
|