@@ -181,7 +181,7 @@
type="text"
size="small"
:disabled="isViewMode"
- @click="$emit('handle-template-download', scope.row)"
+ @click="handleDataDownload(scope.row)"
>
模版下载
</el-button>
@@ -189,7 +189,7 @@
- @click="$emit('handle-data-upload', scope.row)"
+ @click="handleDataUpload(scope.row)"
数据上传