|
|
@@ -4,8 +4,8 @@
|
|
|
<div slot="header" class="clearfix">
|
|
|
<span style="font-weight: bold">准入范围<span v-if="needPayAmount > 0 && !['7', '8', '11'].includes(status)" style="font-size: 12px; font-weight: normal; color: red"> (需交费:{{needPayAmount}}元)</span></span>
|
|
|
<span style="margin-left: 600px">
|
|
|
- 准入编码
|
|
|
- <el-input size="mini" v-model="Code" style="width:10%" clearable placeholder="准入编码"></el-input>
|
|
|
+ 准入范围/编码
|
|
|
+ <el-input size="mini" v-model="Code" style="width:10%" clearable placeholder="准入范围/编码"></el-input>
|
|
|
|
|
|
<el-button type="primary" size="mini" @click="handleSearch">查询</el-button>
|
|
|
</span>
|