Browse Source

国际化键值,修改同步

main
GhubCy 1 month ago
parent
commit
abd493fc4f
  1. 2
      src/views/business/userInfoAgent/index.vue
  2. 2
      src/views/business/userRegister/indexAgent.vue

2
src/views/business/userInfoAgent/index.vue

@ -55,7 +55,7 @@
icon="el-icon-edit" icon="el-icon-edit"
@click="handleUpdate(scope.row)" @click="handleUpdate(scope.row)"
v-hasPermi="['business:userInfoAgent:edit']" v-hasPermi="['business:userInfoAgent:edit']"
>{{ $t('common.button.modify') }}</el-button> >{{ $t('common.button.edit') }}</el-button>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>

2
src/views/business/userRegister/indexAgent.vue

@ -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>

Loading…
Cancel
Save