yuanrf преди 11 месеца
родител
ревизия
ba3374ab5f
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/components/Finance/Cost.vue

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

@@ -357,8 +357,8 @@
                     </div>
                     <div class="cost-info-li">
                         <!-- 客户名单 -->
-                        <el-popover placement="bottom" width="952" trigger="hover">
-                            <el-table class="clientinfo" max-height="600" border :data="rollcallarr">
+                        <el-popover class="clientinfo" placement="bottom" width="952" trigger="hover">
+                            <el-table max-height="600" border :data="rollcallarr">
                                 <el-table-column width="100" property="date" label="姓名" align="center">
                                     <template slot-scope="scope">
                                         {{ scope.row.lastName }}{{ scope.row.firstName }}