update: 新增顧問結案和新增約訪介面中的紅色必填星號
| | |
| | | <span>{{interviewRecord.lastModifiedDate | formatDate}} 更新</span> |
| | | </div> |
| | | <el-row class="mdTxt mb-10"> |
| | | <el-col :xs="16" :sm="20">約訪時間</el-col> |
| | | <el-col :xs="16" :sm="20" class="required">約訪時間</el-col> |
| | | <el-col :xs="8" :sm="4" class="text--right" v-if="interviewId"> |
| | | <span |
| | | v-if="!isEdit" |
| | |
| | | font-size: 20px; |
| | | } |
| | | } |
| | | .required { |
| | | position: relative; |
| | | transform: translateX(10px); |
| | | |
| | | &::before { |
| | | content: '*'; |
| | | font-size: 15px; |
| | | font-weight: bold; |
| | | position: absolute; |
| | | color: #FF0000; |
| | | transform: translateX(-10px); |
| | | z-index: 5; |
| | | } |
| | | } |
| | | </style> |
| | |
| | | <el-row |
| | | type="flex" |
| | | class="pam-paragraph"> |
| | | <UiField label="進件時間" :labelSize="20"> |
| | | <UiField label="進件時間" :labelSize="20" class="required"> |
| | | <DateTimePicker |
| | | :defaultValue="appointmentCloseInfo.policyEntryDate" |
| | | @changeDateTime="appointmentCloseDate = $event"></DateTimePicker> |
| | |
| | | |
| | | &::before { |
| | | content: '*'; |
| | | font-size: 20px; |
| | | font-size: 15px; |
| | | font-weight: bold; |
| | | position: absolute; |
| | | color: #FF0000; |
| | | transform: translateX(-5px); |
| | | transform: translateX(-2px); |
| | | z-index: 5; |
| | | } |
| | | } |