浏览代码

技能简介改为个人简介

chenjj 3 月之前
父节点
当前提交
0830734b44
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      src/views/order/manage/index.vue
  2. 1 1
      src/views/staff/user/index.vue
  3. 2 2
      src/views/staff/volunteer/manage/index.vue

+ 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',
         },