parent
431971edf1
commit
c420ab975c
|
|
@ -34,7 +34,7 @@ else
|
|||
</div>
|
||||
<div class="line line-dashed line-lg pull-in"></div><div class="form-group">
|
||||
<label class="col-sm-4 col-md-2 control-label">평가내용</label>
|
||||
<div class="col-sm-8 col-md-10">@Html.TextAreaFor(m => m.CMSD.sddesc, new { @class = "form-control", @maxlength = "700", @style = "resize: none; height: 70px;" })</div>
|
||||
<div class="col-sm-8 col-md-10">@Html.TextAreaFor(m => m.CMSD.sddesc, new { @class = "form-control", @maxlength = "5000", @style = "resize: none; height: 70px;" })</div>
|
||||
</div>
|
||||
<div class="line line-dashed line-lg pull-in"></div><div class="form-group">
|
||||
<label class="col-sm-2 control-label">만점기준</label>
|
||||
|
|
|
|||
|
|
@ -581,7 +581,7 @@ create table cmsd (
|
|||
,cmno int not null
|
||||
,sdtype tinyint not null
|
||||
,sdname varchar (100) not null
|
||||
,sddesc varchar (500)
|
||||
,sddesc varchar (6000)
|
||||
,tpoint tinyint not null
|
||||
,sdcondition tinyint not null
|
||||
,fgno bigint
|
||||
|
|
|
|||
Loading…
Reference in New Issue