| | |
| | | </el-table-column> |
| | | <el-table-column label="分数" width="120"> |
| | | <template #default="scope"> |
| | | <span style="color: #ff6c00">{{ scope.row.score }}</span> |
| | | <span style="color: #019e58">{{ scope.row.score }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="设置" width="260"> |
| | |
| | | if (userCache) { |
| | | userInfo.value = JSON.parse(userCache) |
| | | } |
| | | defaultCmsPath.value = classInfo.bookRefCode ? 'jsek_digitalTextbooks' : 'defaultGoodsStore3' |
| | | defaultCmsPath.value = classInfo.bookRefCode ? '*' : 'defaultGoodsStore3' |
| | | getTaskList() |
| | | }) |
| | | |
| | |
| | | path: defaultCmsPath.value, |
| | | queryType: '*', |
| | | productId: String(classInfo?.bookId), |
| | | storeInfo: defaultCmsPath.value, |
| | | cmsPath: classInfo?.rootCmsItemId, |
| | | } |
| | | MG.store |
| | |
| | | path: defaultCmsPath.value, |
| | | queryType: '*', |
| | | productId: String(classInfo?.bookId), |
| | | storeInfo: defaultCmsPath.value, |
| | | cmsPath: obj.productLinkPath, |
| | | } |
| | | MG.store |
| | |
| | | path: defaultCmsPath.value, |
| | | queryType: '*', |
| | | productId: String(classInfo?.bookId), |
| | | storeInfo: defaultCmsPath.value, |
| | | cmsPath: item.productLinkPath, |
| | | itemFields: { |
| | | Embedded_QuestionBank_AnalysisCon: [], |
| | |
| | | path: defaultCmsPath.value, |
| | | queryType: '*', |
| | | productId: String(classInfo?.bookId), |
| | | storeInfo: defaultCmsPath.value, |
| | | cmsPath, |
| | | itemFields: { |
| | | Embedded_QuestionBank_AnalysisCon: [], |
| | |
| | | path: defaultCmsPath.value, |
| | | queryType: '*', |
| | | productId: String(classInfo?.bookId), |
| | | storeInfo: defaultCmsPath.value, |
| | | cmsPath: item.productLinkPath, |
| | | } |
| | | MG.store |
| | |
| | | color: #333; |
| | | line-height: 30px; |
| | | text-align: left; |
| | | border-left: 6px solid #ff6c00; |
| | | border-left: 6px solid #019e58; |
| | | padding-left: 10px; |
| | | } |
| | | } |
| | | margin-top: 20px; |
| | | ::v-deep .el-tabs__nav-wrap::after { |
| | | background-color: #ff6d00; |
| | | background-color: #019e58; |
| | | height: 1px; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | ::v-deep .is-active { |
| | | background-color: #ff6d00; |
| | | background-color: #019e58; |
| | | color: #fff; |
| | | border-radius: 3px 3px 0 0; |
| | | } |
| | |
| | | background: #e0f2ff; |
| | | overflow: auto; |
| | | padding: 10px 18px; |
| | | box-sizing: border-box; |
| | | .searchBox { |
| | | position: sticky; |
| | | top: -10px; |
| | |
| | | .leftBg { |
| | | background-color: rgba(255, 173, 65, 0.1); |
| | | border-radius: 5px 5px 5px 5px; |
| | | color: #ff6c00 !important; |
| | | color: #019e58 !important; |
| | | } |
| | | .pageBox { |
| | | padding: 10px 0; |