|
@@ -160,7 +160,7 @@
|
|
|
<div style="height: 400px;">
|
|
|
<hc-table
|
|
|
:column="tableColumn" :datas="tableData" is-new :index-style="{ width: 60 }"
|
|
|
- :row-style="tableRowStyle" :is-stripe="false"
|
|
|
+ :row-style="tableRowStyle" :is-stripe="false" :is-current-row="false"
|
|
|
>
|
|
|
<template #buildPictureTotal="{ row }">
|
|
|
<hc-table-input v-model="row.buildPictureTotal" :disabled="row.citeStatus === 1" @change="changeBuildPictureTotal(row)" />
|