|
@@ -34,7 +34,7 @@
|
|
|
</template>
|
|
|
</HcTitle>
|
|
|
<div style="height: calc(100vh - 420px);">
|
|
|
- <hc-table :column="tableColumn" :datas="tableData" :loading="tableLoading" is-new :index-style="{ width: 60 }" :row-style="tableRowStyle">
|
|
|
+ <hc-table :is-stripe="false" :column="tableColumn" :datas="tableData" :loading="tableLoading" is-new :index-style="{ width: 60 }" :row-style="tableRowStyle">
|
|
|
<template #key1="{ row }">
|
|
|
<i class="i-iconoir-open-select-hand-gesture inline-block" />
|
|
|
</template>
|