韩国文件拆分处理

This commit is contained in:
wangchengjun
2022-04-11 20:14:39 +08:00
parent 63bd6653a4
commit 1395c1a34e
7 changed files with 363 additions and 75 deletions
@@ -25,8 +25,11 @@
<a-select-option value="GSO" key="GSO">
GSO
</a-select-option>
<a-select-option value="Korean" key="Korean">
{{$t('Korea')}}
<a-select-option value="KMVSS_Table" key="KMVSS_Table">
{{$t('KMVSS_Table')}}
</a-select-option>
<a-select-option value="KMVSS_Article" key="KMVSS_Article">
{{$t('KMVSS_Article')}}
</a-select-option>
<a-select-option value="US" key="US">
{{$t('America')}}
@@ -195,6 +198,7 @@
},
//拆分
submitSplit(){
debugger
if(this.fileGroup.length == 0||this.fileGroup==undefined){
this.$message.warning(this.$t('selectFileType'))
}else if(this.rows&&this.rows.length>1){