Browse Source

技能简介改为个人简介

chenjj 3 months ago
parent
commit
0830734b44

+ 1 - 1
src/views/order/manage/index.vue

@@ -194,7 +194,7 @@ const dialogData = reactive({
 
         },
         {
-            label: '技能简介',
+            label: '个人简介',
             prop: 'skillDescribe',
             type: 'text',
         },

+ 1 - 1
src/views/staff/user/index.vue

@@ -151,7 +151,7 @@ const dialogData = reactive({
 
         },
         {
-            label: '技能简介',
+            label: '个人简介',
             prop: 'skillDescribe',
             type: 'textarea',
            

+ 2 - 2
src/views/staff/volunteer/manage/index.vue

@@ -83,7 +83,7 @@ const listPageData = reactive({
             type: 'img',
         },
         {
-            label: '技能简介',
+            label: '个人简介',
             prop: 'skillDescribe',
             width: '400px',
 
@@ -208,7 +208,7 @@ const dialogData = reactive({
             type: 'img',
         },
         {
-            label: '技能简介',
+            label: '个人简介',
             prop: 'skillDescribe',
             type: 'text',
         },