|
@@ -89,7 +89,7 @@
|
|
<span>添加清单</span>
|
|
<span>添加清单</span>
|
|
</el-button>
|
|
</el-button>
|
|
</template>
|
|
</template>
|
|
- <hc-table :key="tableKey" is-new :index-style="{ width: 60 }" :is-stripe="false" :column="addTableColumn" :datas="addTableData" :row-style="addTableRowStyle">
|
|
|
|
|
|
+ <hc-table :key="tableKey" is-new :index-style="{ width: 60 }" :is-stripe="false" :column="addTableColumn" :datas="addTableData" :row-style="addTableRowStyle" :is-current-row="false">
|
|
<template #currentPrice="{ row }">
|
|
<template #currentPrice="{ row }">
|
|
<hc-table-input v-model="row.currentPrice" disabled />
|
|
<hc-table-input v-model="row.currentPrice" disabled />
|
|
</template>
|
|
</template>
|