guhongwei 5 年之前
父節點
當前提交
22e6cf01d3
共有 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">
                     <el-col :span="24">
                       <ul class="demand">
                       <ul class="demand">
                         <li class="demandList" v-for="(item, index) in demandList" :key="index">
                         <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>
                           <p>
                             <span>研发阶段:{{ item.phase == '0' ? '阶段成果' : '最终成果' }}</span>
                             <span>研发阶段:{{ item.phase == '0' ? '阶段成果' : '最终成果' }}</span>
                             <span>发布时间:{{ item.meta | getDate }}</span>
                             <span>发布时间:{{ item.meta | getDate }}</span>