gds-plus-design-vue 1.1.17 → 1.1.21
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/lib/gd-initial.mjs +1 -1
- package/lib/gd-initial.umd.js +29 -29
- package/lib/{index.1ba3b8a4.mjs → index.dbd06288.mjs} +18897 -17752
- package/lib/{main.d174d557.mjs → main.2d642d6b.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +26 -13
- package/locale/id_ID.js +43 -30
- package/locale/vi_VN.js +31 -20
- package/locale/zh_CN.js +28 -16
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -267,6 +267,9 @@ export default {
|
|
|
267
267
|
dialog: "Middle pop-up window",
|
|
268
268
|
drawer: "Right drawer",
|
|
269
269
|
followSystem: "Follow the system",
|
|
270
|
+
menuStyle: "Menu style",
|
|
271
|
+
verticalInsertion: "Vertical sliding in",
|
|
272
|
+
horizontalFold: "Horizontal folding",
|
|
270
273
|
},
|
|
271
274
|
/*主题色*/
|
|
272
275
|
theme: {
|
|
@@ -411,7 +414,11 @@ export default {
|
|
|
411
414
|
addedNewField: "Can be added",
|
|
412
415
|
notAddedNewField: "Cannot be added",
|
|
413
416
|
mslaveSubmit: "Master slave submission",
|
|
414
|
-
customPageInterface: "Custom [Page] interface"
|
|
417
|
+
customPageInterface: "Custom [Page] interface",
|
|
418
|
+
virtualTable: "Virtual table",
|
|
419
|
+
dataSource: "Data source",
|
|
420
|
+
virtualObjectType: "Virtual object type",
|
|
421
|
+
virtualObject: "Virtual object",
|
|
415
422
|
},
|
|
416
423
|
/*字段*/
|
|
417
424
|
field: {
|
|
@@ -441,7 +448,8 @@ export default {
|
|
|
441
448
|
operationTyle: "Operator",
|
|
442
449
|
dataSources: "Data sources",
|
|
443
450
|
operationInterval: "Range of intervals",
|
|
444
|
-
operationEqual: "Equal"
|
|
451
|
+
operationEqual: "Equal",
|
|
452
|
+
primarykey: "Primary key"
|
|
445
453
|
},
|
|
446
454
|
/*视图*/
|
|
447
455
|
view: {
|
|
@@ -496,7 +504,9 @@ export default {
|
|
|
496
504
|
daysAgo7: "7 days ago",
|
|
497
505
|
displayPrefix: "Display prefix",
|
|
498
506
|
btnRules: "Button Rules",
|
|
499
|
-
basicInformation: "Basic information"
|
|
507
|
+
basicInformation: "Basic information",
|
|
508
|
+
tablePrimaryKeyTip: "The table does not have a primary key field set",
|
|
509
|
+
columnPrimaryKeyTip: "Display column without primary key field configured"
|
|
500
510
|
},
|
|
501
511
|
/*表单*/
|
|
502
512
|
form: {
|
|
@@ -1500,15 +1510,6 @@ export default {
|
|
|
1500
1510
|
path: "Path",
|
|
1501
1511
|
selectFileTip: "Please select a file!",
|
|
1502
1512
|
location: 'Positioning',
|
|
1503
|
-
legalPerson: 'Legal person',
|
|
1504
|
-
status: 'Business status',
|
|
1505
|
-
code: 'Unified Social Credit Code',
|
|
1506
|
-
opportunity: 'Business opportunity name',
|
|
1507
|
-
num: 'Item Quantity',
|
|
1508
|
-
purchaseDate: 'Expected purchase date',
|
|
1509
|
-
oppSum: 'Standard currency',
|
|
1510
|
-
oppStage: 'Business opportunity stage',
|
|
1511
|
-
oppPerson: 'opportunity owners'
|
|
1512
1513
|
},
|
|
1513
1514
|
/*消息模版和管理*/
|
|
1514
1515
|
msg: {
|
|
@@ -2429,6 +2430,18 @@ export default {
|
|
|
2429
2430
|
instantMessage: "Instant Message",
|
|
2430
2431
|
announcementManagement: "Announcement Management",
|
|
2431
2432
|
systemFile: "System File",
|
|
2433
|
+
},
|
|
2434
|
+
/*数据源*/
|
|
2435
|
+
dataSource: {
|
|
2436
|
+
name: "Connection Name",
|
|
2437
|
+
dataSourceType: "Data source type",
|
|
2438
|
+
host: "Host",
|
|
2439
|
+
port: "Port",
|
|
2440
|
+
database: "Database",
|
|
2441
|
+
userName: "User",
|
|
2442
|
+
extend: "Extend",
|
|
2443
|
+
connectionString: "Connection string",
|
|
2444
|
+
testConnection: "Test connection"
|
|
2432
2445
|
}
|
|
2433
2446
|
}
|
|
2434
|
-
};
|
|
2447
|
+
};
|
package/locale/id_ID.js
CHANGED
|
@@ -267,6 +267,9 @@ export default {
|
|
|
267
267
|
dialog: "Jendela pop-up tengah",
|
|
268
268
|
drawer: "laci kanan",
|
|
269
269
|
followSystem: "Ikuti sistem",
|
|
270
|
+
menuStyle: "Gaya menu",
|
|
271
|
+
verticalInsertion: "geser vertikal dalam",
|
|
272
|
+
horizontalFold: "Lipatan horizontal",
|
|
270
273
|
},
|
|
271
274
|
/*主题色*/
|
|
272
275
|
theme: {
|
|
@@ -403,15 +406,19 @@ export default {
|
|
|
403
406
|
subtotal: "Subtotal",
|
|
404
407
|
isLocked: "Apakah terkunci",
|
|
405
408
|
allowNewField: "Tambahan medan",
|
|
406
|
-
enableReview: "
|
|
407
|
-
enableAdvancedLookup: "
|
|
408
|
-
startBusinessProcess: "
|
|
409
|
+
enableReview: "Aktifkan pemeriksaan duplikasi",
|
|
410
|
+
enableAdvancedLookup: "Aktifkan pencarian maju",
|
|
411
|
+
startBusinessProcess: "Mulai proses bisnis",
|
|
409
412
|
unlocked: "Tidak terkunci",
|
|
410
413
|
locked: "Terkunci",
|
|
411
414
|
addedNewField: "Dapat ditambah",
|
|
412
415
|
notAddedNewField: "Tidak dapat ditambah",
|
|
413
416
|
mslaveSubmit: "Pengiriman Master-budak",
|
|
414
|
-
customPageInterface: "Antaramuka [Halaman] sendiri"
|
|
417
|
+
customPageInterface: "Antaramuka [Halaman] sendiri",
|
|
418
|
+
virtualTable: "Meja virtual",
|
|
419
|
+
dataSource: "Sumber data",
|
|
420
|
+
virtualObjectType: "Jenis objek virtual",
|
|
421
|
+
virtualObject: "Objek virtual",
|
|
415
422
|
},
|
|
416
423
|
/*字段*/
|
|
417
424
|
field: {
|
|
@@ -441,7 +448,8 @@ export default {
|
|
|
441
448
|
operationTyle: "Operator",
|
|
442
449
|
dataSources: "Sumber data",
|
|
443
450
|
operationInterval: "Jarak interval",
|
|
444
|
-
operationEqual: "Sama"
|
|
451
|
+
operationEqual: "Sama",
|
|
452
|
+
primarykey: "Kunci utama"
|
|
445
453
|
},
|
|
446
454
|
/*视图*/
|
|
447
455
|
view: {
|
|
@@ -496,7 +504,9 @@ export default {
|
|
|
496
504
|
daysAgo7: "7 hari yang lalu",
|
|
497
505
|
displayPrefix: "Tampilkan prefiks",
|
|
498
506
|
btnRules: "Aturan Tombol",
|
|
499
|
-
basicInformation: "Informasi dasar"
|
|
507
|
+
basicInformation: "Informasi dasar",
|
|
508
|
+
tablePrimaryKeyTip: "Tabel tidak memiliki set bidang kunci utama",
|
|
509
|
+
columnPrimaryKeyTip: "Tampilkan kolom tanpa bidang kunci utama yang dikonfigurasi"
|
|
500
510
|
},
|
|
501
511
|
/*表单*/
|
|
502
512
|
form: {
|
|
@@ -875,7 +885,7 @@ export default {
|
|
|
875
885
|
menuAdvancedFind: "Carian Lanjutan",
|
|
876
886
|
themeSettings: "Pengaturan tema",
|
|
877
887
|
fullScreen: "Layar penuh",
|
|
878
|
-
|
|
888
|
+
user: "Pengguna.",
|
|
879
889
|
themeConfiguration: "Konfigurasi temacomment",
|
|
880
890
|
outFullScreen: "Keluar Layar Penuh",
|
|
881
891
|
accountSettings: "Pengaturan rekening",
|
|
@@ -1228,7 +1238,7 @@ export default {
|
|
|
1228
1238
|
resetFilter: "Reset filter",
|
|
1229
1239
|
build: "Bangun",
|
|
1230
1240
|
move: "Pindah",
|
|
1231
|
-
|
|
1241
|
+
createCopy: "Membuat salinan",
|
|
1232
1242
|
updateInstitutions: "Kemaskini institusi"
|
|
1233
1243
|
},
|
|
1234
1244
|
/*日志管理*/
|
|
@@ -1313,7 +1323,7 @@ export default {
|
|
|
1313
1323
|
forceExist: "Paksa offline",
|
|
1314
1324
|
forceExistTip: "Apakah Anda ingin memaksa pengguna untuk diambil offline?"
|
|
1315
1325
|
},
|
|
1316
|
-
|
|
1326
|
+
/*任务管理*/
|
|
1317
1327
|
task: {
|
|
1318
1328
|
addJob: "增加作业",
|
|
1319
1329
|
addTrigger: "增加触发器",
|
|
@@ -1500,16 +1510,7 @@ export default {
|
|
|
1500
1510
|
path: "alamat",
|
|
1501
1511
|
selectFileTip: "Silakan pilih berkas!",
|
|
1502
1512
|
location: 'Positioning',
|
|
1503
|
-
|
|
1504
|
-
status: 'Business status',
|
|
1505
|
-
code: 'Unified Social Credit Code',
|
|
1506
|
-
opportunity: 'Business opportunity name',
|
|
1507
|
-
num: 'Item Quantity',
|
|
1508
|
-
purchaseDate: 'Expected purchase date',
|
|
1509
|
-
oppSum: 'Standard currency',
|
|
1510
|
-
oppStage: 'Business opportunity stage',
|
|
1511
|
-
oppPerson: 'opportunity owners',
|
|
1512
|
-
oppDec:'Business opportunity inventory description'
|
|
1513
|
+
|
|
1513
1514
|
},
|
|
1514
1515
|
/*消息模版和管理*/
|
|
1515
1516
|
msg: {
|
|
@@ -1773,8 +1774,8 @@ export default {
|
|
|
1773
1774
|
automatic: "Templat Pengesahan Otomatis",
|
|
1774
1775
|
returnApproval: "Templat Penerimaan Kembali",
|
|
1775
1776
|
nodeApproval: "Silakan tambah konfigurasi proses peneliti",
|
|
1776
|
-
allowRreject:'Allow rejection',
|
|
1777
|
-
showReject:'Is it allowed for node approvers to revert the process back to the submitter (process voided)'
|
|
1777
|
+
allowRreject: 'Allow rejection',
|
|
1778
|
+
showReject: 'Is it allowed for node approvers to revert the process back to the submitter (process voided)'
|
|
1778
1779
|
}
|
|
1779
1780
|
},
|
|
1780
1781
|
/*插件*/
|
|
@@ -2327,13 +2328,13 @@ export default {
|
|
|
2327
2328
|
ignoreNullValues: "忽略空值",
|
|
2328
2329
|
handle: "操作",
|
|
2329
2330
|
matchingField: "匹配字段",
|
|
2330
|
-
|
|
2331
|
+
field: "字段",
|
|
2331
2332
|
basicField: "基本字段",
|
|
2332
2333
|
condition: "条件",
|
|
2333
2334
|
recordPleaseCheckSaveRecord: "记录可能与某个现有记录重复。请检查可能重复的项并决定是否仍要保存此记录。",
|
|
2334
2335
|
isSave: "是否保存",
|
|
2335
2336
|
},
|
|
2336
|
-
|
|
2337
|
+
/*布局容器组件*/
|
|
2337
2338
|
layoutContainer: {
|
|
2338
2339
|
containerPanel: "容器面板",
|
|
2339
2340
|
gridLayout: "栅格布局",
|
|
@@ -2348,7 +2349,7 @@ export default {
|
|
|
2348
2349
|
treePanel: "树选择容器",
|
|
2349
2350
|
flexLayout: "区块布局",
|
|
2350
2351
|
},
|
|
2351
|
-
|
|
2352
|
+
/*基础组件*/
|
|
2352
2353
|
basiccomponents: {
|
|
2353
2354
|
divider: "分割线",
|
|
2354
2355
|
textContent: "文本内容",
|
|
@@ -2361,14 +2362,14 @@ export default {
|
|
|
2361
2362
|
QRcode: "二维码",
|
|
2362
2363
|
banner: "轮播图",
|
|
2363
2364
|
},
|
|
2364
|
-
|
|
2365
|
+
/*功能组件*/
|
|
2365
2366
|
functionalcomponents: {
|
|
2366
2367
|
btnGroup: "按钮组",
|
|
2367
2368
|
textSearch: "文本搜索",
|
|
2368
2369
|
currentTime: "日期时间",
|
|
2369
2370
|
currentUser: "用户",
|
|
2370
2371
|
},
|
|
2371
|
-
|
|
2372
|
+
/*数据展示组件*/
|
|
2372
2373
|
datadisplaycomponents: {
|
|
2373
2374
|
table: "视图",
|
|
2374
2375
|
list: "列表",
|
|
@@ -2377,7 +2378,7 @@ export default {
|
|
|
2377
2378
|
statisticValue: "统计数值",
|
|
2378
2379
|
statistic: "统计",
|
|
2379
2380
|
},
|
|
2380
|
-
|
|
2381
|
+
/*表单组件*/
|
|
2381
2382
|
formcomponents: {
|
|
2382
2383
|
input: "单行文本",
|
|
2383
2384
|
textarea: "多行文本",
|
|
@@ -2393,14 +2394,14 @@ export default {
|
|
|
2393
2394
|
datePicker: "日期选择",
|
|
2394
2395
|
timePicker: "时间选择",
|
|
2395
2396
|
},
|
|
2396
|
-
|
|
2397
|
+
/*弹层组件*/
|
|
2397
2398
|
elasticlayercomponents: {
|
|
2398
2399
|
dialog: "弹窗",
|
|
2399
2400
|
drawer: "侧拉",
|
|
2400
2401
|
popover: "气泡",
|
|
2401
2402
|
title: "标题",
|
|
2402
2403
|
},
|
|
2403
|
-
|
|
2404
|
+
/*高级组件*/
|
|
2404
2405
|
advancedcomponents: {
|
|
2405
2406
|
customComponent: "自定义组件",
|
|
2406
2407
|
approval: "审批",
|
|
@@ -2432,6 +2433,18 @@ export default {
|
|
|
2432
2433
|
instantMessage: "即时消息",
|
|
2433
2434
|
announcementManagement: "公告管理",
|
|
2434
2435
|
systemFile: "系统文件",
|
|
2436
|
+
},
|
|
2437
|
+
/*数据源*/
|
|
2438
|
+
dataSource: {
|
|
2439
|
+
name: "Nama Sambungan",
|
|
2440
|
+
dataSourceType: "Jenis sumber data",
|
|
2441
|
+
host: "Tuan rumah",
|
|
2442
|
+
port: "Port",
|
|
2443
|
+
database: "Pangkalan Data",
|
|
2444
|
+
userName: "Pengguna",
|
|
2445
|
+
extend: "Tambah",
|
|
2446
|
+
connectionString: "Rentetan koneksi",
|
|
2447
|
+
testConnection: "Uji koneksi"
|
|
2435
2448
|
}
|
|
2436
2449
|
}
|
|
2437
|
-
};
|
|
2450
|
+
};
|
package/locale/vi_VN.js
CHANGED
|
@@ -267,6 +267,9 @@ export default {
|
|
|
267
267
|
dialog: "Cửa sổ bật lên giữa",
|
|
268
268
|
drawer: "Ngăn kéo bên phải",
|
|
269
269
|
followSystem: "Theo hệ thống",
|
|
270
|
+
menuStyle: "Phong cách menu",
|
|
271
|
+
verticalInsertion: "trượt dọc trong",
|
|
272
|
+
horizontalFold: "Gấp ngang",
|
|
270
273
|
},
|
|
271
274
|
/*主题色*/
|
|
272
275
|
theme: {
|
|
@@ -403,15 +406,19 @@ export default {
|
|
|
403
406
|
subtotal: "Tổng phụ",
|
|
404
407
|
isLocked: "Khóa hay không khóa",
|
|
405
408
|
allowNewField: "Thêm trường mới",
|
|
406
|
-
enableReview: "
|
|
407
|
-
enableAdvancedLookup: "
|
|
408
|
-
startBusinessProcess: "
|
|
409
|
+
enableReview: "Bật kiểm tra lặp lại",
|
|
410
|
+
enableAdvancedLookup: "Bật tìm kiếm nâng cao",
|
|
411
|
+
startBusinessProcess: "Bắt đầu quy trình kinh doanh",
|
|
409
412
|
unlocked: "không khóa",
|
|
410
413
|
locked: "bị khóa",
|
|
411
414
|
addedNewField: "Có thể thêm",
|
|
412
415
|
notAddedNewField: "Không thể thêm",
|
|
413
416
|
mslaveSubmit: "Master và Slave Submission",
|
|
414
|
-
customPageInterface: "Tùy chỉnh giao diện [Trang]"
|
|
417
|
+
customPageInterface: "Tùy chỉnh giao diện [Trang]",
|
|
418
|
+
virtualTable: "Bảng ảo",
|
|
419
|
+
dataSource: "Nguồn dữ liệu",
|
|
420
|
+
virtualObjectType: "Loại đối tượng ảo",
|
|
421
|
+
virtualObject: "Đối tượng ảo",
|
|
415
422
|
},
|
|
416
423
|
/*字段*/
|
|
417
424
|
field: {
|
|
@@ -441,7 +448,8 @@ export default {
|
|
|
441
448
|
operationTyle: "Toán tử",
|
|
442
449
|
dataSources: "Nguồn dữ liệu",
|
|
443
450
|
operationInterval: "Phạm vi phạm vi",
|
|
444
|
-
operationEqual: "Tương đương"
|
|
451
|
+
operationEqual: "Tương đương",
|
|
452
|
+
primarykey: "Chìa khóa chính"
|
|
445
453
|
},
|
|
446
454
|
/*视图*/
|
|
447
455
|
view: {
|
|
@@ -496,7 +504,9 @@ export default {
|
|
|
496
504
|
daysAgo7: "7 ngày trước",
|
|
497
505
|
displayPrefix: "Hiện tiền tố",
|
|
498
506
|
btnRules: "Quy tắc nút",
|
|
499
|
-
basicInformation: "Thông tin cơ bản"
|
|
507
|
+
basicInformation: "Thông tin cơ bản",
|
|
508
|
+
tablePrimaryKeyTip: "Bảng không có một bộ trường khóa chính",
|
|
509
|
+
columnPrimaryKeyTip: "Cột hiển thị mà không có trường khóa chính được cấu hình"
|
|
500
510
|
},
|
|
501
511
|
/*表单*/
|
|
502
512
|
form: {
|
|
@@ -1500,16 +1510,6 @@ export default {
|
|
|
1500
1510
|
path: "địa chỉ",
|
|
1501
1511
|
selectFileTip: "Vui lòng chọn tập tin!",
|
|
1502
1512
|
location: 'Định vị',
|
|
1503
|
-
legalPerson: 'Pháp nhân',
|
|
1504
|
-
status: 'Tình trạng hoạt động',
|
|
1505
|
-
code: 'Mã tín dụng xã hội thống nhất',
|
|
1506
|
-
opportunity: 'Tên cơ hội',
|
|
1507
|
-
num: 'Số dự án',
|
|
1508
|
-
purchaseDate: 'Ngày mua hàng',
|
|
1509
|
-
oppSum: 'Tiền bản vị',
|
|
1510
|
-
oppStage: 'Giai đoạn cơ hội kinh doanh',
|
|
1511
|
-
oppPerson: 'Trưởng phòng kinh doanh',
|
|
1512
|
-
oppDec:'Mô tả cơ hội kinh doanh'
|
|
1513
1513
|
},
|
|
1514
1514
|
/*消息模版和管理*/
|
|
1515
1515
|
msg: {
|
|
@@ -1773,9 +1773,8 @@ export default {
|
|
|
1773
1773
|
automatic: "Mẫu phê duyệt tự động",
|
|
1774
1774
|
returnApproval: "Mẫu phê duyệt trả lại",
|
|
1775
1775
|
nodeApproval: "Vui lòng thêm cấu hình quy trình đánh giá",
|
|
1776
|
-
allowRreject:'Cho phép từ chối',
|
|
1777
|
-
showReject:'Cho phép người phê duyệt nút phản bội quy trình trở lại người tài liệu'
|
|
1778
|
-
|
|
1776
|
+
allowRreject: 'Cho phép từ chối',
|
|
1777
|
+
showReject: 'Cho phép người phê duyệt nút phản bội quy trình trở lại người tài liệu'
|
|
1779
1778
|
}
|
|
1780
1779
|
},
|
|
1781
1780
|
/*插件*/
|
|
@@ -2433,6 +2432,18 @@ export default {
|
|
|
2433
2432
|
instantMessage: "即时消息",
|
|
2434
2433
|
announcementManagement: "公告管理",
|
|
2435
2434
|
systemFile: "系统文件",
|
|
2435
|
+
},
|
|
2436
|
+
/*数据源*/
|
|
2437
|
+
dataSource: {
|
|
2438
|
+
name: "Kết nối Name",
|
|
2439
|
+
dataSourceType: "Kiểu nguồn dữ liệu",
|
|
2440
|
+
host: "Trang chủ",
|
|
2441
|
+
port: "Cổng",
|
|
2442
|
+
database: "Cơ sở dữ liệu",
|
|
2443
|
+
userName: "Người dùng",
|
|
2444
|
+
extend: "Mở rộng",
|
|
2445
|
+
connectionString: "Chuỗi kết nối",
|
|
2446
|
+
testConnection: "Kiểm tra kết nối"
|
|
2436
2447
|
}
|
|
2437
2448
|
}
|
|
2438
|
-
};
|
|
2449
|
+
};
|
package/locale/zh_CN.js
CHANGED
|
@@ -267,6 +267,9 @@ export default {
|
|
|
267
267
|
dialog: "中间弹窗",
|
|
268
268
|
drawer: "右侧抽屉",
|
|
269
269
|
followSystem: "跟随系统",
|
|
270
|
+
menuStyle: "菜单风格",
|
|
271
|
+
verticalInsertion: "垂直滑入",
|
|
272
|
+
horizontalFold: "水平折叠",
|
|
270
273
|
},
|
|
271
274
|
/*主题色*/
|
|
272
275
|
theme: {
|
|
@@ -411,7 +414,11 @@ export default {
|
|
|
411
414
|
addedNewField: "可新增",
|
|
412
415
|
notAddedNewField: "不可新增",
|
|
413
416
|
mslaveSubmit: "主从提交",
|
|
414
|
-
customPageInterface: "自定义[Page]接口"
|
|
417
|
+
customPageInterface: "自定义[Page]接口",
|
|
418
|
+
virtualTable: "虚拟表",
|
|
419
|
+
dataSource: "数据源",
|
|
420
|
+
virtualObjectType: "虚拟对象类型",
|
|
421
|
+
virtualObject: "虚拟对象",
|
|
415
422
|
},
|
|
416
423
|
/*字段*/
|
|
417
424
|
field: {
|
|
@@ -441,7 +448,8 @@ export default {
|
|
|
441
448
|
operationTyle: "操作符",
|
|
442
449
|
dataSources: "数据来源",
|
|
443
450
|
operationInterval: "区间范围",
|
|
444
|
-
operationEqual: "等于"
|
|
451
|
+
operationEqual: "等于",
|
|
452
|
+
primarykey: "主键"
|
|
445
453
|
},
|
|
446
454
|
/*视图*/
|
|
447
455
|
view: {
|
|
@@ -496,7 +504,9 @@ export default {
|
|
|
496
504
|
daysAgo7: "7天之前",
|
|
497
505
|
displayPrefix: "显示前缀",
|
|
498
506
|
btnRules: "按钮规则",
|
|
499
|
-
basicInformation: "基础信息"
|
|
507
|
+
basicInformation: "基础信息",
|
|
508
|
+
tablePrimaryKeyTip: "表未设置主键字段",
|
|
509
|
+
columnPrimaryKeyTip: "显示列未配置主键字段"
|
|
500
510
|
},
|
|
501
511
|
/*表单*/
|
|
502
512
|
form: {
|
|
@@ -1500,16 +1510,6 @@ export default {
|
|
|
1500
1510
|
path: "地址",
|
|
1501
1511
|
selectFileTip: "请选择文件!",
|
|
1502
1512
|
location: '定位',
|
|
1503
|
-
legalPerson: '法人',
|
|
1504
|
-
status: '经营状态',
|
|
1505
|
-
code: '统一社会信用代码',
|
|
1506
|
-
opportunity: '商机名称',
|
|
1507
|
-
num: '项目数量',
|
|
1508
|
-
purchaseDate: '预计采购日期',
|
|
1509
|
-
oppSum: '商机本位币总额',
|
|
1510
|
-
oppStage: '商机阶段',
|
|
1511
|
-
oppPerson: '商机负责人',
|
|
1512
|
-
oppDec:'商机盘点说明'
|
|
1513
1513
|
},
|
|
1514
1514
|
/*消息模版和管理*/
|
|
1515
1515
|
msg: {
|
|
@@ -1755,7 +1755,7 @@ export default {
|
|
|
1755
1755
|
allowCC: "允许抄送",
|
|
1756
1756
|
allowTransfer: "允许转审",
|
|
1757
1757
|
allowAddSignature: "允许加签",
|
|
1758
|
-
allowRreject:'允许驳回',
|
|
1758
|
+
allowRreject: '允许驳回',
|
|
1759
1759
|
addMembersNum: "不能超过一人",
|
|
1760
1760
|
signatureOr: "或签",
|
|
1761
1761
|
andtlySign: "会签",
|
|
@@ -1774,7 +1774,7 @@ export default {
|
|
|
1774
1774
|
automatic: "自动审批模板",
|
|
1775
1775
|
returnApproval: "退回审批模板",
|
|
1776
1776
|
nodeApproval: "请添加审核人流程配置",
|
|
1777
|
-
showReject:'是否允许节点审批人将流程驳回到提交人(流程作废)'
|
|
1777
|
+
showReject: '是否允许节点审批人将流程驳回到提交人(流程作废)'
|
|
1778
1778
|
}
|
|
1779
1779
|
},
|
|
1780
1780
|
/*插件*/
|
|
@@ -2432,6 +2432,18 @@ export default {
|
|
|
2432
2432
|
instantMessage: "即时消息",
|
|
2433
2433
|
announcementManagement: "公告管理",
|
|
2434
2434
|
systemFile: "系统文件",
|
|
2435
|
+
},
|
|
2436
|
+
/*数据源*/
|
|
2437
|
+
dataSource: {
|
|
2438
|
+
name: "连接名称",
|
|
2439
|
+
dataSourceType: "数据源类型",
|
|
2440
|
+
host: "主机",
|
|
2441
|
+
port: "端口",
|
|
2442
|
+
database: "数据库",
|
|
2443
|
+
userName: "用户名",
|
|
2444
|
+
extend: "扩展",
|
|
2445
|
+
connectionString: "连接字符串",
|
|
2446
|
+
testConnection: "测试连接",
|
|
2435
2447
|
}
|
|
2436
2448
|
}
|
|
2437
|
-
};
|
|
2449
|
+
};
|