Commit e37dc934 authored by wangxl's avatar wangxl
parents 8c2d8531 eea4d814
......@@ -61,7 +61,7 @@
<tr>
<td colspan="10" rowspan="2">
<a-form-model-item :prop="'projectKPI.yearTarget'" :rules="{required: true, message: '*', trigger: 'blur',}">
<a-textarea placeholder="总体目标" v-model="projectKPI.yearTarget" :maxLength="600" style="width: 400px; height: 100px;" />
<a-textarea placeholder="总体目标" v-model="projectKPI.yearTarget" :maxLength="600" style="width: 90%; height: 100px;" />
</a-form-model-item>
</td>
<td class="target-value" colspan="3">{{ moment(projectKPI.startDate).year() }}</td>
......@@ -69,19 +69,19 @@
<td class="target-value" colspan="3">{{ moment(projectKPI.startDate).add(2, 'year').year() }}</td>
</tr>
<tr>
<td colspan="3">
<td colspan="3" style="margin-top: 10px;">
<a-form-model-item :prop="'projectKPI.year1Goal'" :rules="{required: true, message: '*', trigger: 'blur',}">
<a-textarea v-model="projectKPI.year1Goal" :maxLength="200" style="width: 200px; height: 60px;" />
<a-textarea v-model="projectKPI.year1Goal" :maxLength="200" style="width: 250px; height: 60px;" />
</a-form-model-item>
</td>
<td colspan="3">
<a-form-model-item :prop="'projectKPI.year2Goal'" :rules="{required: true, message: '*', trigger: 'blur',}">
<a-textarea v-model="projectKPI.year2Goal" :maxLength="200" style="width: 200px; height: 60px;" />
<a-textarea v-model="projectKPI.year2Goal" :maxLength="200" style="width: 250px; height: 60px;" />
</a-form-model-item>
</td>
<td colspan="3">
<a-form-model-item :prop="'projectKPI.year3Goal'" :rules="{required: true, message: '*', trigger: 'blur',}">
<a-textarea v-model="projectKPI.year3Goal" :maxLength="200" style="width: 200px; height: 60px;" />
<a-textarea v-model="projectKPI.year3Goal" :maxLength="200" style="width: 90%; height: 60px;" />
</a-form-model-item>
</td>
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment