瀏覽代碼

Merge branch 'http_mock' of git.xiaojukeji.com:jacklijiajia/thoth-frontend into http_mock

qinzhipeng_v 5 年之前
父節點
當前提交
5d6996b77e
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/ToConfigure/configure.vue
  2. 1 1
      src/views/projectManage/bugList/details/index.vue

+ 1 - 1
src/views/ToConfigure/configure.vue

@@ -14,7 +14,7 @@
             <div align="center" style="margin: 1%;">
               <el-table :data="table_Data" :header-cell-style="{ background: '#F0F2F4', color: '#333B4A' }" size="mini" width="80%" border show-overflow-tooltip="true">
                 <el-table-column label="团队名称" min-width="120" align="center"><template slot-scope="scope">{{ scope.row.teamName }}</template></el-table-column>
-                <el-table-column label="我的角色" min-width="120" align="center"><template slot-scope="scope">{{ scope.row.teamAttribute[0] }}, {{ scope.row.teamAttribute[1] }}</template></el-table-column>
+                <el-table-column label="我的角色" min-width="120" align="center"><template slot-scope="scope">{{ scope.row.teamAttribute[0] }}<span v-if="scope.row.teamAttribute[1]">, </span>{{ scope.row.teamAttribute[1] }}</template></el-table-column>
                 <el-table-column label="成员名单" min-width="120" align="center">
                   <template slot-scope="scope">
                     <span v-for="(item, i) in scope.row.memberName" :key=" i + 'a'">{{ item }}<span v-show="item" style="color: red; margin-left: 2%;">Leader 、</span></span>

+ 1 - 1
src/views/projectManage/bugList/details/index.vue

@@ -135,7 +135,7 @@
                     </el-select>
                   </el-form-item>
                   <el-form-item label="业务线">
-                    <div style="padding-left: 15px">{{ bug.bizName }}</div>
+                    <div style="padding-left: 15px;color:  #666666; font-weight: 500">{{ bug.bizName }}</div>
                   </el-form-item>
                   <el-form-item label="发现阶段">
                     <el-select v-model="bug.discoveryStage" @change="bugUpdate(bug,'details')">