+
- 详情
- 备注
-
+
@@ -191,6 +192,7 @@
+
咨询方向
{{ currentRow.consult_direction_name || '-' }}
@@ -243,7 +245,7 @@
v-model.trim="remarkText"
type="textarea"
:rows="6"
- maxlength="300"
+ maxlength="500"
show-word-limit
placeholder="请输入备注信息..."
/>
@@ -782,6 +784,14 @@ export default {
color: #f56c6c;
}
+.remark-cell {
+ cursor: pointer;
+}
+
+.remark-cell:hover {
+ text-decoration: underline;
+}
+
::v-deep .detail-dialog {
border-radius: 24px;
overflow: hidden;
@@ -874,10 +884,6 @@ export default {
word-break: break-word;
}
-.detail-remark-text {
- color: #d97706;
-}
-
.detail-divider {
height: 1px;
margin: 24px 0;