服务器详情页的状态值Pending中文改为准备中
This commit is contained in:
parent
25579862a2
commit
e4ea8f6a53
@ -244,7 +244,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
getStatusText(status) {
|
getStatusText(status) {
|
||||||
const statusMap = {
|
const statusMap = {
|
||||||
'Pending': '待处理',
|
'Pending': '准备中',
|
||||||
'Starting': '启动中',
|
'Starting': '启动中',
|
||||||
'Running': '运行中',
|
'Running': '运行中',
|
||||||
'Stopping': '停止中',
|
'Stopping': '停止中',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user