8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
|
@{
|
||
|
ViewBag.Title = "表单预览";
|
||
|
Layout = "~/Views/Shared/_CustmerFormPreview.cshtml";
|
||
|
}
|
||
|
@Html.AppendJsFile("/Views/Utility/PreviewForm.js")
|
||
|
|
||
|
|