|
|
@@ -1,3 +1,7 @@
|
|
|
+@using MySystem.Models;
|
|
|
+@{
|
|
|
+ CustomTagSet editData = ViewBag.set as CustomTagSet;
|
|
|
+}
|
|
|
@{
|
|
|
string RightInfo = ViewBag.RightInfo as string;
|
|
|
string right = ViewBag.right as string;
|
|
|
@@ -33,7 +37,7 @@
|
|
|
<label class="layui-form-label">代付排除创客名单</label>
|
|
|
<div class="layui-input-block">
|
|
|
<textarea class="layui-textarea" lay-verify="required|" name="Content" id="Content"
|
|
|
- placeholder="请输入创客编号,多个创客编号用逗号隔开"></textarea>
|
|
|
+ placeholder="请输入创客编号,多个创客编号用逗号隔开">@(editData.Contents)</textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|