Commit 6e2e5a9f authored by 陈明豪's avatar 陈明豪

bug修改

parent dd79c4e2
......@@ -635,9 +635,9 @@
</div>
</template>
</el-table-column>
<el-table-column label="检查项目" min-width="120" show-overflow-tooltip prop="itemName" />
<el-table-column label="检查项目" min-width="100" show-overflow-tooltip prop="itemName" />
<el-table-column label="服务次数" min-width="60" show-overflow-tooltip prop="number" />
<el-table-column label="总服务金额(元)" min-width="60" show-overflow-tooltip prop="money">
<el-table-column label="总服务金额(元)" min-width="70" show-overflow-tooltip prop="money">
<template slot-scope="scope">
<span>{{ scope.row.money.toFixed(2) }}</span>
</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