Commit 85939997 authored by renjintao's avatar renjintao

details

parent 3daadc1b
<template>
<div>
<DataGrid :columns="columns" ref="grid" :data="list" :easy="false" :high="false">
<DataGrid :columns="columns" ref="grid" :data="list" :easy="false" :high="false" :page="false">
<template slot="buttons">
<Button type="primary" @click="add">新增</Button>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment