实训平台 教学详情和仿真详情 合计改为权限总数

This commit is contained in:
joylink_cuiweidong 2019-12-30 09:58:43 +08:00
parent 0c9843f233
commit 23d14d6c8e
3 changed files with 5 additions and 3 deletions

View File

@ -201,5 +201,6 @@ export default {
enterPermissionNum:'please input number',
enterPermissionNumInt:'number must interger',
perpetual: 'perpetual',
buyingTips: 'Function upgrade, stay tuned!'
buyingTips: 'Function upgrade, stay tuned!',
permissionAllNum:'Total permissions'
};

View File

@ -201,5 +201,6 @@ export default {
enterPermissionNum:'请输入权限数量',
enterPermissionNumInt:'权限数量需为整数',
perpetual: '永久',
buyingTips: '功能升级中, 敬请期待!'
buyingTips: '功能升级中, 敬请期待!',
permissionAllNum:'权限总数'
};

View File

@ -14,7 +14,7 @@
<span>{{ scope.row.endTime? scope.row.endTime: $t('global.perpetual') }}</span>
</template>
</el-table-column>
<el-table-column prop="amount" :label="$t('global.total')" />
<el-table-column prop="amount" :label="$t('global.permissionAllNum')" />
<el-table-column prop="remains" :label="$t('global.remains')" />
<el-table-column prop="canDistribute" :label="$t('global.status')" width="100">
<template slot-scope="scope">