gds-plus-design-vue 1.1.2 → 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.
Files changed (68) hide show
  1. package/lib/chartbi.48631362.mjs +44076 -0
  2. package/lib/chartbi.afd83839.js +80 -0
  3. package/lib/element-theme-chalk.ae828c17.js +2 -0
  4. package/lib/gd-initial.js +34 -0
  5. package/lib/gd-initial.mjs +80300 -16
  6. package/lib/main.60763eae.js +1 -0
  7. package/lib/main.f2b00b70.mjs +939 -0
  8. package/lib/messages.083c4ede.js +9 -0
  9. package/lib/messages.7e85146d.mjs +5802 -0
  10. package/lib/style.css +2 -2
  11. package/lib/system.account.65b2f7d4.js +216 -0
  12. package/lib/system.account.93b7df36.mjs +2536 -0
  13. package/lib/system.config.327aded6.js +1 -0
  14. package/lib/system.config.9c46f279.mjs +373 -0
  15. package/lib/system.datasource.4b0951ba.mjs +511 -0
  16. package/lib/system.datasource.8a0c7e0f.js +1 -0
  17. package/lib/system.dict.65f25e4e.mjs +996 -0
  18. package/lib/system.dict.72594c98.js +1 -0
  19. package/lib/system.duplicatechecking.0d47a5ca.js +1 -0
  20. package/lib/system.duplicatechecking.ad111272.mjs +2130 -0
  21. package/lib/system.email.54722948.js +41 -0
  22. package/lib/system.email.923697c6.mjs +7432 -0
  23. package/lib/system.fieldsecurity.7de4ee1d.mjs +1745 -0
  24. package/lib/system.fieldsecurity.d57edb47.js +1 -0
  25. package/lib/system.file.b3558a8b.js +1 -0
  26. package/lib/system.file.f152d4fe.mjs +489 -0
  27. package/lib/system.log.30e5157c.mjs +1450 -0
  28. package/lib/system.log.f243e7d0.js +1 -0
  29. package/lib/system.machine.325b256e.mjs +94 -0
  30. package/lib/system.machine.332fb31c.js +1 -0
  31. package/lib/system.notice.93c4691c.js +1 -0
  32. package/lib/system.notice.e0b84103.mjs +636 -0
  33. package/lib/system.noticereceived.a28ba643.js +1 -0
  34. package/lib/system.noticereceived.c0a19336.mjs +158 -0
  35. package/lib/system.onlineuser.90c08aef.mjs +184 -0
  36. package/lib/system.onlineuser.e0c261ed.js +1 -0
  37. package/lib/system.org.65452f67.js +1 -0
  38. package/lib/system.org.b8d59e5d.mjs +421 -0
  39. package/lib/system.permissions.b8a5f79d.mjs +212 -0
  40. package/lib/system.permissions.c34f44a3.js +9 -0
  41. package/lib/system.plugin.07b3c38e.js +1 -0
  42. package/lib/system.plugin.4911a33d.mjs +946 -0
  43. package/lib/system.pos.6ed35c39.js +1 -0
  44. package/lib/system.pos.c274f13c.mjs +312 -0
  45. package/lib/system.promptmanagement.5a4930b1.js +1 -0
  46. package/lib/system.promptmanagement.fe8b0913.mjs +789 -0
  47. package/lib/system.role.ceb5ed2d.mjs +1509 -0
  48. package/lib/system.role.daedd959.js +1 -0
  49. package/lib/system.timers.69f1792a.mjs +3160 -0
  50. package/lib/system.timers.ef6b6796.js +38 -0
  51. package/lib/system.translation.6351f189.mjs +661 -0
  52. package/lib/system.translation.8905eb73.js +1 -0
  53. package/lib/system.user.12a4e490.mjs +1425 -0
  54. package/lib/system.user.d668538b.js +14 -0
  55. package/lib/system.useraffiliation.b8be03db.js +1 -0
  56. package/lib/system.useraffiliation.c272e688.mjs +1025 -0
  57. package/lib/system.webresource.5049d97b.js +1 -0
  58. package/lib/system.webresource.e9518d87.mjs +723 -0
  59. package/lib/system.welcome.3f1cce96.mjs +45 -0
  60. package/lib/system.welcome.b109df88.js +1 -0
  61. package/locale/en_US.js +258 -18
  62. package/locale/id_ID.js +257 -18
  63. package/locale/vi_VN.js +256 -16
  64. package/locale/zh_CN.js +267 -25
  65. package/package.json +105 -110
  66. package/lib/gd-initial.umd.js +0 -440
  67. package/lib/index.d50ecf4b.mjs +0 -143931
  68. package/lib/main.305313fd.mjs +0 -919
package/locale/en_US.js CHANGED
@@ -129,7 +129,12 @@ export default {
129
129
  readTipOne: "Only one column of data can be selected",
130
130
  moveTip: 'Whether to move the current node?',
131
131
  opportunityTip: 'Please select the business opportunity record that needs to be operated on!',
132
- opportunityTipOne: 'Only one business opportunity record can be selected!'
132
+ opportunityTipOne: 'Only one business opportunity record can be selected!',
133
+ fileNotFoundTip: "The specified file was not found!",
134
+ noMoreData: "No more data available at the moment",
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"
133
138
  },
134
139
  /*登录及登录成功提示*/
135
140
  login: {
@@ -157,7 +162,7 @@ export default {
157
162
  titlePho: "Phone login",
158
163
  loading: "Logging in...",
159
164
  codeSwitchTip: "If the image verification code recognition is difficult, click on the image verification code to refresh the display",
160
- scancodeLogin: "Scancode Wechat Login"
165
+ scancodeLogin: "Enterprise WeChat authorization login"
161
166
  },
162
167
  /*基础*/
163
168
  basics: {
@@ -169,6 +174,12 @@ export default {
169
174
  secondary: "Secondary",
170
175
  compact: "Compact",
171
176
  columnSettings: "Column",
177
+ operationColumnSetting: "Operation Column Settings",
178
+ tableColumnSetting: "Table Settings",
179
+ operationColumn: "Operation Column",
180
+ stripe: "斑马纹",
181
+ stripeColor: "斑马纹颜色",
182
+ rowHeight: "行高",
172
183
  columnDisplay: "Column",
173
184
  reset: "Reset",
174
185
  chart: "Charts",
@@ -201,6 +212,18 @@ export default {
201
212
  template: "Template",
202
213
  outline: "Outline",
203
214
  data: "Data",
215
+ follow: "Follow",
216
+ danger: "Danger",
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',
204
227
  },
205
228
  /*主题及设置项*/
206
229
  settings: {
@@ -270,6 +293,8 @@ export default {
270
293
  menuStyle: "Menu style",
271
294
  verticalInsertion: "Vertical sliding in",
272
295
  horizontalFold: "Horizontal folding",
296
+ style: "Style",
297
+ followingColorTip: "Do you want to import the following color values?"
273
298
  },
274
299
  /*主题色*/
275
300
  theme: {
@@ -331,6 +356,7 @@ export default {
331
356
  orgOldName: "Original institution name",
332
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?",
333
358
  selectFile: "Select File",
359
+ userAuthorization: "User Authorization",
334
360
  },
335
361
  /*机构*/
336
362
  org: {
@@ -506,7 +532,21 @@ export default {
506
532
  btnRules: "Button Rules",
507
533
  basicInformation: "Basic information",
508
534
  tablePrimaryKeyTip: "The table does not have a primary key field set",
509
- 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 "
510
550
  },
511
551
  /*表单*/
512
552
  form: {
@@ -763,7 +803,9 @@ export default {
763
803
  dictionaryValue: "Dictionary value",
764
804
  btnRuleConfig: "Button rule configuration",
765
805
  addBtnRuleConfig: "Add button rules",
766
- basicData: "Basic data"
806
+ basicData: "Basic data",
807
+ quick: "Quick",
808
+ hyperlink: "Hyperlink"
767
809
  },
768
810
  /*导入*/
769
811
  xlsxImport: {
@@ -847,7 +889,9 @@ export default {
847
889
  initiated: "Dimulai",
848
890
  beenSet: "Cc",
849
891
  withdrawed: "Ditarik",
850
- labelBtn: "Hak operasi"
892
+ labelBtn: "Hak operasi",
893
+ assApply: "Re apply",
894
+ btnHistory: 'Load more approval history'
851
895
  },
852
896
  /*高级查找*/
853
897
  advancedFind: {
@@ -1015,6 +1059,10 @@ export default {
1015
1059
  btnTeamSharing: "Team sharing",
1016
1060
  logAgain: "Log in again",
1017
1061
  verify: "Test and verify",
1062
+ btnGroup: "Button group",
1063
+ saveAdd: "Save data and add new data again",
1064
+ openFilterOptions: "Open filter options",
1065
+ synchronizeFilteringData: "Synchronize filtering values"
1018
1066
  },
1019
1067
  /*关联*/
1020
1068
  relation: {
@@ -1078,7 +1126,54 @@ export default {
1078
1126
  noSysEcharts: "There is currently no system chart available",
1079
1127
  echartsManage: "Manage personal charts",
1080
1128
  noEcharts: "There are currently no charts available, please create them first...",
1081
- none: "None"
1129
+ none: "None",
1130
+ addSequence: "Add Series",
1131
+ addClassLabel: "Add Category",
1132
+ sequenceTip: "Please provide additional information on the legend entry (sequence)",
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)"
1082
1177
  },
1083
1178
  /*团队共享*/
1084
1179
  teamSharing: {
@@ -1209,7 +1304,7 @@ export default {
1209
1304
  view: "View",
1210
1305
  entity: "Entity",
1211
1306
  viewPicture: "viewFile picture",
1212
- viewFile: "viewFile file",
1307
+ viewFile: "View file",
1213
1308
  lookup: "Look up",
1214
1309
  cache: "Cache",
1215
1310
  import: "Import",
@@ -1239,7 +1334,9 @@ export default {
1239
1334
  build: "Build",
1240
1335
  move: "Move",
1241
1336
  createCopy: "Create Copy",
1242
- updateInstitutions: "Update institutions"
1337
+ updateInstitutions: "Update institutions",
1338
+ open: "Open",
1339
+ screenSwitch: "Full Screen Switch",
1243
1340
  },
1244
1341
  /*日志管理*/
1245
1342
  log: {
@@ -1458,7 +1555,8 @@ export default {
1458
1555
  fileSize: "file Size",
1459
1556
  code: "code id",
1460
1557
  filePath: "file Path",
1461
- detail: "detail"
1558
+ detail: "detail",
1559
+ fileAccept: "File type",
1462
1560
  },
1463
1561
  /*系统配置*/
1464
1562
  sysConfig: {
@@ -1773,6 +1871,7 @@ export default {
1773
1871
  automatic: "Automatic approval template",
1774
1872
  returnApproval: "Return approval template",
1775
1873
  nodeApproval: "Please add reviewer process configuration",
1874
+ isResubmitnext: 'Repetitive or not',
1776
1875
  }
1777
1876
  },
1778
1877
  /*插件*/
@@ -1846,7 +1945,7 @@ export default {
1846
1945
  passwTip: "Expires after days. To protect the security of your account, we recommend that you change your password as soon as possible",
1847
1946
  logOutTip: "hint",
1848
1947
  logOutContent: "Do you really want to log out ?",
1849
- logOutOk: "change password",
1948
+ logOutOk: "confirm",
1850
1949
  logOutCancel: "cancel",
1851
1950
  delTitle: "Tips",
1852
1951
  toExit: "Whether to exit modification",
@@ -1864,6 +1963,7 @@ export default {
1864
1963
  bindTip: "Detected that your enterprise WeChat account has not been linked to a personal account. Do you want to bind a personal account?",
1865
1964
  bind: "Bind",
1866
1965
  browserNotSupported: "Your browser does not support full-screen mode",
1966
+ phoneInvalid: "Please enter the correct phone number"
1867
1967
  },
1868
1968
  /*设计器*/
1869
1969
  pageDesigner: {
@@ -1981,6 +2081,8 @@ export default {
1981
2081
  pleaseClickOnTheDetailsGenerator: "Please click on the details generator",
1982
2082
  pleaseClickOnChartBuilder: "Please click on the chart generator",
1983
2083
  pleaseClickOnFormGenerator: "Please click on the table generator",
2084
+ pleaseClickOnViewGenerator: "Please click on the view generator",
2085
+ pleaseClickFiltering: "Please click on the filter generator"
1984
2086
  },
1985
2087
  /*目录属性*/
1986
2088
  directory: {
@@ -2050,11 +2152,13 @@ export default {
2050
2152
  fieldConfiguration: "Field configuration",
2051
2153
  displayColumn: "Display columns",
2052
2154
  chartGenerator: "Chart Generator",
2155
+ filteringGenerator: "Filter Generator",
2053
2156
  selectionView: "Select View",
2054
2157
  selectionChart: "Select Chart",
2055
2158
  add: "Add",
2056
2159
  formGenerator: "Form builder",
2057
2160
  viewGenerator: "View Builder",
2161
+ tableGenerator: "Table Builder",
2058
2162
  interactiveForm: "Interactive Form",
2059
2163
  treeGenerator: "Tree Generator",
2060
2164
  associationTable: "Association Table",
@@ -2112,7 +2216,7 @@ export default {
2112
2216
  tabType: "Page type",
2113
2217
  tabLine: "Line",
2114
2218
  carding: "Cardification",
2115
- percentageOfWidth: "Width percentage",
2219
+ percentageOfWidth: "Width",
2116
2220
  residualProportion: "Remaining proportion",
2117
2221
  arrangementDirection: "Arrangement direction",
2118
2222
  horizontal: "Level",
@@ -2168,10 +2272,12 @@ export default {
2168
2272
  text: "Text",
2169
2273
  executionFunction: "Execution method",
2170
2274
  interactiveMode: "Interaction mode",
2171
- follow: "Follow",
2172
- custom: "Customize",
2275
+ systemsMethod: "Systems method",
2276
+ componentMethod: "Component method",
2173
2277
  interactiveComponent: "Interactive components",
2174
2278
  interactiveMethod: "Interactive methods",
2279
+ customMethod: "Custom Method",
2280
+ interactiveMethodApi: "Custom API",
2175
2281
  hide: "Hide",
2176
2282
  tableAuthority: "Table permissions",
2177
2283
  pagePermissions: "Page permissions",
@@ -2218,6 +2324,7 @@ export default {
2218
2324
  fixedPositioning: "Fixed positioning",
2219
2325
  viscousPositioning: "Adhesive positioning",
2220
2326
  customStyle: "Custom style",
2327
+ customClass: "Customize [Class]",
2221
2328
  currencySymbol: "Currency symbol",
2222
2329
  displayMode: "Display mode",
2223
2330
  uppercaseField: "Convert to uppercase field",
@@ -2250,7 +2357,7 @@ export default {
2250
2357
  leanAgainst: "ToP",
2251
2358
  labelWidth: "Label width",
2252
2359
  field: "Field",
2253
- labelWidth: "Related fields",
2360
+ foreign: "Related fields",
2254
2361
  formsName: "Form Name",
2255
2362
  cascadingFilter: "Cascade filtering",
2256
2363
  viewFiltering: "Views filter",
@@ -2280,7 +2387,80 @@ export default {
2280
2387
  refreshFields: "Refresh fields",
2281
2388
  allFields: "All fields",
2282
2389
  specifyFields: "Specify fields",
2283
- placeholder: "Placeholder"
2390
+ placeholder: "Placeholder",
2391
+ maxLineClamp: "Display rows",
2392
+ maxLineClampTip: "Unlimited empty time",
2393
+ rightDirection: "Right",
2394
+ leftDirection: "Left",
2395
+ topDirection: "Top",
2396
+ bottomDirection: "Bottom",
2397
+ interactive: "Interactive",
2398
+ associatedComponents: "Associated Components",
2399
+ callbackComponent: "Callback component",
2400
+ callbackMethod: "Callback method",
2401
+ bindValue: "Bind value",
2402
+ associationBinding: "Association binding",
2403
+ timer: "Timer",
2404
+ spaceTrim: "Remove spaces",
2405
+ aroundSpace: "Front and back 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",
2284
2464
  },
2285
2465
  /*集群列表 */
2286
2466
  colony: {
@@ -2361,10 +2541,11 @@ export default {
2361
2541
  },
2362
2542
  /*功能组件*/
2363
2543
  functionalcomponents: {
2364
- btnGroup: "Btn Group",
2544
+ btnGroup: "Button",
2365
2545
  textSearch: "Text Search",
2366
2546
  currentTime: "Current Time",
2367
2547
  currentUser: "Current User",
2548
+ pagination: "Pagination",
2368
2549
  },
2369
2550
  /*数据展示组件*/
2370
2551
  datadisplaycomponents: {
@@ -2372,8 +2553,10 @@ export default {
2372
2553
  list: "List",
2373
2554
  descriptions: "Descriptions",
2374
2555
  echarts: "Echarts",
2556
+ chartBI: "BI chart",
2375
2557
  statisticValue: "Statistic Value",
2376
- statistic: "statistic",
2558
+ statistic: "Statistic",
2559
+ tableGrid: "Table",
2377
2560
  },
2378
2561
  /*表单组件*/
2379
2562
  formcomponents: {
@@ -2402,6 +2585,8 @@ export default {
2402
2585
  advancedcomponents: {
2403
2586
  customComponent: "Custom Component",
2404
2587
  approval: "Approval",
2588
+ auditLog: "Audit Log",
2589
+ approvalHistory: "Approval History"
2405
2590
  },
2406
2591
  /*页面组件*/
2407
2592
  pagecomponents: {
@@ -2442,6 +2627,61 @@ export default {
2442
2627
  extend: "Extend",
2443
2628
  connectionString: "Connection string",
2444
2629
  testConnection: "Test connection"
2445
- }
2630
+ },
2631
+ /*方法*/
2632
+ function: {
2633
+ reloadData: "Reload data",
2634
+ refreshData: "Refresh data",
2635
+ downLoadData: "Drop down to load data",
2636
+ LoadData: "Query data",
2637
+ getData: "获取数据",
2638
+ treeData: '树点击加载数据',
2639
+ deleteIdData: "Delete data based on ID",
2640
+ previewComponents: "Preview components",
2641
+ filePreview: "File preview",
2642
+ fileDown: "文件下载",
2643
+ globalComponents: "Global components",
2644
+ pageComponents: "On page components",
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
+ },
2446
2686
  }
2447
2687
  };