瀏覽代碼

查新检索显示总数

guhongwei 3 年之前
父節點
當前提交
388d79defc
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/views/market/patentInfo/index.vue

+ 8 - 0
src/views/market/patentInfo/index.vue

@@ -4,6 +4,7 @@
       <template v-slot:info>
         <van-col :span="24" class="one">
           <van-button type="info" size="small" @click="toSearch">查询条件</van-button>
+          <span class="total">({{ total }})</span>
         </van-col>
         <van-col :span="24" class="two">
           <list-1 :list="list" @detail="detail"></list-1>
@@ -118,6 +119,13 @@ export default {
   background-color: #fff;
   padding: 10px 0;
   text-align: center;
+  .total {
+    color: #000;
+    font-weight: bold;
+    position: relative;
+    top: 5px;
+    left: 10px;
+  }
 }
 .dialog {
   /deep/.van-dialog__content {