| | |
| | | <tr> |
| | | <th |
| | | :style="{ |
| | | width: |
| | | index == 1 || index == chapter007.groupData.length - 1 |
| | | ? '100px' |
| | | : '', |
| | | width: index == 3 ? '300px' : '50px', |
| | | }" |
| | | v-for="(header, index) in chapter007.publicHeader" |
| | | :key="index" |
| | |
| | | <tr> |
| | | <th |
| | | :style="{ |
| | | width: |
| | | index == 1 || |
| | | index == chapter007.scoreData1.length - 1 |
| | | ? '100px' |
| | | : '', |
| | | width: index == 3 ? '300px' : '50px', |
| | | }" |
| | | v-for="(header, index) in chapter007.publicHeader" |
| | | :key="index" |
| | |
| | | <tr> |
| | | <th |
| | | :style="{ |
| | | width: |
| | | index == 1 || |
| | | index == chapter007.scoreData2.length - 1 |
| | | ? '100px' |
| | | : '', |
| | | width: index == 3 ? '300px' : '50px', |
| | | }" |
| | | v-for="(header, index) in chapter007.publicHeader" |
| | | :key="index" |
| | |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text68')" |
| | | @blur="onBlurChange('text681')" |
| | | ></textarea> |
| | | <p class="left">其他</p> |
| | | <textarea |