bl-common-vue3 3.8.95 → 3.8.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bl-common-vue3",
3
- "version": "3.8.95",
3
+ "version": "3.8.98",
4
4
  "main": "index.js",
5
5
  "module": "index.js",
6
6
  "description": "bailing vue3 common components lib",
@@ -24,6 +24,7 @@
24
24
  :mobileAnnexUpload="mobileAnnexUpload"
25
25
  :mobileAnnexUploadConfig="mobileAnnexUploadConfig"
26
26
  @handleRequest="handleRequest"
27
+ @handleAddSuccess="handleAddSuccess"
27
28
  />
28
29
  </template>
29
30
  <a-table
@@ -84,6 +85,7 @@
84
85
  :mobileAnnexUpload="mobileAnnexUpload"
85
86
  :mobileAnnexUploadConfig="mobileAnnexUploadConfig"
86
87
  @handleRequest="handleRequest"
88
+ @handleAddSuccess="handleAddSuccess"
87
89
  />
88
90
  <a-tooltip v-if="record.operate.includes('Topping')">
89
91
  <template #title>{{ t('AttachmentInfo.index.559728-6') }}</template>
@@ -234,12 +234,12 @@ export default defineComponent({
234
234
  multiAddVisible.value = true;
235
235
  };
236
236
 
237
- const handleAddSuccess = (list = []) => {
237
+ const handleAddSuccess = (res) => {
238
238
  fileList.value = []
239
239
  multiAddVisible.value = false;
240
240
  addVisible.value = false;
241
241
  // 请求接口
242
- context.emit('getDataList', props.getFile ? list : true)
242
+ context.emit('handleAddSuccess', res)
243
243
  };
244
244
 
245
245
  const handleRequest = (emitObj) => {
@@ -12,13 +12,13 @@ export default {
12
12
  "common.table.status": "Status",
13
13
  "common.table.operation": "Operation",
14
14
  "common.button.cancel": "Cancel",
15
- "common.button.ok": "Ok",
15
+ "common.button.ok": "OK",
16
16
  "common.button.save": "Save",
17
17
  "common.button.confirm": "Confirm",
18
18
  "common.button.submit": "Submit",
19
19
  "common.button.whole": "All",
20
- "common.tenant.lower": "customer",
21
- "common.tenant.cap": "Customer",
20
+ "common.tenant.lower": "tenant",
21
+ "common.tenant.cap": "Tenant",
22
22
  "common.action.collapse": "Collapse",
23
23
  "common.action.expand": "Expand",
24
24
  "common.switch.enabled": "Enabled",
@@ -30,38 +30,38 @@ export default {
30
30
  "common.switch.normal": "Normal",
31
31
  "common.switch.yes": "Yes",
32
32
  "common.switch.no": "No",
33
- "common.save.success": "Successfully saved",
34
- "common.action.success": "Operation successful",
35
- "common.submit.success": "Submitted successfully",
33
+ "common.save.success": "Saved",
34
+ "common.action.success": "Completed",
35
+ "common.submit.success": "Submitted",
36
36
  "common.save.fail": "Save failed, please try again",
37
37
  "common.action.fail": "Operation failed, please try again",
38
38
  "common.submit.fail": "Submission failed, please try again",
39
39
  "common.verification.required": "Required",
40
- "common.houseResources.lower": "housing resources",
41
- "common.houseResources.cap": "Housing resources",
40
+ "common.houseResources.lower": "property",
41
+ "common.houseResources.cap": "Property",
42
42
  "common.basic.project": "Project",
43
43
  "common.basic.building": "Building",
44
44
  "common.basic.floor": "Floor",
45
- "common.basic.tips": "Tips",
46
- "common.form.remarks": "Remarks",
45
+ "common.basic.tips": "Tip",
46
+ "common.form.remarks": "Notes",
47
47
  "common.button.agree": "Agree",
48
- "common.button.refuse": "Refuse",
48
+ "common.button.refuse": "Reject",
49
49
  "common.please.enter": "Please enter",
50
- "common.please.choose": "Please choose",
50
+ "common.please.choose": "Please select",
51
51
  "common.date.today": "Today",
52
52
  "common.date.yesterday": "Yesterday",
53
53
  "common.date.thisWeek": "This week",
54
- "common.date.lastWeek": "last week",
54
+ "common.date.lastWeek": "Last week",
55
55
  "common.date.thisMonth": "This month",
56
56
  "common.date.lastMonth": "Last month",
57
57
  "common.date.thisYear": "This year",
58
- "common.date.lastYear": "last year",
59
- "common.confirm.delete": "Are you sure to delete?",
60
- "common.confirm.action": "Are you sure about the operation?",
58
+ "common.date.lastYear": "Last year",
59
+ "common.confirm.delete": "Delete this item?",
60
+ "common.confirm.action": "Continue with this action?",
61
61
  "common.button.view": "View",
62
62
  "common.button.detail": "Details",
63
63
  "common.choose.required": "Required",
64
- "common.verification.chooseRequired": "Required option",
64
+ "common.verification.chooseRequired": "Selection required",
65
65
  "common.button.change": "Change",
66
66
  "common.button.copy": "Copy",
67
- }
67
+ }
@@ -1,50 +1,50 @@
1
1
  export default {
2
2
  "common.button.add": "追加",
3
3
  "common.button.edit": "編集",
4
- "common.button.delete": "削除#サクジョ#",
5
- "common.button.export": "エクスポート#エクスポート#",
6
- "common.button.import": "インポート#インポート#",
7
- "common.button.search": "検索けんさく",
4
+ "common.button.delete": "削除",
5
+ "common.button.export": "エクスポート",
6
+ "common.button.import": "インポート",
7
+ "common.button.search": "検索",
8
8
  "common.button.reset": "リセット",
9
9
  "common.button.more": "詳細",
10
- "common.switch.open": "オープン",
10
+ "common.switch.open": "開く",
11
11
  "common.switch.close": "閉じる",
12
12
  "common.table.status": "ステータス",
13
- "common.table.operation": "操作する",
13
+ "common.table.operation": "操作",
14
14
  "common.button.cancel": "キャンセル",
15
- "common.button.ok": "確定です",
16
- "common.button.save": "保存します",
17
- "common.button.confirm": "確認します",
18
- "common.button.submit": "提出します",
15
+ "common.button.ok": "OK",
16
+ "common.button.save": "保存",
17
+ "common.button.confirm": "確認",
18
+ "common.button.submit": "送信",
19
19
  "common.button.whole": "すべて",
20
- "common.tenant.lower": "業界人",
21
- "common.tenant.cap": "業界人",
22
- "common.action.collapse": "やめる",
23
- "common.action.expand": "てんかい",
24
- "common.switch.enabled": "ゆうこうか",
25
- "common.switch.disabled": "むこうか",
20
+ "common.tenant.lower": "入居者",
21
+ "common.tenant.cap": "入居者",
22
+ "common.action.collapse": "折りたたむ",
23
+ "common.action.expand": "展開",
24
+ "common.switch.enabled": "有効",
25
+ "common.switch.disabled": "無効",
26
26
  "common.switch.display": "表示",
27
27
  "common.switch.hide": "非表示",
28
28
  "common.form.required": "必須",
29
- "common.form.notRequired": "必須ではありません",
29
+ "common.form.notRequired": "任意",
30
30
  "common.switch.normal": "通常",
31
31
  "common.switch.yes": "はい",
32
32
  "common.switch.no": "いいえ",
33
- "common.save.success": "保存に成功しました",
34
- "common.action.success": "操作が成功しました",
35
- "common.submit.success": "コミット成功",
33
+ "common.save.success": "保存しました",
34
+ "common.action.success": "完了しました",
35
+ "common.submit.success": "送信しました",
36
36
  "common.save.fail": "保存に失敗しました。再試行してください",
37
37
  "common.action.fail": "操作に失敗しました。再試行してください",
38
- "common.submit.fail": "コミットに失敗しました。再試行してください",
38
+ "common.submit.fail": "送信に失敗しました。再試行してください",
39
39
  "common.verification.required": "必須項目",
40
- "common.houseResources.lower": "住宅源",
41
- "common.houseResources.cap": "住宅源",
40
+ "common.houseResources.lower": "物件",
41
+ "common.houseResources.cap": "物件",
42
42
  "common.basic.project": "プロジェクト",
43
- "common.basic.building": "ビル",
44
- "common.basic.floor": "フロア",
43
+ "common.basic.building": "建物",
44
+ "common.basic.floor": "",
45
45
  "common.basic.tips": "ヒント",
46
- "common.form.remarks": "コメント",
47
- "common.button.agree": "に同意",
46
+ "common.form.remarks": "備考",
47
+ "common.button.agree": "同意",
48
48
  "common.button.refuse": "拒否",
49
49
  "common.please.enter": "入力してください",
50
50
  "common.please.choose": "選択してください",
@@ -54,14 +54,14 @@ export default {
54
54
  "common.date.lastWeek": "先週",
55
55
  "common.date.thisMonth": "今月",
56
56
  "common.date.lastMonth": "先月",
57
- "common.date.thisYear": "本年",
58
- "common.date.lastYear": "去年です",
59
- "common.confirm.delete": "削除を確認しますか?",
60
- "common.confirm.action": "操作を確認しますか?",
61
- "common.button.view": "必ず選びます",
57
+ "common.date.thisYear": "今年",
58
+ "common.date.lastYear": "昨年",
59
+ "common.confirm.delete": "削除しますか?",
60
+ "common.confirm.action": "この操作を実行しますか?",
61
+ "common.button.view": "表示",
62
62
  "common.button.detail": "詳細",
63
63
  "common.choose.required": "必須",
64
- "common.verification.chooseRequired": "必須オプション",
65
- "common.button.change": "改訂",
64
+ "common.verification.chooseRequired": "選択必須",
65
+ "common.button.change": "変更",
66
66
  "common.button.copy": "コピー",
67
- }
67
+ }
@@ -1,10 +1,10 @@
1
1
  export default {
2
- "common.button.add": "添加",
2
+ "common.button.add": "新增",
3
3
  "common.button.edit": "編輯",
4
- "common.button.delete": "删除",
4
+ "common.button.delete": "刪除",
5
5
  "common.button.export": "匯出",
6
- "common.button.import": "導入",
7
- "common.button.search": "蒐索",
6
+ "common.button.import": "匯入",
7
+ "common.button.search": "搜尋",
8
8
  "common.button.reset": "重設",
9
9
  "common.button.more": "更多",
10
10
  "common.switch.open": "開啟",
@@ -13,7 +13,7 @@ export default {
13
13
  "common.table.operation": "操作",
14
14
  "common.button.cancel": "取消",
15
15
  "common.button.ok": "確定",
16
- "common.button.save": "保存",
16
+ "common.button.save": "儲存",
17
17
  "common.button.confirm": "確認",
18
18
  "common.button.submit": "提交",
19
19
  "common.button.whole": "全部",
@@ -22,7 +22,7 @@ export default {
22
22
  "common.action.collapse": "收起",
23
23
  "common.action.expand": "展開",
24
24
  "common.switch.enabled": "啟用",
25
- "common.switch.disabled": "禁用",
25
+ "common.switch.disabled": "停用",
26
26
  "common.switch.display": "顯示",
27
27
  "common.switch.hide": "隱藏",
28
28
  "common.form.required": "必填",
@@ -30,13 +30,13 @@ export default {
30
30
  "common.switch.normal": "正常",
31
31
  "common.switch.yes": "是",
32
32
  "common.switch.no": "否",
33
- "common.save.success": "保存成功",
33
+ "common.save.success": "儲存成功",
34
34
  "common.action.success": "操作成功",
35
35
  "common.submit.success": "提交成功",
36
- "common.save.fail": "保存失敗,請重試",
36
+ "common.save.fail": "儲存失敗,請重試",
37
37
  "common.action.fail": "操作失敗,請重試",
38
38
  "common.submit.fail": "提交失敗,請重試",
39
- "common.verification.required": "必填項",
39
+ "common.verification.required": "必填欄位",
40
40
  "common.houseResources.lower": "房源",
41
41
  "common.houseResources.cap": "房源",
42
42
  "common.basic.project": "項目",
@@ -50,18 +50,18 @@ export default {
50
50
  "common.please.choose": "請選擇",
51
51
  "common.date.today": "今天",
52
52
  "common.date.yesterday": "昨天",
53
- "common.date.thisWeek": "本周",
54
- "common.date.lastWeek": "上周",
53
+ "common.date.thisWeek": "本週",
54
+ "common.date.lastWeek": "上週",
55
55
  "common.date.thisMonth": "本月",
56
56
  "common.date.lastMonth": "上月",
57
- "common.date.thisYear": "本年",
58
- "common.date.lastYear": "上年",
59
- "common.confirm.delete": "確認删除嗎?",
57
+ "common.date.thisYear": "今年",
58
+ "common.date.lastYear": "去年",
59
+ "common.confirm.delete": "確認刪除嗎?",
60
60
  "common.confirm.action": "是否確認操作?",
61
61
  "common.button.view": "查看",
62
62
  "common.button.detail": "詳情",
63
63
  "common.choose.required": "必選",
64
- "common.verification.chooseRequired": "必選項",
64
+ "common.verification.chooseRequired": "必選欄位",
65
65
  "common.button.change": "修改",
66
66
  "common.button.copy": "複製",
67
- }
67
+ }
@@ -3,7 +3,7 @@ export default {
3
3
  "common.button.edit": "編輯",
4
4
  "common.button.delete": "刪除",
5
5
  "common.button.export": "匯出",
6
- "common.button.import": "導入",
6
+ "common.button.import": "匯入",
7
7
  "common.button.search": "搜尋",
8
8
  "common.button.reset": "重設",
9
9
  "common.button.more": "更多",
@@ -22,7 +22,7 @@ export default {
22
22
  "common.action.collapse": "收起",
23
23
  "common.action.expand": "展開",
24
24
  "common.switch.enabled": "啟用",
25
- "common.switch.disabled": "禁用",
25
+ "common.switch.disabled": "停用",
26
26
  "common.switch.display": "顯示",
27
27
  "common.switch.hide": "隱藏",
28
28
  "common.form.required": "必填",
@@ -36,7 +36,7 @@ export default {
36
36
  "common.save.fail": "儲存失敗,請重試",
37
37
  "common.action.fail": "操作失敗,請重試",
38
38
  "common.submit.fail": "送出失敗,請重試",
39
- "common.verification.required": "必填項",
39
+ "common.verification.required": "必填欄位",
40
40
  "common.houseResources.lower": "房源",
41
41
  "common.houseResources.cap": "房源",
42
42
  "common.basic.project": "案場",
@@ -50,18 +50,18 @@ export default {
50
50
  "common.please.choose": "請選擇",
51
51
  "common.date.today": "今天",
52
52
  "common.date.yesterday": "昨天",
53
- "common.date.thisWeek": "本周",
54
- "common.date.lastWeek": "上周",
53
+ "common.date.thisWeek": "本週",
54
+ "common.date.lastWeek": "上週",
55
55
  "common.date.thisMonth": "本月",
56
56
  "common.date.lastMonth": "上月",
57
- "common.date.thisYear": "本年",
58
- "common.date.lastYear": "上年",
57
+ "common.date.thisYear": "今年",
58
+ "common.date.lastYear": "去年",
59
59
  "common.confirm.delete": "確認刪除嗎?",
60
60
  "common.confirm.action": "是否確認操作?",
61
- "common.button.view": "查看",
62
- "common.button.detail": "詳情",
61
+ "common.button.view": "檢視",
62
+ "common.button.detail": "詳細資料",
63
63
  "common.choose.required": "必選",
64
- "common.verification.chooseRequired": "必選項",
64
+ "common.verification.chooseRequired": "必選欄位",
65
65
  "common.button.change": "修改",
66
66
  "common.button.copy": "複製",
67
- }
67
+ }