|
@@ -52,8 +52,6 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<rich-text
|
|
<rich-text
|
|
v-if="scope.row.recycleType === 'QUESTION'"
|
|
v-if="scope.row.recycleType === 'QUESTION'"
|
|
- class="row-question-body"
|
|
|
|
- title="点击查看试题"
|
|
|
|
:text-json="scope.row.name"
|
|
:text-json="scope.row.name"
|
|
></rich-text>
|
|
></rich-text>
|
|
<div v-else>{{ scope.row.name }}</div>
|
|
<div v-else>{{ scope.row.name }}</div>
|