修改文档库的中英文切换

This commit is contained in:
qq787203167
2022-03-01 14:24:34 +08:00
parent 40c13f8731
commit e214d98d16
12 changed files with 59 additions and 32 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
:remove='remove'
@change="handleChange">
<p><a-icon style="font-size: 67px;color: #c0c4cc;" type="cloud-upload" /></p>
<p class="ant-upload-text" style="font-size: 14px;line-height: 30px">点击上传</p>
<p class="ant-upload-text" style="font-size: 14px;line-height: 30px">{{this.$t('clickUpload')}}</p>
</a-upload-dragger>
</a-modal>
</div>
@@ -29,7 +29,7 @@
data(){
return{
visible:false,
title:'上传文件',
title:this.$t('clickUpload'),
uploadAction:window._CONFIG['domianURL']+"/sys/common/upload",
myuploadAction:window._CONFIG['domianURL']+this.thisFileUploadUrl,
upDataList:[],