大宝管理后台代码
dcc
2024-07-10 bfd4f0e5ac1c8da2b997c2fee7738e9f4bb976da
src/views/product/shares.vue
@@ -65,7 +65,7 @@
          <template>
            <div>
              <span style="margin-right: 10px">{{ record.stockName }}</span>
              <a-tag color="green">{{ record.stockSpell }} </a-tag>
              <a-tag color="green">{{ record.stockCode }} </a-tag>
            </div>
            <!-- stockSpell -->
@@ -489,7 +489,7 @@
    },
    onSizeChange(current, pageSize) {
      this.queryParam.pageNum = current
      this.pagination.current = page
      this.pagination.current = current
      this.queryParam.pageSize = pageSize
      this.getlist()
    },