修改bug

This commit is contained in:
caoyang
2022-03-17 17:35:24 +08:00
parent 8e03347f04
commit 898116c056
274 changed files with 122240 additions and 41 deletions
+8
View File
@@ -541,5 +541,13 @@ module.exports = {
deletedSuccessfully:'deleted successfully',
uploadSuccessful:'upload successful',
noDelete:'the "exhibition area" has associated data, which cannot be deleted!',
numberRows:'number of rows',
numberColumns:'number of columns',
table:'table',
tableRowsColumns:'table rows and columns',
addQuantity:'add quantity',
enterQuantity:'Please enter quantity',
text:'text',
picture:'picture',
}
+8
View File
@@ -545,5 +545,13 @@ module.exports = {
deletedSuccessfully:'删除成功',
uploadSuccessful:'上传成功',
noDelete:'展示区域有关联数据无法删除',
numberRows:'行数',
numberColumns:'列数',
table:'表格',
tableRowsColumns:'表格行数列数',
addQuantity:'添加数量',
enterQuantity:'请输入数量',
text:'文本',
picture:'图片',
}