|
@ -127,7 +127,7 @@ |
|
|
icon="el-icon-edit" |
|
|
icon="el-icon-edit" |
|
|
@click="handleUpdate(scope.row)" |
|
|
@click="handleUpdate(scope.row)" |
|
|
v-hasPermi="['business:userRegister:edit']" |
|
|
v-hasPermi="['business:userRegister:edit']" |
|
|
>{{ $t('common.button.modify') }}</el-button> |
|
|
>{{ $t('common.button.edit') }}</el-button> |
|
|
<el-dropdown> |
|
|
<el-dropdown> |
|
|
<span class="el-dropdown-link"> |
|
|
<span class="el-dropdown-link"> |
|
|
{{ $t('common.button.more') }}<i class="el-icon-arrow-down el-icon--right"></i> |
|
|
{{ $t('common.button.more') }}<i class="el-icon-arrow-down el-icon--right"></i> |
|
|