| | |
| | | v-if="chapter003.idOpenThree && chapter003.qustionData[48]" |
| | | class="tips-file" |
| | | > |
| | | <examinations :cardList="chapter003.qustionData[48]" /> |
| | | <examinations :primaryColor="'#f49a4c'" :cardList="chapter003.qustionData[48]" /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | isScore1Open: true, |
| | | isScore2Open: true, |
| | | isScore3Open: true, |
| | | isScore4Open:true, |
| | | qustionData: {}, |
| | | // 七步洗手法评分。。 |
| | | publicHeader: ["序号", "考核内容", "配分", "评分标准", "扣分", "得分"], |
| | |
| | | components: { |
| | | examinations, |
| | | }, |
| | | created() { |
| | | async created() { |
| | | const localData = JSON.parse(localStorage.getItem("chapter003")); |
| | | if (localData) { |
| | | this.chapter003 = { ...Object.assign(this.chapter003, localData) }; |