|
@@ -151,8 +151,8 @@
|
|
|
>
|
|
|
<el-button
|
|
|
type="text"
|
|
|
- @click="onCreateQRCode(scope.row, '缴费连接')"
|
|
|
- v-if="scope.row.openPay">缴费连接</el-button>
|
|
|
+ @click="onCreateQRCode(scope.row, '缴费链接')"
|
|
|
+ v-if="scope.row.openPay">缴费链接</el-button>
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -351,7 +351,7 @@ export default {
|
|
|
str =
|
|
|
vaildTeachingUrl() +
|
|
|
`/#/questionStatistics?o=${row.organId}&c=${row.cooperationOrganId}`;
|
|
|
- } else if(name == '缴费连接') {
|
|
|
+ } else if(name == '缴费链接') {
|
|
|
str = vaildStudentUrl() + `/#/questionGoodsSale?` + encodeURIComponent(encode(`cid=${row.cooperationOrganId}`));
|
|
|
}
|
|
|
// vaildTeachingUrl
|