no message
Former-commit-id: f9f727c963e7a4b73e802d3c651a667921a5fac6 Former-commit-id: 448c939cefd4020db35b3c55c5baa0ddf62cb581 Former-commit-id: 0b38ee44ab072298d8abdd8ae802ddb3db3961ef
This commit is contained in:
parent
c178ee2182
commit
c75fe99c6d
|
|
@ -5,26 +5,18 @@
|
|||
title="基本示例"
|
||||
url="https://github.com/mholt/PapaParse">
|
||||
</PageHeader>
|
||||
<el-row :gutter="10">
|
||||
<el-col :span="4">
|
||||
<div class="dd-mb">
|
||||
<el-button @click="download">下载演示CSV</el-button>
|
||||
</div>
|
||||
<el-upload :before-upload="handleUpload" action="default">
|
||||
<el-button type="success">选择 CSV 文件</el-button>
|
||||
</el-upload>
|
||||
</el-col>
|
||||
<el-col :span="20">
|
||||
<el-table v-bind="table" style="width: 100%">
|
||||
<el-table-column
|
||||
v-for="(item, index) in table.columns"
|
||||
:key="index"
|
||||
:prop="item.prop"
|
||||
:label="item.label">
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<div class="dd-mb">
|
||||
<el-button @click="download">下载演示CSV</el-button>
|
||||
<el-button type="success">选择要导入的 CSV 文件</el-button>
|
||||
</div>
|
||||
<el-table v-bind="table" style="width: 100%">
|
||||
<el-table-column
|
||||
v-for="(item, index) in table.columns"
|
||||
:key="index"
|
||||
:prop="item.prop"
|
||||
:label="item.label">
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
</Container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<el-card class="dd-mb">
|
||||
<div class="dd-text-center">
|
||||
<h1 style="font-size: 30px;">您在{{openPageDateAgo}}打开的此页面</h1>
|
||||
<p style="font-size: 10px;">请稍等一下 会自动刷新</p>
|
||||
<p style="font-size: 10px;">请稍等一下 10秒后会开始自动刷新</p>
|
||||
</div>
|
||||
</el-card>
|
||||
<el-card class="dd-mb">
|
||||
|
|
|
|||
Loading…
Reference in New Issue