panlinlin
2021-02-25 0f58218badea86a5209ae7f1ccd60b7cb4b26eee
web_src/src/components/gb28181/chooseChannelForGb.vue
@@ -41,7 +41,7 @@
        <el-table-column prop="manufacturer" label="厂家" align="center">
        </el-table-column>
    </el-table>
    <el-pagination style="float: right;margin-top: 1rem;" @size-change="handleSizeChange" @current-change="currentChange" :current-page="currentPage" :page-size="count" :page-sizes="[15, 20, 30, 50]" layout="total, sizes, prev, pager, next" :total="total">
    <el-pagination style="float: right;margin-top: 1rem;" @size-change="handleSizeChange" @current-change="currentChange" :current-page="currentPage" :page-size="count" :page-sizes="[10, 20, 30, 50]" layout="total, sizes, prev, pager, next" :total="total">
    </el-pagination>
</div>
</template>
@@ -72,7 +72,7 @@
            online: "",
            choosed: "",
            currentPage: 0,
            count: 15,
            count: 10,
            total: 0,
            eventEnanle: false