From 8be34111083683b772ad9d4c38fb10b4c47855f0 Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期二, 06 六月 2023 21:02:49 +0800 Subject: [PATCH] 新增百年心愿 --- ruoyi-ui/src/views/contacts/contactsInfo.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ruoyi-ui/src/views/contacts/contactsInfo.vue b/ruoyi-ui/src/views/contacts/contactsInfo.vue index e6bb44c..9a0bfa5 100644 --- a/ruoyi-ui/src/views/contacts/contactsInfo.vue +++ b/ruoyi-ui/src/views/contacts/contactsInfo.vue @@ -16,8 +16,8 @@ <el-container> <el-row :span="12"> <el-cow> - <el-form-item label="鎴愬憳濮撳悕" prop="myName" label-width="80px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;"> - <el-input v-model="formData.myName" placeholder="璇疯緭鍏ユ垚鍛樺鍚�" clearable :style="{width: '100%'}" :disabled="dsb"> + <el-form-item label="瀹朵汉濮撳悕" prop="myName" label-width="80px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;"> + <el-input v-model="formData.myName" placeholder="璇疯緭鍏ュ浜哄鍚�" clearable :style="{width: '100%'}" :disabled="dsb"> </el-input> </el-form-item> </el-cow> @@ -239,7 +239,7 @@ myName: [{ required: true, - message: '璇疯緭鍏ユ垚鍛樺鍚�', + message: '璇疯緭鍏ュ浜哄鍚�', trigger: 'blur' }], nickName: [{ @@ -282,8 +282,8 @@ this.$route.meta.title = "淇敼閫氳褰曡缁嗕俊鎭�";//鍒楄〃鐨勫悕绉� } else{ - document.title = "鏌ョ湅閫氳褰曡缁嗕俊鎭�"; - this.$route.meta.title = "鏌ョ湅閫氳褰曡缁嗕俊鎭�";//鍒楄〃鐨勫悕绉� + document.title = "閫氳褰曡缁嗕俊鎭�"; + this.$route.meta.title = "閫氳褰曡缁嗕俊鎭�";//鍒楄〃鐨勫悕绉� this.isShow=false } -- Gitblit v1.9.1