派生自 wuyushui/SewerAndRainNetwork

seatonwan9
2021-05-30 b5db7d99041a1ea1dbd01c8c5d8f55eb36f7c71e
src/components/panel/topicSearch/pipeInformationSearch.vue
@@ -15,6 +15,12 @@
                        </el-option>
                    </el-select>
                </el-form-item>
                <div class="page_total">
                    <p>共计
                        <span>{{total}}</span>
                        条记录
                    </p>
                </div>
                <div class="rightButtonSearch">
                    <el-input  v-model="form.keyword" size="mini"  placeholder="在此输入关键字搜索"></el-input>
                    <el-button class="el-icon-search" @click="handleSearch"></el-button>