|
@@ -19,7 +19,7 @@
|
|
|
</template>
|
|
|
</CtForm>
|
|
|
<v-btn class="buttons mt-5" color="primary" @click.stop="handleSubmit">{{ $t('common.save') }}</v-btn>
|
|
|
- <v-btn v-if="showEditPassword" class="mt-3" color="primary" variant="text" to="/recruit/enterprise/staffChangePassword">修改登录密码</v-btn>
|
|
|
+ <v-btn class="mt-3" color="primary" variant="text" to="/recruit/enterprise/staffChangePassword">修改登录密码</v-btn>
|
|
|
</v-card>
|
|
|
|
|
|
<Loading :visible="overlay"></Loading>
|
|
@@ -47,8 +47,6 @@ const overlay = ref(false)
|
|
|
const selectPic = ref('')
|
|
|
const isShowCopper = ref(false)
|
|
|
|
|
|
-const showEditPassword = localStorage.getItem('showEditPassword') === 'true'
|
|
|
-
|
|
|
const CtFormRef = ref()
|
|
|
const formItems = ref({
|
|
|
options: [
|