Commit eea4d814 authored by 徐俊's avatar 徐俊

xujun

parent 667b7103
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<tr> <tr>
<td colspan="10" rowspan="2"> <td colspan="10" rowspan="2">
<a-form-model-item :prop="'projectKPI.yearTarget'" :rules="{required: true, message: '*', trigger: 'blur',}"> <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> </a-form-model-item>
</td> </td>
<td class="target-value" colspan="3">{{ moment(projectKPI.startDate).year() }}</td> <td class="target-value" colspan="3">{{ moment(projectKPI.startDate).year() }}</td>
...@@ -69,19 +69,19 @@ ...@@ -69,19 +69,19 @@
<td class="target-value" colspan="3">{{ moment(projectKPI.startDate).add(2, 'year').year() }}</td> <td class="target-value" colspan="3">{{ moment(projectKPI.startDate).add(2, 'year').year() }}</td>
</tr> </tr>
<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-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> </a-form-model-item>
</td> </td>
<td colspan="3"> <td colspan="3">
<a-form-model-item :prop="'projectKPI.year2Goal'" :rules="{required: true, message: '*', trigger: 'blur',}"> <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> </a-form-model-item>
</td> </td>
<td colspan="3"> <td colspan="3">
<a-form-model-item :prop="'projectKPI.year3Goal'" :rules="{required: true, message: '*', trigger: 'blur',}"> <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> </a-form-model-item>
</td> </td>
</tr> </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