制度表单多文件
This commit is contained in:
parent
264c46f41c
commit
b6ae43319b
@ -23,10 +23,10 @@
|
||||
:on-exceed="handleExceed"
|
||||
:show-file-list="false"
|
||||
>
|
||||
<awsui-button type="primary" @click="handleUploadBtn">导入Word文件</awsui-button>
|
||||
<awsui-button type="primary" @click="handleUploadBtn">导入Excel文件</awsui-button>
|
||||
<template #tip>
|
||||
<div class="el-upload__tip">
|
||||
仅支持Word格式文本
|
||||
仅支持Excel格式文本
|
||||
</div>
|
||||
</template>
|
||||
</el-upload>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="data-import">
|
||||
<div class="top-box">
|
||||
<div class="title-box">表单导入</div>
|
||||
<div class="title-box">表单批量导入</div>
|
||||
<div class="step-box">
|
||||
<el-steps :active="info.activeStep" finish-status="success">
|
||||
<el-step :title="item.title" v-for="item in info.steps" />
|
||||
@ -19,7 +19,8 @@
|
||||
:on-remove="handleRemove"
|
||||
:before-remove="beforeRemove"
|
||||
:on-success="handleSuccess"
|
||||
:limit="1"
|
||||
:limit="100"
|
||||
multiple
|
||||
:on-exceed="handleExceed"
|
||||
:show-file-list="false"
|
||||
>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="data-import">
|
||||
<div class="top-box">
|
||||
<div class="title-box">制度导入</div>
|
||||
<div class="title-box">制度批量导入</div>
|
||||
<div class="step-box">
|
||||
<el-steps :active="info.activeStep" finish-status="success">
|
||||
<el-step :title="item.title" v-for="item in info.steps" />
|
||||
@ -19,7 +19,8 @@
|
||||
:on-remove="handleRemove"
|
||||
:before-remove="beforeRemove"
|
||||
:on-success="handleSuccess"
|
||||
:limit="1"
|
||||
:limit="100"
|
||||
multiple
|
||||
:on-exceed="handleExceed"
|
||||
:show-file-list="false"
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user