zs 1 年間 前
コミット
20dbd6dd24

+ 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>