소스 검색

再次提交

Lijy 3 년 전
부모
커밋
6e3868ac63
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

@@ -69,13 +69,13 @@
                     <el-link type="primary" @click="showUser(scope.row.inchargerId)">{{scope.row.inchargerName}}</el-link>
                 </template>
             </el-table-column>
-            <el-table-column prop="participator" label="参与者" width="600" sortable v-if="user.company.packageProject==0">
+            <el-table-column prop="participator" label="参与者" width="300" sortable v-if="user.company.packageProject==0">
                 <template slot-scope="scope">
                     <!-- <v-for v-for="par in scope.row.participator" :key="par.id" >
                         <el-link style="margin-right:10px;" type="primary" @click="showUser(par.id)">{{par.name}}</el-link>
                     </v-for> -->
                     <div v-if="scope.row.participator.length > 10">
-                        <el-popover placement="top" width="700" trigger="hover" v-if="scope.row.participator.length > 0">
+                        <el-popover placement="top" width="500" trigger="hover" v-if="scope.row.participator.length > 0">
                             <span v-for="par in scope.row.participator" :key="par.id">
                                 <el-link style="margin-right:10px;" type="primary" @click="showUser(par.id)">{{par.name}}</el-link>
                             </span>