xiangbo #1
|
|
@ -82,6 +82,7 @@
|
|||
<el-button type="primary" @click="handleAdd">新建</el-button>
|
||||
<el-button type="success" @click="handleImport">批量导入</el-button>
|
||||
<el-button type="info" @click="handleExport">导出</el-button>
|
||||
<el-button type="info" @click="downLoadTpl">下载模版</el-button>
|
||||
</div>
|
||||
<!-- 表格区域 -->
|
||||
<el-table :data="listData" border style="width: 100%">
|
||||
|
|
@ -449,6 +450,9 @@ function handleImport() {
|
|||
function handleExport() {
|
||||
console.log("导出");
|
||||
}
|
||||
function downLoadTpl() {
|
||||
console.log("下载模版");
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
|
|
|||
Loading…
Reference in New Issue