소스 검색

修改显示

zs 1 년 전
부모
커밋
20dbd6dd24
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      src/views/release/parts/achievement.vue
  2. 1 1
      src/views/release/parts/demand.vue
  3. 1 1
      src/views/release/parts/match.vue
  4. 1 1
      src/views/release/parts/project.vue

+ 1 - 1
src/views/release/parts/achievement.vue

@@ -2,7 +2,7 @@
   <div class="demand">
     <el-col :span="24" class="one" v-if="type == '0'">
       <el-col :span="24" class="one_1">
-        <el-button type="primary" @click="toCommon('1')">新增</el-button>
+        <el-button type="primary" @click="toCommon('1')">发布成果</el-button>
       </el-col>
       <el-col :span="24" class="one_2">
         <List></List>

+ 1 - 1
src/views/release/parts/demand.vue

@@ -2,7 +2,7 @@
   <div class="demand">
     <el-col :span="24" class="one" v-if="type == '0'">
       <el-col :span="24" class="one_1">
-        <el-button type="primary" @click="toCommon('1')">新增</el-button>
+        <el-button type="primary" @click="toCommon('1')">发布需求</el-button>
       </el-col>
       <el-col :span="24" class="one_2">
         <List></List>

+ 1 - 1
src/views/release/parts/match.vue

@@ -2,7 +2,7 @@
   <div class="demand">
     <el-col :span="24" class="one" v-if="type == '0'">
       <el-col :span="24" class="one_1">
-        <el-button type="primary" @click="toCommon('1')">新增</el-button>
+        <el-button type="primary" @click="toCommon('1')">发布赛事</el-button>
       </el-col>
       <el-col :span="24" class="one_2">
         <List></List>

+ 1 - 1
src/views/release/parts/project.vue

@@ -2,7 +2,7 @@
   <div class="demand">
     <el-col :span="24" class="one" v-if="type == '0'">
       <el-col :span="24" class="one_1">
-        <el-button type="primary" @click="toCommon('1')">新增</el-button>
+        <el-button type="primary" @click="toCommon('1')">发布项目</el-button>
       </el-col>
       <el-col :span="24" class="one_2">
         <List></List>