Commit 91035e0e authored by zhengke's avatar zhengke

修改

parent 25f69b7a
...@@ -143,15 +143,15 @@ ...@@ -143,15 +143,15 @@
:default-sort="{prop: 'date', order: 'descending'}"> :default-sort="{prop: 'date', order: 'descending'}">
<template v-for="(item, index) in tableHeader"> <template v-for="(item, index) in tableHeader">
<template v-if="index=='EmployeeName'"> <template v-if="index=='EmployeeName'">
<el-table-column :prop="index" :label="item" fixed="left" width="160" :key="index"> <el-table-column :prop="index" :label="item" fixed="left" width="70" :key="index">
</el-table-column> </el-table-column>
</template> </template>
<template v-else-if="item=='合计回单'||item=='合计到访'||item=='合计转化率'"> <template v-else-if="item=='合计回单'||item=='合计到访'||item=='合计转化率'">
<el-table-column :prop="index" :label="item" fixed="right" sortable width="160" :key="index"> <el-table-column :prop="index" :label="item" fixed="right" sortable width="70" :key="index">
</el-table-column> </el-table-column>
</template> </template>
<template v-else> <template v-else>
<el-table-column :prop="index" :label="item" sortable width="160" :key="index"> <el-table-column :prop="index" :label="item" sortable width="80" :key="index">
</el-table-column> </el-table-column>
</template> </template>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment