diff --git a/yudao-admin-vue3/src/views/promotion/registration/RegistrationForm.vue b/yudao-admin-vue3/src/views/promotion/registration/RegistrationForm.vue index caf1dc7..6c32863 100644 --- a/yudao-admin-vue3/src/views/promotion/registration/RegistrationForm.vue +++ b/yudao-admin-vue3/src/views/promotion/registration/RegistrationForm.vue @@ -43,18 +43,18 @@ - - - - - - - + + + + + + + + + + + + diff --git a/yudao-admin-vue3/src/views/promotion/registration/index.vue b/yudao-admin-vue3/src/views/promotion/registration/index.vue index 0a0a2a7..68dc7ee 100644 --- a/yudao-admin-vue3/src/views/promotion/registration/index.vue +++ b/yudao-admin-vue3/src/views/promotion/registration/index.vue @@ -17,21 +17,21 @@ class="!w-240px" /> - - - - - + + + + + + + + + + + + + + + - - + + + + + 用户姓名:{{ scope.row.userName }} + + + 手机号:{{ scope.row.phoneNumber }} + + + 参会身份: + + + + + 用户职位:{{ scope.row.position }} + + + 主营品类: + + + + 代理城市: + + + + 产品意向: + + + + 参会目的: + + + + 公司名称:{{ scope.row.companyName }} + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -371,4 +430,24 @@ onMounted(() => { color: #504e4e !important; font-size: 14px; } +.el-table .cell { + white-space: pre-line !important; +} + +.dict-style { + background: none !important; + border-style: none !important; + color: #504e4e !important; + font-size: 14px; +} + +.el-table .cell { + white-space: pre-line !important; +} + +.field-label { + color: #4d4c4c; /* 深灰色 */ + font-weight: bold; /* 加粗字体,可选 */ + margin-right: 5px; /* 字段标签和值之间的间距 */ +}