From 56e5ef90ee97e296014b4faf6863315ad0c2ace4 Mon Sep 17 00:00:00 2001 From: LR-20210131IOQH\Administrator <jackcold@163.com> Date: 星期四, 10 六月 2021 19:08:48 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/zhengcaioa --- zhengcaioa/zhengcaioa/Views/Project/Add.cshtml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/Project/Add.cshtml b/zhengcaioa/zhengcaioa/Views/Project/Add.cshtml index 1db8bf7..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%;"> -- Gitblit v1.9.1