gds-plus-design-vue 1.1.4 → 1.1.7
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/chartbi.48631362.mjs +44076 -0
- package/lib/chartbi.afd83839.js +80 -0
- package/lib/element-theme-chalk.ae828c17.js +2 -0
- package/lib/gd-initial.js +34 -0
- package/lib/gd-initial.mjs +80300 -99
- package/lib/main.60763eae.js +1 -0
- package/lib/main.f2b00b70.mjs +939 -0
- package/lib/messages.083c4ede.js +9 -0
- package/lib/messages.7e85146d.mjs +5802 -0
- package/lib/style.css +2 -2
- package/lib/system.account.65b2f7d4.js +216 -0
- package/lib/system.account.93b7df36.mjs +2536 -0
- package/lib/system.config.327aded6.js +1 -0
- package/lib/system.config.9c46f279.mjs +373 -0
- package/lib/system.datasource.4b0951ba.mjs +511 -0
- package/lib/system.datasource.8a0c7e0f.js +1 -0
- package/lib/system.dict.65f25e4e.mjs +996 -0
- package/lib/system.dict.72594c98.js +1 -0
- package/lib/system.duplicatechecking.0d47a5ca.js +1 -0
- package/lib/system.duplicatechecking.ad111272.mjs +2130 -0
- package/lib/system.email.54722948.js +41 -0
- package/lib/system.email.923697c6.mjs +7432 -0
- package/lib/system.fieldsecurity.7de4ee1d.mjs +1745 -0
- package/lib/system.fieldsecurity.d57edb47.js +1 -0
- package/lib/system.file.b3558a8b.js +1 -0
- package/lib/system.file.f152d4fe.mjs +489 -0
- package/lib/system.log.30e5157c.mjs +1450 -0
- package/lib/system.log.f243e7d0.js +1 -0
- package/lib/system.machine.325b256e.mjs +94 -0
- package/lib/system.machine.332fb31c.js +1 -0
- package/lib/system.notice.93c4691c.js +1 -0
- package/lib/system.notice.e0b84103.mjs +636 -0
- package/lib/system.noticereceived.a28ba643.js +1 -0
- package/lib/system.noticereceived.c0a19336.mjs +158 -0
- package/lib/system.onlineuser.90c08aef.mjs +184 -0
- package/lib/system.onlineuser.e0c261ed.js +1 -0
- package/lib/system.org.65452f67.js +1 -0
- package/lib/system.org.b8d59e5d.mjs +421 -0
- package/lib/system.permissions.b8a5f79d.mjs +212 -0
- package/lib/system.permissions.c34f44a3.js +9 -0
- package/lib/system.plugin.07b3c38e.js +1 -0
- package/lib/system.plugin.4911a33d.mjs +946 -0
- package/lib/system.pos.6ed35c39.js +1 -0
- package/lib/system.pos.c274f13c.mjs +312 -0
- package/lib/system.promptmanagement.5a4930b1.js +1 -0
- package/lib/system.promptmanagement.fe8b0913.mjs +789 -0
- package/lib/system.role.ceb5ed2d.mjs +1509 -0
- package/lib/system.role.daedd959.js +1 -0
- package/lib/system.timers.69f1792a.mjs +3160 -0
- package/lib/system.timers.ef6b6796.js +38 -0
- package/lib/system.translation.6351f189.mjs +661 -0
- package/lib/system.translation.8905eb73.js +1 -0
- package/lib/system.user.12a4e490.mjs +1425 -0
- package/lib/system.user.d668538b.js +14 -0
- package/lib/system.useraffiliation.b8be03db.js +1 -0
- package/lib/system.useraffiliation.c272e688.mjs +1025 -0
- package/lib/system.webresource.5049d97b.js +1 -0
- package/lib/system.webresource.e9518d87.mjs +723 -0
- package/lib/system.welcome.3f1cce96.mjs +45 -0
- package/lib/system.welcome.b109df88.js +1 -0
- package/locale/en_US.js +213 -15
- package/locale/id_ID.js +212 -14
- package/locale/vi_VN.js +212 -14
- package/locale/zh_CN.js +222 -22
- package/package.json +105 -104
- package/lib/gd-initial.umd.js +0 -433
- package/lib/index.a0c53741.mjs +0 -146905
- package/lib/main.06db53a0.mjs +0 -919
package/locale/en_US.js
CHANGED
|
@@ -132,7 +132,9 @@ export default {
|
|
|
132
132
|
opportunityTipOne: 'Only one business opportunity record can be selected!',
|
|
133
133
|
fileNotFoundTip: "The specified file was not found!",
|
|
134
134
|
noMoreData: "No more data available at the moment",
|
|
135
|
-
loadMoreData: "Click to load more"
|
|
135
|
+
loadMoreData: "Click to load more",
|
|
136
|
+
contentTipData: "The current operation has not been saved. Are you sure you want to cancel it?",
|
|
137
|
+
beenCopied: "Data has been copied"
|
|
136
138
|
},
|
|
137
139
|
/*登录及登录成功提示*/
|
|
138
140
|
login: {
|
|
@@ -172,6 +174,12 @@ export default {
|
|
|
172
174
|
secondary: "Secondary",
|
|
173
175
|
compact: "Compact",
|
|
174
176
|
columnSettings: "Column",
|
|
177
|
+
operationColumnSetting: "Operation Column Settings",
|
|
178
|
+
tableColumnSetting: "Table Settings",
|
|
179
|
+
operationColumn: "Operation Column",
|
|
180
|
+
stripe: "斑马纹",
|
|
181
|
+
stripeColor: "斑马纹颜色",
|
|
182
|
+
rowHeight: "行高",
|
|
175
183
|
columnDisplay: "Column",
|
|
176
184
|
reset: "Reset",
|
|
177
185
|
chart: "Charts",
|
|
@@ -206,7 +214,16 @@ export default {
|
|
|
206
214
|
data: "Data",
|
|
207
215
|
follow: "Follow",
|
|
208
216
|
danger: "Danger",
|
|
209
|
-
information: "Information"
|
|
217
|
+
information: "Information",
|
|
218
|
+
content: "Content",
|
|
219
|
+
size: 'Size',
|
|
220
|
+
small: 'Small',
|
|
221
|
+
big: 'Big',
|
|
222
|
+
mode: 'Mode',
|
|
223
|
+
normal: 'Normal',
|
|
224
|
+
simple: 'Simple',
|
|
225
|
+
bindingComponent: 'Binding Component',
|
|
226
|
+
isbackground: 'Background Color',
|
|
210
227
|
},
|
|
211
228
|
/*主题及设置项*/
|
|
212
229
|
settings: {
|
|
@@ -276,7 +293,8 @@ export default {
|
|
|
276
293
|
menuStyle: "Menu style",
|
|
277
294
|
verticalInsertion: "Vertical sliding in",
|
|
278
295
|
horizontalFold: "Horizontal folding",
|
|
279
|
-
style: "Style"
|
|
296
|
+
style: "Style",
|
|
297
|
+
followingColorTip: "Do you want to import the following color values?"
|
|
280
298
|
},
|
|
281
299
|
/*主题色*/
|
|
282
300
|
theme: {
|
|
@@ -338,6 +356,7 @@ export default {
|
|
|
338
356
|
orgOldName: "Original institution name",
|
|
339
357
|
orgOldNameTip: "The historical data institution to which the user belongs will be updated. Are you sure you want to modify the institution to which the user belongs?",
|
|
340
358
|
selectFile: "Select File",
|
|
359
|
+
userAuthorization: "User Authorization",
|
|
341
360
|
},
|
|
342
361
|
/*机构*/
|
|
343
362
|
org: {
|
|
@@ -513,7 +532,21 @@ export default {
|
|
|
513
532
|
btnRules: "Button Rules",
|
|
514
533
|
basicInformation: "Basic information",
|
|
515
534
|
tablePrimaryKeyTip: "The table does not have a primary key field set",
|
|
516
|
-
columnPrimaryKeyTip: "Display column without primary key field configured"
|
|
535
|
+
columnPrimaryKeyTip: "Display column without primary key field configured",
|
|
536
|
+
lastWeek: "Within a week",
|
|
537
|
+
lastMonth: "Last month",
|
|
538
|
+
pastThreeMonths: "In the past three months",
|
|
539
|
+
filterFields: "Filter fields",
|
|
540
|
+
pastSixMonths: "In the past six months",
|
|
541
|
+
farThisYear: "So far this year",
|
|
542
|
+
thisMonth: "This month",
|
|
543
|
+
beforeLastMonth: "Before last month",
|
|
544
|
+
threeMonthsAgo: "Three months ago",
|
|
545
|
+
sixMonthsAgo: "Six months ago",
|
|
546
|
+
doubleClickEdit: "Double click edit",
|
|
547
|
+
currentTime: "Current time",
|
|
548
|
+
fileAcceptTip: "The file type is not supported!",
|
|
549
|
+
fileSizeTip: "The upload size cannot exceed "
|
|
517
550
|
},
|
|
518
551
|
/*表单*/
|
|
519
552
|
form: {
|
|
@@ -770,7 +803,9 @@ export default {
|
|
|
770
803
|
dictionaryValue: "Dictionary value",
|
|
771
804
|
btnRuleConfig: "Button rule configuration",
|
|
772
805
|
addBtnRuleConfig: "Add button rules",
|
|
773
|
-
basicData: "Basic data"
|
|
806
|
+
basicData: "Basic data",
|
|
807
|
+
quick: "Quick",
|
|
808
|
+
hyperlink: "Hyperlink"
|
|
774
809
|
},
|
|
775
810
|
/*导入*/
|
|
776
811
|
xlsxImport: {
|
|
@@ -854,7 +889,9 @@ export default {
|
|
|
854
889
|
initiated: "Dimulai",
|
|
855
890
|
beenSet: "Cc",
|
|
856
891
|
withdrawed: "Ditarik",
|
|
857
|
-
labelBtn: "Hak operasi"
|
|
892
|
+
labelBtn: "Hak operasi",
|
|
893
|
+
assApply: "Re apply",
|
|
894
|
+
btnHistory: 'Load more approval history'
|
|
858
895
|
},
|
|
859
896
|
/*高级查找*/
|
|
860
897
|
advancedFind: {
|
|
@@ -1022,7 +1059,10 @@ export default {
|
|
|
1022
1059
|
btnTeamSharing: "Team sharing",
|
|
1023
1060
|
logAgain: "Log in again",
|
|
1024
1061
|
verify: "Test and verify",
|
|
1025
|
-
btnGroup: "Button group"
|
|
1062
|
+
btnGroup: "Button group",
|
|
1063
|
+
saveAdd: "Save data and add new data again",
|
|
1064
|
+
openFilterOptions: "Open filter options",
|
|
1065
|
+
synchronizeFilteringData: "Synchronize filtering values"
|
|
1026
1066
|
},
|
|
1027
1067
|
/*关联*/
|
|
1028
1068
|
relation: {
|
|
@@ -1090,7 +1130,50 @@ export default {
|
|
|
1090
1130
|
addSequence: "Add Series",
|
|
1091
1131
|
addClassLabel: "Add Category",
|
|
1092
1132
|
sequenceTip: "Please provide additional information on the legend entry (sequence)",
|
|
1093
|
-
classLabelTip: "Please provide additional information on the horizontal (classification) axis label"
|
|
1133
|
+
classLabelTip: "Please provide additional information on the horizontal (classification) axis label",
|
|
1134
|
+
otherConfig: "Other configurations",
|
|
1135
|
+
labelShow: "Numerical display",
|
|
1136
|
+
labelRotate: "X-axis text tilt",
|
|
1137
|
+
smooth: "Smooth curve",
|
|
1138
|
+
showSymbol: "Symbol point",
|
|
1139
|
+
labelFontSize: "X-axis font size",
|
|
1140
|
+
sequenceConfig: "Sequence configuration",
|
|
1141
|
+
displayRules: "Display rules",
|
|
1142
|
+
notConfigured: "Not configured",
|
|
1143
|
+
configured: "Configured",
|
|
1144
|
+
yearQuarter: "",
|
|
1145
|
+
yearWeek: "of",
|
|
1146
|
+
weekMode: "Week",
|
|
1147
|
+
quarterMode: "Q",
|
|
1148
|
+
overlayLineChart: "Overlay Line Chart",
|
|
1149
|
+
overlayStack: "Stacking",
|
|
1150
|
+
emphasisFocus: "Highlight focusing effect",
|
|
1151
|
+
emphasisFocusNone: "Default (Do not fade out other graphics)",
|
|
1152
|
+
emphasisFocusSelf: "Only focus on (not fade out) the graphic of the currently highlighted data",
|
|
1153
|
+
emphasisFocusSeries: "Focus on all graphics in the series where the currently highlighted data is located",
|
|
1154
|
+
labelPosition: "Numerical display position",
|
|
1155
|
+
textFontSize: "Numerical font size",
|
|
1156
|
+
textFontColor: "Numerical font color",
|
|
1157
|
+
labelLineColor: "Axis line color",
|
|
1158
|
+
labelFontColor: "Axis font color",
|
|
1159
|
+
xAxisLabelColor: "X-axis font color",
|
|
1160
|
+
legendShow: "Legend display",
|
|
1161
|
+
legendConfig: "Legend configuration",
|
|
1162
|
+
legendTextColor: "Legend font color",
|
|
1163
|
+
legendOrient: "Legend orientation",
|
|
1164
|
+
legendPosition: "Legend location",
|
|
1165
|
+
gridConfig: "Grid configuration",
|
|
1166
|
+
gridPosition: "Grid Position",
|
|
1167
|
+
lineConfig: "Line configuration",
|
|
1168
|
+
lineStyleWidth: "Curve width",
|
|
1169
|
+
areaStyleStack: "Area chart",
|
|
1170
|
+
legendPositionTip: "The input value is [number, percentage value, auto]; </br>Input an empty string to not calculate; </br>Note: The input value for [top] can also be [top, middle, bottom]; The input value for [left] can also be [left, center, right];",
|
|
1171
|
+
gridPositionTip: "The input value is [number, percentage value]; </br>Input an empty string to not calculate;",
|
|
1172
|
+
stackConfig: "Stacking configuration",
|
|
1173
|
+
groupedFields: "Grouped Fields",
|
|
1174
|
+
xAxisLabelPosition: "X-axis position",
|
|
1175
|
+
xAxisOffset: "Offset value (current axis)",
|
|
1176
|
+
xAxisOffsetCaudex: "Offset value (main axis)"
|
|
1094
1177
|
},
|
|
1095
1178
|
/*团队共享*/
|
|
1096
1179
|
teamSharing: {
|
|
@@ -1251,7 +1334,9 @@ export default {
|
|
|
1251
1334
|
build: "Build",
|
|
1252
1335
|
move: "Move",
|
|
1253
1336
|
createCopy: "Create Copy",
|
|
1254
|
-
updateInstitutions: "Update institutions"
|
|
1337
|
+
updateInstitutions: "Update institutions",
|
|
1338
|
+
open: "Open",
|
|
1339
|
+
screenSwitch: "Full Screen Switch",
|
|
1255
1340
|
},
|
|
1256
1341
|
/*日志管理*/
|
|
1257
1342
|
log: {
|
|
@@ -1470,7 +1555,8 @@ export default {
|
|
|
1470
1555
|
fileSize: "file Size",
|
|
1471
1556
|
code: "code id",
|
|
1472
1557
|
filePath: "file Path",
|
|
1473
|
-
detail: "detail"
|
|
1558
|
+
detail: "detail",
|
|
1559
|
+
fileAccept: "File type",
|
|
1474
1560
|
},
|
|
1475
1561
|
/*系统配置*/
|
|
1476
1562
|
sysConfig: {
|
|
@@ -1785,6 +1871,7 @@ export default {
|
|
|
1785
1871
|
automatic: "Automatic approval template",
|
|
1786
1872
|
returnApproval: "Return approval template",
|
|
1787
1873
|
nodeApproval: "Please add reviewer process configuration",
|
|
1874
|
+
isResubmitnext: 'Repetitive or not',
|
|
1788
1875
|
}
|
|
1789
1876
|
},
|
|
1790
1877
|
/*插件*/
|
|
@@ -1858,7 +1945,7 @@ export default {
|
|
|
1858
1945
|
passwTip: "Expires after days. To protect the security of your account, we recommend that you change your password as soon as possible",
|
|
1859
1946
|
logOutTip: "hint",
|
|
1860
1947
|
logOutContent: "Do you really want to log out ?",
|
|
1861
|
-
logOutOk: "
|
|
1948
|
+
logOutOk: "confirm",
|
|
1862
1949
|
logOutCancel: "cancel",
|
|
1863
1950
|
delTitle: "Tips",
|
|
1864
1951
|
toExit: "Whether to exit modification",
|
|
@@ -1994,6 +2081,8 @@ export default {
|
|
|
1994
2081
|
pleaseClickOnTheDetailsGenerator: "Please click on the details generator",
|
|
1995
2082
|
pleaseClickOnChartBuilder: "Please click on the chart generator",
|
|
1996
2083
|
pleaseClickOnFormGenerator: "Please click on the table generator",
|
|
2084
|
+
pleaseClickOnViewGenerator: "Please click on the view generator",
|
|
2085
|
+
pleaseClickFiltering: "Please click on the filter generator"
|
|
1997
2086
|
},
|
|
1998
2087
|
/*目录属性*/
|
|
1999
2088
|
directory: {
|
|
@@ -2063,11 +2152,13 @@ export default {
|
|
|
2063
2152
|
fieldConfiguration: "Field configuration",
|
|
2064
2153
|
displayColumn: "Display columns",
|
|
2065
2154
|
chartGenerator: "Chart Generator",
|
|
2155
|
+
filteringGenerator: "Filter Generator",
|
|
2066
2156
|
selectionView: "Select View",
|
|
2067
2157
|
selectionChart: "Select Chart",
|
|
2068
2158
|
add: "Add",
|
|
2069
2159
|
formGenerator: "Form builder",
|
|
2070
2160
|
viewGenerator: "View Builder",
|
|
2161
|
+
tableGenerator: "Table Builder",
|
|
2071
2162
|
interactiveForm: "Interactive Form",
|
|
2072
2163
|
treeGenerator: "Tree Generator",
|
|
2073
2164
|
associationTable: "Association Table",
|
|
@@ -2185,6 +2276,8 @@ export default {
|
|
|
2185
2276
|
componentMethod: "Component method",
|
|
2186
2277
|
interactiveComponent: "Interactive components",
|
|
2187
2278
|
interactiveMethod: "Interactive methods",
|
|
2279
|
+
customMethod: "Custom Method",
|
|
2280
|
+
interactiveMethodApi: "Custom API",
|
|
2188
2281
|
hide: "Hide",
|
|
2189
2282
|
tableAuthority: "Table permissions",
|
|
2190
2283
|
pagePermissions: "Page permissions",
|
|
@@ -2264,7 +2357,7 @@ export default {
|
|
|
2264
2357
|
leanAgainst: "ToP",
|
|
2265
2358
|
labelWidth: "Label width",
|
|
2266
2359
|
field: "Field",
|
|
2267
|
-
|
|
2360
|
+
foreign: "Related fields",
|
|
2268
2361
|
formsName: "Form Name",
|
|
2269
2362
|
cascadingFilter: "Cascade filtering",
|
|
2270
2363
|
viewFiltering: "Views filter",
|
|
@@ -2310,7 +2403,64 @@ export default {
|
|
|
2310
2403
|
timer: "Timer",
|
|
2311
2404
|
spaceTrim: "Remove spaces",
|
|
2312
2405
|
aroundSpace: "Front and back spaces",
|
|
2313
|
-
allSpace: "All spaces"
|
|
2406
|
+
allSpace: "All spaces",
|
|
2407
|
+
interactiveName: "Interaction Name",
|
|
2408
|
+
foldField: "Folding filter options",
|
|
2409
|
+
valueChange: "Value change",
|
|
2410
|
+
clickBtn: "Click on the button",
|
|
2411
|
+
queryDefaultBinding: "Query default values",
|
|
2412
|
+
displayed: 'Whether to display text or not',
|
|
2413
|
+
total: "Total data",
|
|
2414
|
+
pagesize: "Number of items per page",
|
|
2415
|
+
currentpage: "Current page",
|
|
2416
|
+
initialization: "Initialize based on ID",
|
|
2417
|
+
idData: "Retrieve data based on ID",
|
|
2418
|
+
formData: "Get form data",
|
|
2419
|
+
accessType: "Data acquisition method",
|
|
2420
|
+
numericalFormat: "Numerical formatting",
|
|
2421
|
+
extendConfiguration: "Expand configuration",
|
|
2422
|
+
topArea: "Top area",
|
|
2423
|
+
contentArea: "Content area",
|
|
2424
|
+
bottomArea: "Bottom area",
|
|
2425
|
+
whenDisplayed: "When displayed",
|
|
2426
|
+
whenHidden: "When hidden",
|
|
2427
|
+
topInterval: "Top interval",
|
|
2428
|
+
appendToBody: "Display on body",
|
|
2429
|
+
modal: "Display Mask",
|
|
2430
|
+
modalAppendToDody: "Mask on the body",
|
|
2431
|
+
closeClickModal: "Click to close the mask",
|
|
2432
|
+
closePressEscape: "Press ESC to turn off",
|
|
2433
|
+
showClose: "Display the close button",
|
|
2434
|
+
openDirection: "Open Position",
|
|
2435
|
+
openLeftSide: "Open from left to right",
|
|
2436
|
+
openRightSide: "Open from right to left",
|
|
2437
|
+
openTopSide: "Open from top to bottom",
|
|
2438
|
+
openBottomSide: "Open from bottom to top",
|
|
2439
|
+
interfaceStatus: "Interface status",
|
|
2440
|
+
addButton: "Add button",
|
|
2441
|
+
addButtonFull: "Add [Full Screen] button",
|
|
2442
|
+
addButtonClose: "Add [Close] button",
|
|
2443
|
+
associationTableConfig: "Association table configuration",
|
|
2444
|
+
baseAddApi: "Add custom API",
|
|
2445
|
+
baseEditApi: "Edit custom API",
|
|
2446
|
+
baseDetailsApi: "Details Custom API",
|
|
2447
|
+
triggerAction: "Trigger action",
|
|
2448
|
+
filterConfirmation: "When filtering and confirming",
|
|
2449
|
+
manuallyRefresh: "When manually refreshing",
|
|
2450
|
+
delayDisabled: "Disable Delay Release (ms)",
|
|
2451
|
+
local: "Local",
|
|
2452
|
+
objectFitFill: "By default, it is not guaranteed to maintain the original proportion, and the content is stretched to fill the entire content container.",
|
|
2453
|
+
objectFitContain: "Maintain the original size ratio. The content has been scaled.",
|
|
2454
|
+
objectFitCover: "Maintain the original size ratio. But some content may be cut.",
|
|
2455
|
+
objectFitNone: "Retain the length and width of the original element content, which means that the content will not be reset.",
|
|
2456
|
+
objectFitScale: "Maintain the original size ratio.",
|
|
2457
|
+
pagerLayout: "Pager layout",
|
|
2458
|
+
viewsSwitching: "Views switching",
|
|
2459
|
+
filterIcon: "Filter icon",
|
|
2460
|
+
chartIcon: "Chart icon",
|
|
2461
|
+
refreshIcon: "Refresh icon",
|
|
2462
|
+
tableSizeIcon: "Table density icon",
|
|
2463
|
+
listItemsIcon: "Table item icon",
|
|
2314
2464
|
},
|
|
2315
2465
|
/*集群列表 */
|
|
2316
2466
|
colony: {
|
|
@@ -2395,6 +2545,7 @@ export default {
|
|
|
2395
2545
|
textSearch: "Text Search",
|
|
2396
2546
|
currentTime: "Current Time",
|
|
2397
2547
|
currentUser: "Current User",
|
|
2548
|
+
pagination: "Pagination",
|
|
2398
2549
|
},
|
|
2399
2550
|
/*数据展示组件*/
|
|
2400
2551
|
datadisplaycomponents: {
|
|
@@ -2404,7 +2555,8 @@ export default {
|
|
|
2404
2555
|
echarts: "Echarts",
|
|
2405
2556
|
chartBI: "BI chart",
|
|
2406
2557
|
statisticValue: "Statistic Value",
|
|
2407
|
-
statistic: "
|
|
2558
|
+
statistic: "Statistic",
|
|
2559
|
+
tableGrid: "Table",
|
|
2408
2560
|
},
|
|
2409
2561
|
/*表单组件*/
|
|
2410
2562
|
formcomponents: {
|
|
@@ -2433,6 +2585,8 @@ export default {
|
|
|
2433
2585
|
advancedcomponents: {
|
|
2434
2586
|
customComponent: "Custom Component",
|
|
2435
2587
|
approval: "Approval",
|
|
2588
|
+
auditLog: "Audit Log",
|
|
2589
|
+
approvalHistory: "Approval History"
|
|
2436
2590
|
},
|
|
2437
2591
|
/*页面组件*/
|
|
2438
2592
|
pagecomponents: {
|
|
@@ -2479,11 +2633,55 @@ export default {
|
|
|
2479
2633
|
reloadData: "Reload data",
|
|
2480
2634
|
refreshData: "Refresh data",
|
|
2481
2635
|
downLoadData: "Drop down to load data",
|
|
2636
|
+
LoadData: "Query data",
|
|
2637
|
+
getData: "获取数据",
|
|
2638
|
+
treeData: '树点击加载数据',
|
|
2482
2639
|
deleteIdData: "Delete data based on ID",
|
|
2483
2640
|
previewComponents: "Preview components",
|
|
2484
2641
|
filePreview: "File preview",
|
|
2642
|
+
fileDown: "文件下载",
|
|
2485
2643
|
globalComponents: "Global components",
|
|
2486
2644
|
pageComponents: "On page components",
|
|
2487
|
-
|
|
2645
|
+
filterData: "Filter data",
|
|
2646
|
+
enlargeChart: "Enlarge the chart",
|
|
2647
|
+
},
|
|
2648
|
+
/*审计日志插件*/
|
|
2649
|
+
auditLogPlug: {
|
|
2650
|
+
add: "Add",
|
|
2651
|
+
edit: "Edit",
|
|
2652
|
+
delete: "Delete",
|
|
2653
|
+
field: "Field",
|
|
2654
|
+
operationTime: "Operation time",
|
|
2655
|
+
operationType: "Type",
|
|
2656
|
+
startTime: "Start time",
|
|
2657
|
+
endedTime: "Ended, time",
|
|
2658
|
+
to: "To",
|
|
2659
|
+
operator: "Operator",
|
|
2660
|
+
oldVal: "Old value",
|
|
2661
|
+
newVal: "New value",
|
|
2662
|
+
},
|
|
2663
|
+
/*用户所属 */
|
|
2664
|
+
userAffiliation: {
|
|
2665
|
+
userRelationship: 'User ownership relationship',
|
|
2666
|
+
ownershipValue: 'Ownership value',
|
|
2667
|
+
userownershipValue: 'User ownership value',
|
|
2668
|
+
userOwnershipName: 'User ownership name',
|
|
2669
|
+
userBelongs: 'User ownership type',
|
|
2670
|
+
userName: 'user(name)',
|
|
2671
|
+
},
|
|
2672
|
+
// 提示信息管理
|
|
2673
|
+
promptManagement: {
|
|
2674
|
+
name: "名称",
|
|
2675
|
+
explain: "说明",
|
|
2676
|
+
status: "状态",
|
|
2677
|
+
hintCode: "提示编码",
|
|
2678
|
+
hintInfo: "提示信息",
|
|
2679
|
+
hintSeverity: "严重程度",
|
|
2680
|
+
systemCode: "所属系统",
|
|
2681
|
+
typeCode: "所属分类",
|
|
2682
|
+
moduleCode: "所属模块",
|
|
2683
|
+
hintDescription: "提示描述",
|
|
2684
|
+
parameters: "参数",
|
|
2685
|
+
},
|
|
2488
2686
|
}
|
|
2489
2687
|
};
|