From 6e2b929cf381e2320ba6e7dec56c0371124d2b51 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期六, 27 八月 2022 15:03:00 +0800 Subject: [PATCH] 提交 --- zhengcaioa/zhengcaioa/Views/SalaryCheck/Appeal.cshtml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/SalaryCheck/Appeal.cshtml b/zhengcaioa/zhengcaioa/Views/SalaryCheck/Appeal.cshtml index 9a4a531..22dd5ab 100644 --- a/zhengcaioa/zhengcaioa/Views/SalaryCheck/Appeal.cshtml +++ b/zhengcaioa/zhengcaioa/Views/SalaryCheck/Appeal.cshtml @@ -80,9 +80,9 @@ <div class="clearfix layer-area" style="padding-bottom:15px;"> <label class="text-right col-sm-1 col-md-1 control-label">宸ヨ祫鏈堜唤<i class="red">*</i></label> <div class="col-sm-2 col-md-2"> - <input class="form-control" id="YearMonth" name="YearMonth" type="text" value="@Model.Year-@Model.Month" readonly="readonly"> - <input type="hidden" name="Year" value="@Model.Year" /> - <input type="hidden" name="Month" value="@Model.Month" /> + <input class="form-control" id="YearMonth" name="YearMonth" type="text" value="@Model.year-@Model.month" readonly="readonly"> + <input type="hidden" name="Year" value="@Model.year" /> + <input type="hidden" name="Month" value="@Model.month" /> </div> </div> -- Gitblit v1.9.1