|
@@ -29,7 +29,7 @@
|
29
|
29
|
<div class="body" ng-show="onlySee!='ok'">
|
30
|
30
|
<!-- <div class="body"> -->
|
31
|
31
|
<div class="tit"><span class="important">*</span>任务说明:</div>
|
32
|
|
- <div><textarea cols="48" rows="5" placeholder="请填写任务说明" ng-model="taskDescribe"></textarea></div>
|
|
32
|
+ <div><textarea cols="48" rows="5" style="width:100%;" placeholder="请填写任务说明" ng-model="taskDescribe"></textarea></div>
|
33
|
33
|
<div class="tit"><span class="important">*</span>指派人:</div>
|
34
|
34
|
<ui-select class="tab-mainDiv-body-content" style="width:100%" ng-model="personData.data" theme="bootstrap">
|
35
|
35
|
<ui-select-match placeholder="请选择指派人">
|