linwu 7 月之前
父节点
当前提交
a365f1905b

+ 1 - 1
public/themes/simpleboot3/love/my/cond.html

@@ -120,7 +120,7 @@
             readonly
             clickable
             :value="form.education"
-            label="学历"
+            label="最低学历要求"
             placeholder="点击选择学历"
             @click="showEducation = true"
     ></van-field>

+ 1 - 1
public/themes/simpleboot3/love/register/cond.html

@@ -134,7 +134,7 @@
             readonly
             clickable
             :value="form.education"
-            label="学历"
+            label="最低学历要求"
             placeholder="点击选择学历"
             @click="showEducation = true"
     ></van-field>

+ 1 - 1
public/themes/simpleboot3/matchmaker/register/mating_add.html

@@ -127,7 +127,7 @@
             readonly
             clickable
             :value="form.education"
-            label="学历"
+            label="最低学历要求"
             placeholder="点击选择学历"
             @click="showEducation = true"
     ></van-field>

+ 1 - 1
public/themes/simpleboot3/matchmaker/user/mating_add.html

@@ -127,7 +127,7 @@
             readonly
             clickable
             :value="form.education"
-            label="学历"
+            label="最低学历要求"
             placeholder="点击选择学历"
             @click="showEducation = true"
     ></van-field>

+ 1 - 1
public/themes/simpleboot3/matchmaker/user/mating_edit.html

@@ -125,7 +125,7 @@
             readonly
             clickable
             :value="form.education"
-            label="学历"
+            label="最低学历要求"
             placeholder="点击选择学历"
             @click="showEducation = true"
     ></van-field>