| | |
| | | <tr> |
| | | <th |
| | | :style="{ |
| | | width: |
| | | index == 1 || index == chapter003.groupData.length - 1 |
| | | ? '100px' |
| | | : '', |
| | | width: index == 3 ? '300px' : '50px', |
| | | }" |
| | | v-for="(header, index) in chapter003.publicHeader" |
| | | :key="index" |
| | |
| | | > |
| | | <td v-for="(cell, cellIndex) in row" :key="cellIndex"> |
| | | <template v-if="cell === ''"> |
| | | <input |
| | | type="text" |
| | | v-model="chapter003.groupData[rowIndex][cellIndex]" |
| | | @blur=" |
| | | updateCellGroup( |
| | | rowIndex, |
| | | cellIndex, |
| | | $event.target.value |
| | | ) |
| | | " |
| | | /> |
| | | </template> |
| | | <template v-else-if="cellIndex == 4"> |
| | | <input |
| | | type="text" |
| | | v-model="chapter003.groupData[rowIndex][cellIndex]" |
| | |
| | | <tr> |
| | | <th |
| | | :style="{ |
| | | width: |
| | | index == 1 || |
| | | index == chapter003.scoreData1.length - 1 |
| | | ? '100px' |
| | | : '', |
| | | width: index == 3 ? '300px' : '50px', |
| | | }" |
| | | v-for="(header, index) in chapter003.publicHeader" |
| | | :key="index" |
| | |
| | | " |
| | | /> |
| | | </template> |
| | | <template v-else-if="cellIndex == 4"> |
| | | <input |
| | | type="text" |
| | | v-model="chapter003.scoreData1[rowIndex][cellIndex]" |
| | | @blur=" |
| | | updateCellScore1( |
| | | rowIndex, |
| | | cellIndex, |
| | | $event.target.value |
| | | ) |
| | | " |
| | | /> |
| | | </template> |
| | | <template v-else> |
| | | {{ cell }} |
| | | </template> |
| | | <!-- <template v-if="cell === ''"> |
| | | <input |
| | | type="text" |
| | | v-model="chapter003.scoreData1[rowIndex][cellIndex]" |
| | | @blur=" |
| | | updateCellScore1( |
| | | rowIndex, |
| | | cellIndex, |
| | | $event.target.value |
| | | ) |
| | | " |
| | | /> |
| | | </template> |
| | | <template v-else> |
| | | {{ cell }} |
| | | </template> --> |
| | | </td> |
| | | </tr> |
| | | </tbody> |
| | |
| | | <tr> |
| | | <th |
| | | :style="{ |
| | | width: |
| | | index == 1 || |
| | | index == chapter003.scoreData2.length - 1 |
| | | ? '100px' |
| | | : '', |
| | | width: index == 3 ? '300px' : '50px', |
| | | }" |
| | | v-for="(header, index) in chapter003.publicHeader" |
| | | :key="index" |
| | |
| | | :key="rowIndex" |
| | | > |
| | | <td v-for="(cell, cellIndex) in row" :key="cellIndex"> |
| | | <!-- <template v-if="cell === ''"> |
| | | <input |
| | | type="text" |
| | | v-model="chapter003.scoreData2[rowIndex][cellIndex]" |
| | | @blur=" |
| | | updateCellScore2( |
| | | rowIndex, |
| | | cellIndex, |
| | | $event.target.value |
| | | ) |
| | | " |
| | | /> |
| | | </template> |
| | | <template v-else> |
| | | {{ cell }} |
| | | </template> --> |
| | | <template v-if="cell === ''"> |
| | | <input |
| | | type="text" |
| | | v-model="chapter003.scoreData2[rowIndex][cellIndex]" |
| | | @blur=" |
| | | updateCellScore2( |
| | | rowIndex, |
| | | cellIndex, |
| | | $event.target.value |
| | | ) |
| | | " |
| | | /> |
| | | </template> |
| | | <template v-else-if="cellIndex == 4"> |
| | | <input |
| | | type="text" |
| | | v-model="chapter003.scoreData2[rowIndex][cellIndex]" |
| | |
| | | <tr> |
| | | <th |
| | | :style="{ |
| | | width: |
| | | index == 1 || |
| | | index == chapter003.scoreData3.length - 1 |
| | | ? '100px' |
| | | : '', |
| | | width: index == 3 ? '300px' : '50px', |
| | | }" |
| | | v-for="(header, index) in chapter003.publicHeader" |
| | | :key="index" |
| | |
| | | " |
| | | /> |
| | | </template> |
| | | <template v-else-if="cellIndex == 4"> |
| | | <input |
| | | type="text" |
| | | v-model="chapter003.scoreData3[rowIndex][cellIndex]" |
| | | @blur=" |
| | | updateCellScore3( |
| | | rowIndex, |
| | | cellIndex, |
| | | $event.target.value |
| | | ) |
| | | " |
| | | /> |
| | | </template> |
| | | <template v-else> |
| | | {{ cell }} |
| | | </template> |
| | | <!-- <template v-if="cell === ''"> |
| | | <input |
| | | type="text" |
| | | v-model="chapter003.scoreData3[rowIndex][cellIndex]" |
| | | @blur=" |
| | | updateCellScore3( |
| | | rowIndex, |
| | | cellIndex, |
| | | $event.target.value |
| | | ) |
| | | " |
| | | /> |
| | | </template> |
| | | <template v-else> |
| | | {{ cell }} |
| | | </template> --> |
| | | </td> |
| | | </tr> |
| | | </tbody> |
| | |
| | | <tr> |
| | | <th |
| | | :style="{ |
| | | width: |
| | | index == 1 || |
| | | index == chapter003.scoreData4.length - 1 |
| | | ? '100px' |
| | | : '', |
| | | width: index == 3 ? '300px' : '50px', |
| | | }" |
| | | v-for="(header, index) in chapter003.publicHeader" |
| | | :key="index" |
| | |
| | | " |
| | | /> |
| | | </template> |
| | | <template v-else-if="cellIndex == 4"> |
| | | <input |
| | | type="text" |
| | | v-model="chapter003.scoreData4[rowIndex][cellIndex]" |
| | | @blur=" |
| | | updateCellScore4( |
| | | rowIndex, |
| | | cellIndex, |
| | | $event.target.value |
| | | ) |
| | | " |
| | | /> |
| | | </template> |
| | | <template v-else> |
| | | {{ cell }} |
| | | </template> |
| | | <!-- <template v-if="cell === ''"> |
| | | <input |
| | | type="text" |
| | | v-model="chapter003.scoreData4[rowIndex][cellIndex]" |
| | | @blur=" |
| | | updateCellScore4( |
| | | rowIndex, |
| | | cellIndex, |
| | | $event.target.value |
| | | ) |
| | | " |
| | | /> |
| | | </template> |
| | | <template v-else> |
| | | {{ cell }} |
| | | </template> --> |
| | | </td> |
| | | </tr> |
| | | </tbody> |
| | |
| | | <p>婴幼儿练习刷牙的注意事项是什么?</p> |
| | | <div class="bk-tx"> |
| | | <textarea |
| | | v-model="chapter003.textAreaItem.text33" |
| | | v-model="chapter003.textAreaItem.text331" |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | @blur="onBlurChange('text33')" |
| | | @blur="onBlurChange('text331')" |
| | | ></textarea> |
| | | </div> |
| | | </div> |
| | |
| | | <tr> |
| | | <th |
| | | :style="{ |
| | | width: |
| | | index == 1 || |
| | | index == chapter003.scoreData5.length - 1 |
| | | ? '100px' |
| | | : '', |
| | | width: index == 3 ? '300px' : '50px', |
| | | }" |
| | | v-for="(header, index) in chapter003.publicHeader" |
| | | :key="index" |
| | |
| | | :key="rowIndex" |
| | | > |
| | | <td v-for="(cell, cellIndex) in row" :key="cellIndex"> |
| | | <!-- <template v-if="cell === ''"> |
| | | <input |
| | | type="text" |
| | | v-model="chapter003.scoreData5[rowIndex][cellIndex]" |
| | | @blur=" |
| | | updateCellScore5( |
| | | rowIndex, |
| | | cellIndex, |
| | | $event.target.value |
| | | ) |
| | | " |
| | | /> |
| | | </template> |
| | | <template v-else> |
| | | {{ cell }} |
| | | </template> --> |
| | | <template v-if="cell === ''"> |
| | | <input |
| | | type="text" |
| | |
| | | " |
| | | /> |
| | | </template> |
| | | <template v-else-if="cellIndex == 4"> |
| | | <input |
| | | type="text" |
| | | v-model="chapter003.scoreData5[rowIndex][cellIndex]" |
| | | @blur=" |
| | | updateCellScore5( |
| | | rowIndex, |
| | | cellIndex, |
| | | $event.target.value |
| | | ) |
| | | " |
| | | /> |
| | | </template> |
| | | <template v-else> |
| | | {{ cell }} |
| | | </template> |