| | |
| | | <h4 id="d045"> |
| | | ▶▶ 活动3:冲调配方奶<span class="fontsz1">>>>>>>>></span> |
| | | </h4> |
| | | <p><br /></p> |
| | | <!-- <div class="bk-sys"> |
| | | <div class="bj1-sys"> |
| | | <p class="left"> |
| | |
| | | v-if="chapter005.idOpenThree && chapter005.qustionData[94]" |
| | | class="tips-file" |
| | | > |
| | | <examinations :cardList="chapter005.qustionData[94]" /> |
| | | <examinations :primaryColor="'#f49a4c'" :cardList="chapter005.qustionData[94]" /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | isScore1Open: true, |
| | | isScore2Open: true, |
| | | isScore3Open: true, |
| | | isScore4Open:true, |
| | | qustionData: {}, |
| | | // 冲调配方奶 |
| | | publicHeader: ["序号", "考核内容", "配分", "评分标准", "扣分", "得分"], |
| | |
| | | components: { |
| | | examinations, |
| | | }, |
| | | created() { |
| | | async created() { |
| | | const localData = JSON.parse(localStorage.getItem("chapter005")); |
| | | if (localData) { |
| | | this.chapter005 = { ...Object.assign(this.chapter005, localData) }; |