|
@@ -217,6 +217,8 @@
|
|
|
v-if="permission('visit/add')"
|
|
|
@click="addVisit(scope.row)">新增回访</el-button>
|
|
|
<el-button type="text"
|
|
|
+ v-if="scope.row.paymentStatus==2"
|
|
|
+ v-permission="'subjectChange/getStudentOriginal'"
|
|
|
@click="openChangeVoice(scope.row)">更改声部</el-button>
|
|
|
</div>
|
|
|
</template>
|