feat: 增加按钮提示

This commit is contained in:
Aaron3S
2023-02-28 18:29:30 +08:00
committed by huailei
parent 24297dbead
commit b5d4bfd488
4 changed files with 9 additions and 1 deletions

View File

@@ -844,6 +844,8 @@
"TotalJobLog": "Total job log"
},
"ops": {
"Save": "Save",
"Reset": "Reset",
"SystemError": "System Error",
"RunasHelpText": "Fill in the user name to run the script",
"RunasPolicyHelpText": "Indicates the account selection strategy when there is no running user on the current asset",

View File

@@ -840,6 +840,8 @@
"Weekly": "週ごと"
},
"ops": {
"Save": "保存#ホゾン#",
"Reset": "リストア",
"SystemError": "システムエラー",
"RunasHelpText": "スクリプトを実行するユーザー名を入力",
"RunasPolicyHelpText": "現在の資産にこの実行ユーザーが存在しない場合にアカウント選択ポリシーを実行することを示します",

View File

@@ -839,6 +839,8 @@
"Weekly": "按周"
},
"ops": {
"Save": "保存",
"Reset": "还原",
"SystemError": "系统错误",
"RunasHelpText": "填写运行脚本的用户名",
"RunasPolicyHelpText": "表示当前资产上没此运行用户时,采取什么账号选择策略",

View File

@@ -78,6 +78,7 @@ export default {
type: 'button',
align: 'left',
icon: 'fa fa-save',
tip: this.$tc('ops.Save'),
el: {
type: 'primary'
},
@@ -88,7 +89,8 @@ export default {
reset: {
type: 'button',
align: 'left',
icon: 'fa fa-refresh',
icon: 'fa fa-undo',
tip: this.$tc('ops.Reset'),
el: {
type: 'primary'
},