优化显示

Former-commit-id: 89ad340ecdac7fcdab90b8ca8f47db010dc76663 [formerly 89ad340ecdac7fcdab90b8ca8f47db010dc76663 [formerly 89ad340ecdac7fcdab90b8ca8f47db010dc76663 [formerly 89ad340ecdac7fcdab90b8ca8f47db010dc76663 [formerly f442f4ff467ea33891fe1e33f01e68e3ac3b53ed [formerly 74c3879229b997ccea75948f385301f99c51f7ba]]]]]
Former-commit-id: 5fae8706e10613cdb8993823e5073ea568657f14
Former-commit-id: 65fdaaf521c9de7899d8c6f511314047cbc723ac
Former-commit-id: f77d53578471856768e159705bfe22a5dd677649 [formerly 5e40c474981cde955033689d11a04c4049430f05]
Former-commit-id: ace65a966ad839d8978cc74c5f2f371b44e30d8f
Former-commit-id: 97adc9f9618eddb2de06bcb9a2b3ab5888a1c7b2
Former-commit-id: 24b68e66e33ad367ddd005a54660f7ec47c8f6f0
Former-commit-id: 5a15749aa99cbbca48f289db1f76b38f6d9bfb76
Former-commit-id: 8c8fd8221046166f1b1b2b4582cfc63ec2d0593c
This commit is contained in:
liyang
2018-07-21 15:52:44 +08:00
parent a88fe0cd9e
commit 4f1cae7cf1
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<template>
<d2-container>
<d2-container type="card">
<template slot="header">导出表格</template>
<div class="d2-mb">
<el-button type="primary" @click="exportCsv">

View File

@@ -1,5 +1,5 @@
<template>
<d2-container>
<d2-container type="card">
<template slot="header">导出文本</template>
<el-input
type="textarea"

View File

@@ -1,5 +1,5 @@
<template>
<d2-container>
<d2-container type="card">
<template slot="header">导入 csv</template>
<div class="d2-mb">
<el-button @click="download">

View File

@@ -1,5 +1,5 @@
<template>
<d2-container>
<d2-container type="card">
<template slot="header">导入 xlsx</template>
<div class="d2-mb">
<el-button @click="download">