mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 14:40:44 +00:00
9 lines
146 B
Vue
9 lines
146 B
Vue
|
|
<template>
|
||
|
|
<div>
|
||
|
|
<UploadExcel :on-success="handleSuccess" :before-upload="beforeUpload" />
|
||
|
|
</div>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
|
||
|
|
</script>
|