|
@@ -60,6 +60,8 @@
|
|
|
</template>
|
|
|
<HcTable ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading" isCheck @selection-change="tableSelection">
|
|
|
<template #materialType="{row}">{{getRowTableMaterialType(row['materialType'])}}</template>
|
|
|
+ <template #materialCount="{row}">{{row.materialCount===-1?"":row.materialCount}}</template>
|
|
|
+ <template #materialPrice="{row}">{{row.materialPrice===-1?"":row.materialPrice}}</template>
|
|
|
<template #action="{row}">
|
|
|
<HcTooltip keys="tentative_material_approach_annex">
|
|
|
<el-button type="primary" size="small" plain @click="viewAttachmentModalClick(row)">附件</el-button>
|