个人中心单位输入框取消提示语
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-11-28 13:43:19 +08:00
parent 7239974a25
commit 6c8014ac75
2 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,6 @@ Vue.prototype.$setOpenWindow = (openWindow) => {
// 时间格式化
Vue.prototype.$moment = moment;
router.beforeEach(async (to, from, next) => {
console.log(to, 'to')
NProgress.start()
Vue.prototype.$setOpenWindow();
// 设置页面标题

View File

@ -37,7 +37,7 @@
:placeholder="$t('trials:trials-myinfo:form:givenname')"
/>
</el-form-item>
<!-- 单位 -->
<!-- 单位$t('trials:trials-myinfo:form:organization') -->
<el-form-item
:label="$t('trials:trials-myinfo:form:organization')"
prop="OrganizationName"
@ -45,7 +45,7 @@
<el-input
:disabled="user.IsZhiZhun"
v-model="user.OrganizationName"
:placeholder="$t('trials:trials-myinfo:form:organization')"
placeholder=""
/>
</el-form-item>
<!-- 部门 -->