From 8dd7b24e5649edf6f73e1146c4db576f7eb3dcdb Mon Sep 17 00:00:00 2001 From: wells <123> Date: 星期六, 11 七月 2020 14:16:54 +0800 Subject: [PATCH] 7.11 --- src/Bro.Common.Model/Model/MotionCardRelated.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bro.Common.Model/Model/MotionCardRelated.cs b/src/Bro.Common.Model/Model/MotionCardRelated.cs index 7083a14..671c68e 100644 --- a/src/Bro.Common.Model/Model/MotionCardRelated.cs +++ b/src/Bro.Common.Model/Model/MotionCardRelated.cs @@ -236,7 +236,7 @@ public string GetDisplayText() { - return $"杞磠AxisIndex}:{AxisName}-褰撳墠锛歿CurPosition}-瑙勫垝锛歿Destination}"; + return $"杞磠AxisIndex}:{AxisName}-褰撳墠鐘舵�侊細{AxisStatus}-褰撳墠浣嶇疆锛歿CurPosition}-瑙勫垝浣嶇疆锛歿Destination}"; } } @@ -249,7 +249,7 @@ [DisplayName("杩愬姩杞寸储寮�")] [Description("AxisIndex锛氳繍鍔ㄨ酱绱㈠紩")] [TypeConverter(typeof(AxisIndexConvert))] - public string AxisIndexStr { get; set; } = "0"; + public string AxisIndexStr { get; set; } = "1"; [Browsable(false)] [JsonIgnore] -- Gitblit v1.8.0