|
@@ -74,11 +74,11 @@
|
|
<el-dialog custom-class="checkCondition" title="查看/编辑检索式" :visible.sync="visible" width="500px"
|
|
<el-dialog custom-class="checkCondition" title="查看/编辑检索式" :visible.sync="visible" width="500px"
|
|
:before-close="() => { visible = false }" :close-on-click-modal="false" append-to-body>
|
|
:before-close="() => { visible = false }" :close-on-click-modal="false" append-to-body>
|
|
<div>
|
|
<div>
|
|
- <el-input type="textarea" :rows="4" v-model="condition.searchCondition"></el-input>
|
|
|
|
|
|
+ <el-input type="textarea" readonly :rows="4" v-model="condition.searchCondition"></el-input>
|
|
</div>
|
|
</div>
|
|
<span slot="footer" class="dialog-footer footer2">
|
|
<span slot="footer" class="dialog-footer footer2">
|
|
<div>
|
|
<div>
|
|
- <!-- <el-button @click="editSearchCondition">编 辑</el-button> -->
|
|
|
|
|
|
+ <el-button @click="editSearchCondition">编 辑</el-button>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
<el-button @click="visible = false">取 消</el-button>
|
|
<el-button @click="visible = false">取 消</el-button>
|