| | |
| | | <tr> |
| | | <th |
| | | :style="{ |
| | | width: |
| | | index == 1 || index == chapter005.groupData.length - 1 |
| | | ? '100px' |
| | | : '', |
| | | width: index == 3 ? '300px' : '50px', |
| | | }" |
| | | v-for="(header, index) in chapter005.publicHeader" |
| | | :key="index" |
| | |
| | | <tr> |
| | | <th |
| | | :style="{ |
| | | width: |
| | | index == 1 || |
| | | index == chapter005.scoreData1.length - 1 |
| | | ? '100px' |
| | | : '', |
| | | width: index == 3 ? '300px' : '50px', |
| | | }" |
| | | v-for="(header, index) in chapter005.publicHeader" |
| | | :key="index" |
| | |
| | | <p>餐前教育的注意事项是什么?</p> |
| | | <div class="bk-tx"> |
| | | <textarea |
| | | v-model="chapter005.textAreaItem.text28" |
| | | v-model="chapter005.textAreaItem.text228" |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | @blur="onBlurChange('text28')" |
| | | @blur="onBlurChange('text228')" |
| | | ></textarea> |
| | | </div> |
| | | <h3 id="c017"> |
| | |
| | | <tr> |
| | | <th |
| | | :style="{ |
| | | width: |
| | | index == 1 || |
| | | index == chapter005.scoreData2.length - 1 |
| | | ? '100px' |
| | | : '', |
| | | width: index == 3 ? '300px' : '50px', |
| | | }" |
| | | v-for="(header, index) in chapter005.publicHeader" |
| | | :key="index" |
| | |
| | | <tr> |
| | | <th |
| | | :style="{ |
| | | width: |
| | | index == 1 || |
| | | index == chapter005.scoreData3.length - 1 |
| | | ? '100px' |
| | | : '', |
| | | width: index == 3 ? '300px' : '50px', |
| | | }" |
| | | v-for="(header, index) in chapter005.publicHeader" |
| | | :key="index" |
| | |
| | | <tr> |
| | | <th |
| | | :style="{ |
| | | width: |
| | | index == 1 || |
| | | index == chapter005.scoreData4.length - 1 |
| | | ? '100px' |
| | | : '', |
| | | width: index == 3 ? '300px' : '50px', |
| | | }" |
| | | v-for="(header, index) in chapter005.publicHeader" |
| | | :key="index" |