-
-
{{ item.name }}
+
+ {{ item.name }}
-
请选择
-
{{ form.examines.length ? '重新选择' : '选择' }}
+
请选择
+
{{ form.examineList.length ? '重新选择' : '选择' }}
@@ -169,29 +179,29 @@
+ size="small"
+ placeholder="请输入标题"
+ maxlength="42"
+ show-word-limit
+ v-model="linkForm.linkTitle">
+ size="small"
+ placeholder="请输入链接"
+ maxlength="682"
+ show-word-limit
+ v-model="linkForm.linkUrl">
+ size="small"
+ placeholder="请输入描述"
+ maxlength="170"
+ show-word-limit
+ v-model="linkForm.linkDesc">
@@ -225,6 +235,27 @@
确认
+
+
+