mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
@@ -66,7 +66,8 @@ const RttyI18n = {
|
||||
'Error Code': '错误码',
|
||||
'Error Message': "错误消息",
|
||||
'Please enter a single parameter': '请输入单个参数',
|
||||
'Please enter a single environment': '请输入单个环境变量'
|
||||
'Please enter a single environment': '请输入单个环境变量',
|
||||
'No Response': '没有任何响应'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -85,4 +86,4 @@ if (!messages[language])
|
||||
export default new VueI18n({
|
||||
locale: language,
|
||||
messages: messages
|
||||
});
|
||||
});
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
</div>
|
||||
</Modal>
|
||||
<Modal v-model="cmdStatus.respModal" :title="$t('Response of executive command')" :width="1000">
|
||||
<Table :columns="cmdStatus.response.columns" :data="cmdStatus.response.data" height="300"></Table>
|
||||
<Table :columns="cmdStatus.response.columns" :data="cmdStatus.response.data" height="300" :no-data-text="$t('No Response')"></Table>
|
||||
<div slot="footer"></div>
|
||||
</Modal>
|
||||
</div>
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user