mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-05 01:00:50 +08:00
审批序列化
This commit is contained in:
@@ -74,16 +74,18 @@ namespace AIStudio.Wpf.Flowchart.ViewModels
|
||||
}
|
||||
}
|
||||
|
||||
public bool DoubleApprove
|
||||
#region 模拟使用
|
||||
public bool SimulateApprove
|
||||
{
|
||||
get;set;
|
||||
}
|
||||
#endregion
|
||||
|
||||
protected override void ExecuteEditCommand(object param)
|
||||
{
|
||||
if (IsReadOnly == true) return;
|
||||
|
||||
if (DoubleApprove)
|
||||
if (SimulateApprove)
|
||||
{
|
||||
if (Status == 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user