|
@@ -92,13 +92,13 @@
|
|
type="primary"
|
|
type="primary"
|
|
@click="userCoursesAccountExport"
|
|
@click="userCoursesAccountExport"
|
|
v-if="$helpers.permission('export/userCoursesAccount')"
|
|
v-if="$helpers.permission('export/userCoursesAccount')"
|
|
- >课程明细导出</el-button
|
|
|
|
|
|
+ >课程余额明细导出</el-button
|
|
>
|
|
>
|
|
<el-button
|
|
<el-button
|
|
type="primary"
|
|
type="primary"
|
|
@click="userCashAccountDetailExport"
|
|
@click="userCashAccountDetailExport"
|
|
v-if="$helpers.permission('export/userCashAccountDetail')"
|
|
v-if="$helpers.permission('export/userCashAccountDetail')"
|
|
- >现金明细导出</el-button
|
|
|
|
|
|
+ >账户余额明细导出</el-button
|
|
>
|
|
>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</save-form>
|
|
</save-form>
|