|
@@ -323,7 +323,7 @@ export default defineComponent({
|
|
<div key="list" class={styles.periodList}>
|
|
<div key="list" class={styles.periodList}>
|
|
<CellGroup inset>
|
|
<CellGroup inset>
|
|
{data.list.map((item: any) => {
|
|
{data.list.map((item: any) => {
|
|
- const isLock =
|
|
|
|
|
|
+ const isLock = String(item.accessScope) === '0' ||
|
|
item.lockFlag ||
|
|
item.lockFlag ||
|
|
((route.query.code == 'select' || state.platformType == 'STUDENT') &&
|
|
((route.query.code == 'select' || state.platformType == 'STUDENT') &&
|
|
!item.unlock)
|
|
!item.unlock)
|