|
@@ -301,7 +301,7 @@ export default defineComponent({
|
|
) : item.knowledgePointList ? (
|
|
) : item.knowledgePointList ? (
|
|
<>
|
|
<>
|
|
{item.hasCache ? (
|
|
{item.hasCache ? (
|
|
- <Button class={[styles.baseBtn, isLock ? styles.disable : styles.look]}>查看</Button>
|
|
|
|
|
|
+ <Button disabled={isLock} class={[styles.baseBtn, isLock ? styles.disable : styles.look]}>查看</Button>
|
|
) : (
|
|
) : (
|
|
<Button
|
|
<Button
|
|
disabled={isLock}
|
|
disabled={isLock}
|