From 77f8f99697748749edd553b127de34b02ccb18c5 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 25 六月 2021 11:43:59 +0800 Subject: [PATCH] 提交 --- zhengcaioa/zhengcaioa/Views/Project/Add.cshtml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/Project/Add.cshtml b/zhengcaioa/zhengcaioa/Views/Project/Add.cshtml index 669980e..467da1e 100644 --- a/zhengcaioa/zhengcaioa/Views/Project/Add.cshtml +++ b/zhengcaioa/zhengcaioa/Views/Project/Add.cshtml @@ -354,9 +354,9 @@ @for (int i = 0; i < projectreasons.Count; i++) { <div class="clearfix layer-area" style="padding-bottom:15px;"> - <label class="text-right col-sm-1 col-md-1 control-label">鏈�氳繃璧勬牸鎴栫鍚堝鏌ヤ緵搴斿晢</label> + <label class="text-right col-sm-1 col-md-1 control-label">鏃犳晥渚涘簲鍟�</label> <div class="col-sm-6 col-md-6"> - <input class="form-control" label="鍏憡鏃堕棿" name="reasonname" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="500" ismust="true" type="text" value="@projectreasons[i].Reasonname"> + <input class="form-control" label="鏃犳晥渚涘簲鍟�" name="reasonname" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="500" ismust="true" type="text" value="@projectreasons[i].Reasonname"> </div> <label class="text-right col-sm-1 col-md-1 control-label" style="width:30px;">鍘熷洜</label> <div class="col-sm-2 col-md-2" style="width:10%;"> @@ -723,7 +723,7 @@ } else { // toastr.error("澶辫触"); - parent.layer.msg('澶辫触', { icon: 5 }); + parent.layer.msg(data.Message, { icon: 5 }); } }, -- Gitblit v1.9.1