gds-plus-design-vue 1.1.4 → 1.1.8

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 (72) 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 +33 -0
  5. package/lib/gd-initial.mjs +80932 -99
  6. package/lib/main.2eb05c0d.js +1 -0
  7. package/lib/main.85f07438.mjs +68 -0
  8. package/lib/main.9bdd200f.mjs +87 -0
  9. package/lib/main.e62fbc84.mjs +939 -0
  10. package/lib/main.ef020e08.js +1 -0
  11. package/lib/main.f13b92a2.js +1 -0
  12. package/lib/messages.083c4ede.js +9 -0
  13. package/lib/messages.7e85146d.mjs +5802 -0
  14. package/lib/style.css +2 -2
  15. package/lib/system.account.25a9471c.mjs +2552 -0
  16. package/lib/system.account.88600238.js +216 -0
  17. package/lib/system.config.327aded6.js +1 -0
  18. package/lib/system.config.9c46f279.mjs +373 -0
  19. package/lib/system.datasource.4b0951ba.mjs +511 -0
  20. package/lib/system.datasource.8a0c7e0f.js +1 -0
  21. package/lib/system.dict.65f25e4e.mjs +996 -0
  22. package/lib/system.dict.72594c98.js +1 -0
  23. package/lib/system.duplicatechecking.2e9b8df8.js +1 -0
  24. package/lib/system.duplicatechecking.b05f1617.mjs +2130 -0
  25. package/lib/system.email.15594778.js +41 -0
  26. package/lib/system.email.6369f5b4.mjs +7432 -0
  27. package/lib/system.fieldsecurity.7de4ee1d.mjs +1745 -0
  28. package/lib/system.fieldsecurity.d57edb47.js +1 -0
  29. package/lib/system.file.b3558a8b.js +1 -0
  30. package/lib/system.file.f152d4fe.mjs +489 -0
  31. package/lib/system.log.30e5157c.mjs +1450 -0
  32. package/lib/system.log.f243e7d0.js +1 -0
  33. package/lib/system.machine.325b256e.mjs +94 -0
  34. package/lib/system.machine.332fb31c.js +1 -0
  35. package/lib/system.notice.662195f6.js +1 -0
  36. package/lib/system.notice.e2fe81dc.mjs +636 -0
  37. package/lib/system.noticereceived.15cf2fce.js +1 -0
  38. package/lib/system.noticereceived.20f38964.mjs +158 -0
  39. package/lib/system.onlineuser.90c08aef.mjs +184 -0
  40. package/lib/system.onlineuser.e0c261ed.js +1 -0
  41. package/lib/system.org.65452f67.js +1 -0
  42. package/lib/system.org.b8d59e5d.mjs +421 -0
  43. package/lib/system.permissions.5524b210.mjs +212 -0
  44. package/lib/system.permissions.a45b5b80.js +9 -0
  45. package/lib/system.plugin.07b3c38e.js +1 -0
  46. package/lib/system.plugin.4911a33d.mjs +946 -0
  47. package/lib/system.pos.6ed35c39.js +1 -0
  48. package/lib/system.pos.c274f13c.mjs +312 -0
  49. package/lib/system.promptmanagement.67475aac.js +1 -0
  50. package/lib/system.promptmanagement.e9976712.mjs +805 -0
  51. package/lib/system.role.0a1f11ad.js +1 -0
  52. package/lib/system.role.e5d08307.mjs +1543 -0
  53. package/lib/system.timers.69f1792a.mjs +3160 -0
  54. package/lib/system.timers.ef6b6796.js +38 -0
  55. package/lib/system.translation.48ff0b03.mjs +665 -0
  56. package/lib/system.translation.8f7e4144.js +1 -0
  57. package/lib/system.user.30451246.mjs +1432 -0
  58. package/lib/system.user.e0e4ac12.js +14 -0
  59. package/lib/system.useraffiliation.1e74fa9e.mjs +1025 -0
  60. package/lib/system.useraffiliation.f3c88a51.js +1 -0
  61. package/lib/system.webresource.5049d97b.js +1 -0
  62. package/lib/system.webresource.e9518d87.mjs +723 -0
  63. package/lib/system.welcome.3f1cce96.mjs +45 -0
  64. package/lib/system.welcome.b109df88.js +1 -0
  65. package/locale/en_US.js +249 -18
  66. package/locale/id_ID.js +250 -19
  67. package/locale/vi_VN.js +250 -19
  68. package/locale/zh_CN.js +258 -25
  69. package/package.json +105 -104
  70. package/lib/gd-initial.umd.js +0 -433
  71. package/lib/index.a0c53741.mjs +0 -146905
  72. 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: {
@@ -160,7 +162,12 @@ export default {
160
162
  titlePho: "Phone login",
161
163
  loading: "Logging in...",
162
164
  codeSwitchTip: "If the image verification code recognition is difficult, click on the image verification code to refresh the display",
163
- scancodeLogin: "Enterprise WeChat authorization login"
165
+ scancodeLogin: "Enterprise WeChat authorization login",
166
+ missingParameters: "Missing parameter: ",
167
+ authorization: "Authorized ...",
168
+ authorizationCompleted: "Authorization completed",
169
+ authorizedLogin: "Authorized login",
170
+ authorizedOauth: "Authorization authentication",
164
171
  },
165
172
  /*基础*/
166
173
  basics: {
@@ -172,6 +179,12 @@ export default {
172
179
  secondary: "Secondary",
173
180
  compact: "Compact",
174
181
  columnSettings: "Column",
182
+ operationColumnSetting: "Operation Column Settings",
183
+ tableColumnSetting: "Table Settings",
184
+ operationColumn: "Operation Column",
185
+ stripe: "斑马纹",
186
+ stripeColor: "斑马纹颜色",
187
+ rowHeight: "行高",
175
188
  columnDisplay: "Column",
176
189
  reset: "Reset",
177
190
  chart: "Charts",
@@ -206,7 +219,16 @@ export default {
206
219
  data: "Data",
207
220
  follow: "Follow",
208
221
  danger: "Danger",
209
- information: "Information"
222
+ information: "Information",
223
+ content: "Content",
224
+ size: 'Size',
225
+ small: 'Small',
226
+ big: 'Big',
227
+ mode: 'Mode',
228
+ normal: 'Normal',
229
+ simple: 'Simple',
230
+ bindingComponent: 'Binding Component',
231
+ isbackground: 'Background Color',
210
232
  },
211
233
  /*主题及设置项*/
212
234
  settings: {
@@ -276,7 +298,8 @@ export default {
276
298
  menuStyle: "Menu style",
277
299
  verticalInsertion: "Vertical sliding in",
278
300
  horizontalFold: "Horizontal folding",
279
- style: "Style"
301
+ style: "Style",
302
+ followingColorTip: "Do you want to import the following color values?"
280
303
  },
281
304
  /*主题色*/
282
305
  theme: {
@@ -338,6 +361,8 @@ export default {
338
361
  orgOldName: "Original institution name",
339
362
  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
363
  selectFile: "Select File",
364
+ userAuthorization: "User Authorization",
365
+ menuRoleApp: "Authorized Menu Of APP"
341
366
  },
342
367
  /*机构*/
343
368
  org: {
@@ -513,7 +538,22 @@ export default {
513
538
  btnRules: "Button Rules",
514
539
  basicInformation: "Basic information",
515
540
  tablePrimaryKeyTip: "The table does not have a primary key field set",
516
- columnPrimaryKeyTip: "Display column without primary key field configured"
541
+ columnPrimaryKeyTip: "Display column without primary key field configured",
542
+ lastWeek: "Within a week",
543
+ lastMonth: "Last month",
544
+ pastThreeMonths: "In the past three months",
545
+ filterFields: "Filter fields",
546
+ pastSixMonths: "In the past six months",
547
+ farThisYear: "So far this year",
548
+ thisMonth: "This month",
549
+ beforeLastMonth: "Before last month",
550
+ threeMonthsAgo: "Three months ago",
551
+ sixMonthsAgo: "Six months ago",
552
+ doubleClickEdit: "Double click edit",
553
+ currentTime: "Current time",
554
+ fileAcceptTip: "The file type is not supported!",
555
+ fileSizeTip: "The upload size cannot exceed ",
556
+ fileLimitTip: "Exceeded the maximum upload quantity",
517
557
  },
518
558
  /*表单*/
519
559
  form: {
@@ -770,7 +810,9 @@ export default {
770
810
  dictionaryValue: "Dictionary value",
771
811
  btnRuleConfig: "Button rule configuration",
772
812
  addBtnRuleConfig: "Add button rules",
773
- basicData: "Basic data"
813
+ basicData: "Basic data",
814
+ quick: "Quick",
815
+ hyperlink: "Hyperlink"
774
816
  },
775
817
  /*导入*/
776
818
  xlsxImport: {
@@ -854,7 +896,9 @@ export default {
854
896
  initiated: "Dimulai",
855
897
  beenSet: "Cc",
856
898
  withdrawed: "Ditarik",
857
- labelBtn: "Hak operasi"
899
+ labelBtn: "Hak operasi",
900
+ assApply: "Re apply",
901
+ btnHistory: 'Load more approval history'
858
902
  },
859
903
  /*高级查找*/
860
904
  advancedFind: {
@@ -948,6 +992,7 @@ export default {
948
992
  singletonMode: "Singleton pattern",
949
993
  multipleMode: "Multi instance mode",
950
994
  collectMode: "collect",
995
+ externalLinks: "External links"
951
996
  },
952
997
  /* 侧边栏*/
953
998
  sidebar: {
@@ -1022,7 +1067,10 @@ export default {
1022
1067
  btnTeamSharing: "Team sharing",
1023
1068
  logAgain: "Log in again",
1024
1069
  verify: "Test and verify",
1025
- btnGroup: "Button group"
1070
+ btnGroup: "Button group",
1071
+ saveAdd: "Save data and add new data again",
1072
+ openFilterOptions: "Open filter options",
1073
+ synchronizeFilteringData: "Synchronize filtering values"
1026
1074
  },
1027
1075
  /*关联*/
1028
1076
  relation: {
@@ -1090,7 +1138,50 @@ export default {
1090
1138
  addSequence: "Add Series",
1091
1139
  addClassLabel: "Add Category",
1092
1140
  sequenceTip: "Please provide additional information on the legend entry (sequence)",
1093
- classLabelTip: "Please provide additional information on the horizontal (classification) axis label"
1141
+ classLabelTip: "Please provide additional information on the horizontal (classification) axis label",
1142
+ otherConfig: "Other configurations",
1143
+ labelShow: "Numerical display",
1144
+ labelRotate: "X-axis text tilt",
1145
+ smooth: "Smooth curve",
1146
+ showSymbol: "Symbol point",
1147
+ labelFontSize: "X-axis font size",
1148
+ sequenceConfig: "Sequence configuration",
1149
+ displayRules: "Display rules",
1150
+ notConfigured: "Not configured",
1151
+ configured: "Configured",
1152
+ yearQuarter: "",
1153
+ yearWeek: "of",
1154
+ weekMode: "Week",
1155
+ quarterMode: "Q",
1156
+ overlayLineChart: "Overlay Line Chart",
1157
+ overlayStack: "Stacking",
1158
+ emphasisFocus: "Highlight focusing effect",
1159
+ emphasisFocusNone: "Default (Do not fade out other graphics)",
1160
+ emphasisFocusSelf: "Only focus on (not fade out) the graphic of the currently highlighted data",
1161
+ emphasisFocusSeries: "Focus on all graphics in the series where the currently highlighted data is located",
1162
+ labelPosition: "Numerical display position",
1163
+ textFontSize: "Numerical font size",
1164
+ textFontColor: "Numerical font color",
1165
+ labelLineColor: "Axis line color",
1166
+ labelFontColor: "Axis font color",
1167
+ xAxisLabelColor: "X-axis font color",
1168
+ legendShow: "Legend display",
1169
+ legendConfig: "Legend configuration",
1170
+ legendTextColor: "Legend font color",
1171
+ legendOrient: "Legend orientation",
1172
+ legendPosition: "Legend location",
1173
+ gridConfig: "Grid configuration",
1174
+ gridPosition: "Grid Position",
1175
+ lineConfig: "Line configuration",
1176
+ lineStyleWidth: "Curve width",
1177
+ areaStyleStack: "Area chart",
1178
+ 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];",
1179
+ gridPositionTip: "The input value is [number, percentage value]; </br>Input an empty string to not calculate;",
1180
+ stackConfig: "Stacking configuration",
1181
+ groupedFields: "Grouped Fields",
1182
+ xAxisLabelPosition: "X-axis position",
1183
+ xAxisOffset: "Offset value (current axis)",
1184
+ xAxisOffsetCaudex: "Offset value (main axis)"
1094
1185
  },
1095
1186
  /*团队共享*/
1096
1187
  teamSharing: {
@@ -1251,7 +1342,10 @@ export default {
1251
1342
  build: "Build",
1252
1343
  move: "Move",
1253
1344
  createCopy: "Create Copy",
1254
- updateInstitutions: "Update institutions"
1345
+ updateInstitutions: "Update institutions",
1346
+ open: "Open",
1347
+ screenSwitch: "Full Screen Switch",
1348
+ uploadDrag:"Drag and drop files or click upload"
1255
1349
  },
1256
1350
  /*日志管理*/
1257
1351
  log: {
@@ -1470,7 +1564,8 @@ export default {
1470
1564
  fileSize: "file Size",
1471
1565
  code: "code id",
1472
1566
  filePath: "file Path",
1473
- detail: "detail"
1567
+ detail: "detail",
1568
+ fileAccept: "File type",
1474
1569
  },
1475
1570
  /*系统配置*/
1476
1571
  sysConfig: {
@@ -1785,6 +1880,7 @@ export default {
1785
1880
  automatic: "Automatic approval template",
1786
1881
  returnApproval: "Return approval template",
1787
1882
  nodeApproval: "Please add reviewer process configuration",
1883
+ isResubmitnext: 'Repetitive or not',
1788
1884
  }
1789
1885
  },
1790
1886
  /*插件*/
@@ -1858,7 +1954,7 @@ export default {
1858
1954
  passwTip: "Expires after days. To protect the security of your account, we recommend that you change your password as soon as possible",
1859
1955
  logOutTip: "hint",
1860
1956
  logOutContent: "Do you really want to log out ?",
1861
- logOutOk: "change password",
1957
+ logOutOk: "confirm",
1862
1958
  logOutCancel: "cancel",
1863
1959
  delTitle: "Tips",
1864
1960
  toExit: "Whether to exit modification",
@@ -1994,6 +2090,8 @@ export default {
1994
2090
  pleaseClickOnTheDetailsGenerator: "Please click on the details generator",
1995
2091
  pleaseClickOnChartBuilder: "Please click on the chart generator",
1996
2092
  pleaseClickOnFormGenerator: "Please click on the table generator",
2093
+ pleaseClickOnViewGenerator: "Please click on the view generator",
2094
+ pleaseClickFiltering: "Please click on the filter generator"
1997
2095
  },
1998
2096
  /*目录属性*/
1999
2097
  directory: {
@@ -2063,11 +2161,13 @@ export default {
2063
2161
  fieldConfiguration: "Field configuration",
2064
2162
  displayColumn: "Display columns",
2065
2163
  chartGenerator: "Chart Generator",
2164
+ filteringGenerator: "Filter Generator",
2066
2165
  selectionView: "Select View",
2067
2166
  selectionChart: "Select Chart",
2068
2167
  add: "Add",
2069
2168
  formGenerator: "Form builder",
2070
2169
  viewGenerator: "View Builder",
2170
+ tableGenerator: "Table Builder",
2071
2171
  interactiveForm: "Interactive Form",
2072
2172
  treeGenerator: "Tree Generator",
2073
2173
  associationTable: "Association Table",
@@ -2181,10 +2281,12 @@ export default {
2181
2281
  text: "Text",
2182
2282
  executionFunction: "Execution method",
2183
2283
  interactiveMode: "Interaction mode",
2184
- systemsMethod: "Systems method",
2185
- componentMethod: "Component method",
2284
+ systemsMethod: "System",
2285
+ componentMethod: "Component",
2186
2286
  interactiveComponent: "Interactive components",
2187
2287
  interactiveMethod: "Interactive methods",
2288
+ customMethod: "Custom Method",
2289
+ interactiveMethodApi: "Custom API",
2188
2290
  hide: "Hide",
2189
2291
  tableAuthority: "Table permissions",
2190
2292
  pagePermissions: "Page permissions",
@@ -2264,7 +2366,7 @@ export default {
2264
2366
  leanAgainst: "ToP",
2265
2367
  labelWidth: "Label width",
2266
2368
  field: "Field",
2267
- labelWidth: "Related fields",
2369
+ foreign: "Related fields",
2268
2370
  formsName: "Form Name",
2269
2371
  cascadingFilter: "Cascade filtering",
2270
2372
  viewFiltering: "Views filter",
@@ -2310,7 +2412,84 @@ export default {
2310
2412
  timer: "Timer",
2311
2413
  spaceTrim: "Remove spaces",
2312
2414
  aroundSpace: "Front and back spaces",
2313
- allSpace: "All spaces"
2415
+ allSpace: "All spaces",
2416
+ interactiveName: "Interaction Name",
2417
+ foldField: "Folding filter options",
2418
+ valueChange: "Value change",
2419
+ clickBtn: "Click on the button",
2420
+ queryDefaultBinding: "Query default values",
2421
+ displayed: 'Whether to display text or not',
2422
+ total: "Total data",
2423
+ pagesize: "Number of items per page",
2424
+ currentpage: "Current page",
2425
+ initialization: "Initialize based on ID",
2426
+ idData: "Retrieve data based on ID",
2427
+ formData: "Get form data",
2428
+ accessType: "Data acquisition method",
2429
+ numericalFormat: "Numerical formatting",
2430
+ extendConfiguration: "Expand configuration",
2431
+ topArea: "Top area",
2432
+ contentArea: "Content area",
2433
+ bottomArea: "Bottom area",
2434
+ whenDisplayed: "When displayed",
2435
+ whenHidden: "When hidden",
2436
+ topInterval: "Top interval",
2437
+ appendToBody: "Display on body",
2438
+ modal: "Display Mask",
2439
+ modalAppendToDody: "Mask on the body",
2440
+ closeClickModal: "Click to close the mask",
2441
+ closePressEscape: "Press ESC to turn off",
2442
+ showClose: "Display the close button",
2443
+ openDirection: "Open Position",
2444
+ openLeftSide: "Open from left to right",
2445
+ openRightSide: "Open from right to left",
2446
+ openTopSide: "Open from top to bottom",
2447
+ openBottomSide: "Open from bottom to top",
2448
+ interfaceStatus: "Interface status",
2449
+ addButton: "Add button",
2450
+ addButtonFull: "Add [Full Screen] button",
2451
+ addButtonClose: "Add [Close] button",
2452
+ associationTableConfig: "Association table configuration",
2453
+ baseAddApi: "Add custom API",
2454
+ baseEditApi: "Edit custom API",
2455
+ baseDetailsApi: "Details Custom API",
2456
+ triggerAction: "Trigger action",
2457
+ filterConfirmation: "When filtering and confirming",
2458
+ manuallyRefresh: "When manually refreshing",
2459
+ delayDisabled: "Disable Delay Release (ms)",
2460
+ local: "Local",
2461
+ objectFitFill: "By default, it is not guaranteed to maintain the original proportion, and the content is stretched to fill the entire content container.",
2462
+ objectFitContain: "Maintain the original size ratio. The content has been scaled.",
2463
+ objectFitCover: "Maintain the original size ratio. But some content may be cut.",
2464
+ objectFitNone: "Retain the length and width of the original element content, which means that the content will not be reset.",
2465
+ objectFitScale: "Maintain the original size ratio.",
2466
+ pagerLayout: "Pager layout",
2467
+ viewsSwitching: "Views switching",
2468
+ filterIcon: "Filter icon",
2469
+ chartIcon: "Chart icon",
2470
+ refreshIcon: "Refresh icon",
2471
+ tableSizeIcon: "Table density icon",
2472
+ listItemsIcon: "Table item icon",
2473
+ displayNickname: "Display nickname",
2474
+ displaySubheading: "Display subtitle",
2475
+ subFontcolor: "Subtitle font color",
2476
+ subFontSize: "Subtitle font size",
2477
+ subRowHeight: "Subtitle line height",
2478
+ marginSpacing: "White edge spacing",
2479
+ correctLevel: "Correct level",
2480
+ columnUsageType: "Binding value type",
2481
+ dataDisplay: "Data display",
2482
+ eventPassParameters: "Parameter transmission during interaction",
2483
+ parameterName: "Parameter Name",
2484
+ imgConfiguration: "Image configuration",
2485
+ objectFitFill: "By default, it is not guaranteed to maintain the original proportion, and the content is stretched to fill the entire content container.",
2486
+ objectFitContain: "Maintain the original size ratio. The content has been scaled.",
2487
+ objectFitCover: "Maintain the original size ratio. But some content may be cut.",
2488
+ objectFitNone: "Retain the length and width of the original element content, which means that the content will not be reset.",
2489
+ objectFitDown: "Maintain the original size ratio.",
2490
+ indicatorType: "Indicator Style",
2491
+ block: "Block",
2492
+ roundDot: "Round dot",
2314
2493
  },
2315
2494
  /*集群列表 */
2316
2495
  colony: {
@@ -2375,6 +2554,7 @@ export default {
2375
2554
  form: "Form container",
2376
2555
  treePanel: "Tree selection container",
2377
2556
  flexLayout: "Block layout",
2557
+ drawerContainer: "抽屉容器",
2378
2558
  },
2379
2559
  /*基础组件*/
2380
2560
  basiccomponents: {
@@ -2395,6 +2575,7 @@ export default {
2395
2575
  textSearch: "Text Search",
2396
2576
  currentTime: "Current Time",
2397
2577
  currentUser: "Current User",
2578
+ pagination: "Pagination",
2398
2579
  },
2399
2580
  /*数据展示组件*/
2400
2581
  datadisplaycomponents: {
@@ -2404,7 +2585,8 @@ export default {
2404
2585
  echarts: "Echarts",
2405
2586
  chartBI: "BI chart",
2406
2587
  statisticValue: "Statistic Value",
2407
- statistic: "statistic",
2588
+ statistic: "Statistic",
2589
+ tableGrid: "Table",
2408
2590
  },
2409
2591
  /*表单组件*/
2410
2592
  formcomponents: {
@@ -2433,6 +2615,8 @@ export default {
2433
2615
  advancedcomponents: {
2434
2616
  customComponent: "Custom Component",
2435
2617
  approval: "Approval",
2618
+ auditLog: "Audit Log",
2619
+ approvalHistory: "Approval History"
2436
2620
  },
2437
2621
  /*页面组件*/
2438
2622
  pagecomponents: {
@@ -2479,11 +2663,58 @@ export default {
2479
2663
  reloadData: "Reload data",
2480
2664
  refreshData: "Refresh data",
2481
2665
  downLoadData: "Drop down to load data",
2666
+ LoadData: "Query data",
2667
+ getData: "Get data",
2668
+ treeData: 'Tree click to load data',
2482
2669
  deleteIdData: "Delete data based on ID",
2483
2670
  previewComponents: "Preview components",
2484
2671
  filePreview: "File preview",
2672
+ fileDown: "File Download",
2485
2673
  globalComponents: "Global components",
2486
2674
  pageComponents: "On page components",
2487
- }
2675
+ filterData: "Filter data",
2676
+ enlargeChart: "Enlarge the chart",
2677
+ winOpenLink: "Open link",
2678
+ openLink: "Open the link in a new window",
2679
+ routerPush: "Local route redirection"
2680
+ },
2681
+ /*审计日志插件*/
2682
+ auditLogPlug: {
2683
+ add: "Add",
2684
+ edit: "Edit",
2685
+ delete: "Delete",
2686
+ field: "Field",
2687
+ operationTime: "Operation time",
2688
+ operationType: "Type",
2689
+ startTime: "Start time",
2690
+ endedTime: "Ended, time",
2691
+ to: "To",
2692
+ operator: "Operator",
2693
+ oldVal: "Old value",
2694
+ newVal: "New value",
2695
+ },
2696
+ /*用户所属 */
2697
+ userAffiliation: {
2698
+ userRelationship: 'User ownership relationship',
2699
+ ownershipValue: 'Ownership value',
2700
+ userownershipValue: 'User ownership value',
2701
+ userOwnershipName: 'User ownership name',
2702
+ userBelongs: 'User ownership type',
2703
+ userName: 'user(name)',
2704
+ },
2705
+ // 提示信息管理
2706
+ promptManagement: {
2707
+ name: "名称",
2708
+ explain: "说明",
2709
+ status: "状态",
2710
+ hintCode: "提示编码",
2711
+ hintInfo: "提示信息",
2712
+ hintSeverity: "严重程度",
2713
+ systemCode: "所属系统",
2714
+ typeCode: "所属分类",
2715
+ moduleCode: "所属模块",
2716
+ hintDescription: "提示描述",
2717
+ parameters: "参数",
2718
+ },
2488
2719
  }
2489
2720
  };