From 52267147e624f3a0daef4870ba72f023ef9162a9 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期六, 07 十月 2023 12:46:29 +0800
Subject: [PATCH] 修改中国政府采购网爬虫规则
---
zhengcaioa/zhengcaioa/Views/Zhuanjiahuida/Edit.cshtml | 25 +++++++++++++++++--------
1 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/zhengcaioa/zhengcaioa/Views/Zhuanjiahuida/Edit.cshtml b/zhengcaioa/zhengcaioa/Views/Zhuanjiahuida/Edit.cshtml
index 74a2ccc..fe1ac01 100644
--- a/zhengcaioa/zhengcaioa/Views/Zhuanjiahuida/Edit.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/Zhuanjiahuida/Edit.cshtml
@@ -96,25 +96,34 @@
<div id="div_content" class="ibox-content" style="background-color:white;">
<div class="row">
@*<div class="clearfix layer-area" style="padding-bottom:15px;">
- <label class="text-right col-sm-1 col-md-1 control-label">鎻愰棶浜�</label>
- <div class="col-sm-2 col-md-2">
- <label class="text-right col-sm-12 col-md-12 control-label">@Model.Username</label>
-
- <input type="hidden" id="Username" name="Username" value="@Model.Username" />
- </div>
+ <label class="text-right col-sm-1 col-md-1 control-label">鎻愰棶浜�</label>
+ <div class="col-sm-2 col-md-2">
+ <label class="text-right col-sm-12 col-md-12 control-label">@Model.Username</label>
+
+ <input type="hidden" id="Username" name="Username" value="@Model.Username" />
+ </div>
- </div>*@
+ </div>*@
<div class="clearfix layer-area" style="padding-bottom:15px;">
<label class="text-right col-sm-1 col-md-1 control-label">闂</label>
<div class="col-sm-11 col-md-11">
- <label class="text-left col-sm-12 col-md-12 control-label">@Model.Question</label>
+ @Model.Question
</div>
<input type="hidden" id="Question" name="Question" value="@Model.Question" />
<input type="hidden" id="Id" name="Id" value="@Model.Id" />
<input type="hidden" id="Userid" name="Userid" value="@Model.Userid" />
</div>
+
+ <div class="clearfix layer-area" style="padding-bottom:15px;">
+ <label class="text-right col-sm-1 col-md-1 control-label">鎻愰棶鏃堕棿</label>
+ <div class="col-sm-11 col-md-11">
+ @Model.Createtime.ToString("yyyy-MM-dd HH:mm:ss")
+ </div>
+
+ </div>
+
<div class="clearfix layer-area" style="padding-bottom:15px;">
<label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">鍥炵瓟<i class="red">*</i></label>
<div class="col-sm-11 col-md-11">
--
Gitblit v1.9.1