ソースを参照

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-live

lrf402788946 5 年 前
コミット
40f445b706
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/views/hall/hall.vue

+ 2 - 1
src/views/hall/hall.vue

@@ -116,7 +116,8 @@
                     <el-col :span="24">
                       <ul class="demand">
                         <li class="demandList" v-for="(item, index) in demandList" :key="index">
-                          <p>{{ item.name }}</p>
+                          <span class="textOver" style="display:inline-block;width:85%;">{{ item.name }}</span>
+                          <el-button type="primary" size="mini" @click="technologyBtn(item.id)" style="position: relative;top: -5px;">对接</el-button>
                           <p>
                             <span>研发阶段:{{ item.phase == '0' ? '阶段成果' : '最终成果' }}</span>
                             <span>发布时间:{{ item.meta | getDate }}</span>