对接虚拟清单的发布撤回

This commit is contained in:
qq787203167
2022-04-12 16:59:11 +08:00
parent 3b14934098
commit 1e2a0eb78f
3 changed files with 28 additions and 15 deletions
+3 -2
View File
@@ -639,11 +639,12 @@ module.exports = {
China:'China',
onlyOnefileUploaded:'only one file can be uploaded',
typeCannotUploaded:'this type of file cannot be uploaded',
confirmWithdraw:'confirm Withdraw',
confirmWithdraw:'confirm Withdraw ?',
OperationDetails:'Operation details',
OperationTime:'Operation time',
oneTableAdded:'only one table can be added',
addATable:'please add a table',
pleaseUploadSplitFile:'please upload split file',
release:'release',
confirmRelease:'confirm Release ?',
}
+2 -1
View File
@@ -649,5 +649,6 @@ module.exports = {
oneTableAdded:'只能添加一个表格',
addATable:'请添加一个表格',
pleaseUploadSplitFile:'请上传拆分文件',
release:'发布',
confirmRelease:'确认发布',
}