
iview
Vue中iview的使用
今天代码敲了吗
这个作者很懒,什么都没留下…
展开
-
Vue 使用IView自定义验证码组件
Vue 使用IView自定义验证码组件<template> <Form ref="loginForm" :model="form" :rules="rules" @keydown.enter.native="handleSubmit"> <FormItem prop="phone"> <Input v-model="form.phone" placeholder="请原创 2020-12-01 11:08:44 · 1026 阅读 · 0 评论 -
Vue iView table高度随浏览器窗口大小变化
Vue Iview table高度随浏览器窗口大小变化在mounted中监听<template> <div class="tables"> <Table class="table" :height="tableHeight" :columns="columns" :data="list" :loading="loading" :border="tru原创 2020-10-28 15:04:24 · 974 阅读 · 0 评论 -
Vue IView Table 按照数据默认勾选,分页之后也不会消失
Vue IView Table 按照数据默认勾选,分页之后也不会消失<Modal v-model="isParams" footer-hide title="参数" width="800"> <Table ref="table" :columns="columnsParam" :data="listParam" :show-header="true" @on-select="原创 2020-09-10 10:08:03 · 2578 阅读 · 1 评论 -
vue iview Table 表格实现分页效果
<template> <div class="table"> <Table :columns="columns" :data="pageData" :border="true" > <Page :total="progressData.length" :current="page" :page-size="30" show-total原创 2020-06-23 11:26:59 · 2586 阅读 · 0 评论