Commit 328af58d authored by 姬鋆屾's avatar 姬鋆屾

推修改考勤汇总单条数据表格错位的问题

No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
:row-class-name="tableRowClassName" :row-class-name="tableRowClassName"
:empty-text="emptytxt ? emptytxt : emptyText" :empty-text="emptytxt ? emptytxt : emptyText"
border border
:height="height" :height="tableData.length >= 10 ? '680px' : ''"
style="width: 100%" style="width: 100%"
> >
<template v-for="column in columns"> <template v-for="column in columns">
......
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