Selaa lähdekoodia

Merge branch 'master' of http://132.232.92.186:3000/XinXiBu/oa-system

liuhj 10 kuukautta sitten
vanhempi
commit
81fe58a4c3
1 muutettua tiedostoa jossa 9 lisäystä ja 9 poistoa
  1. 9 9
      src/components/Finance/Cost.vue

+ 9 - 9
src/components/Finance/Cost.vue

@@ -357,43 +357,43 @@
                     </div>
                     <div class="cost-info-li">
                         <!-- 客户名单 -->
-                        <el-popover placement="bottom" width="1062" trigger="hover">
+                        <el-popover placement="bottom" width="952" trigger="hover">
                             <el-table max-height="600" border :data="rollcallarr">
-                                <el-table-column width="100" property="date" label="姓名">
+                                <el-table-column width="100" property="date" label="姓名" align="center">
                                     <template slot-scope="scope">
                                         {{ scope.row.lastName }}{{ scope.row.firstName }}
                                     </template>
                                 </el-table-column>
-                                <el-table-column width="200" property="lastName" label="拼音">
+                                <el-table-column width="200" property="lastName" label="拼音" align="center">
                                     <template slot-scope="scope">
                                         {{ pinyingxing(scope.row.lastName) }}/{{ pinyingxing(scope.row.firstName) }}
                                     </template>
                                 </el-table-column>
-                                <el-table-column width="50" property="sex" label="性别">
+                                <el-table-column width="50" property="sex" label="性别" align="center">
                                     <template slot-scope="scope">
                                         {{ scope.row.sex == 0 ? '男' : '女' }}
                                     </template>
                                 </el-table-column>
-                                <el-table-column width="200" property="companyFullName" label="单位">
+                                <el-table-column width="200" property="companyFullName" label="单位" align="center">
                                     <template slot-scope="scope">
                                         {{ scope.row.companyFullName }}
                                     </template>
                                 </el-table-column>
-                                <el-table-column width="200" property="job" label="职位">
+                                <el-table-column width="200" property="job" label="职位" align="center">
                                     <template slot-scope="scope">
                                         {{ scope.row.job }}
                                     </template>
                                 </el-table-column>
-                                <el-table-column width="200" property="idCardNo" label="身份证号码">
+                                <el-table-column width="200" property="idCardNo" label="身份证号码" align="center">
                                     <template slot-scope="scope">
                                         {{ scope.row.idCardNo }}
                                     </template>
                                 </el-table-column>
-                                <el-table-column width="110" property="birthDay" label="生日">
+                                <!-- <el-table-column width="110" property="birthDay" label="生日">
                                     <template slot-scope="scope">
                                         {{ fgarr(scope.row.birthDay) }}
                                     </template>
-                                </el-table-column>
+                                </el-table-column> -->
                             </el-table>
                             <span slot="reference"
                                 style="cursor: pointer;margin-left: 20px;color:red;font-size:14px">"移上查看客户名单"</span>