|
@@ -267,6 +267,9 @@
|
|
<span class="order_number">序号</span>
|
|
<span class="order_number">序号</span>
|
|
<el-button class="number_button" type="primary" icon="el-icon-circle-plus-outline" circle size="mini" @click="$refs.crudContact.rowCellAdd()"></el-button>
|
|
<el-button class="number_button" type="primary" icon="el-icon-circle-plus-outline" circle size="mini" @click="$refs.crudContact.rowCellAdd()"></el-button>
|
|
</template>
|
|
</template>
|
|
|
|
+ <template slot="cntrVolumn" slot-scope="{row}">
|
|
|
|
+ <span>{{row.cntrVolumn?parseFloat(row.cntrVolumn):row.cntrVolumn }}</span>
|
|
|
|
+ </template>
|
|
<!-- <template slot="corpId" slot-scope="{ row, index }">-->
|
|
<!-- <template slot="corpId" slot-scope="{ row, index }">-->
|
|
<!-- <crop-select-->
|
|
<!-- <crop-select-->
|
|
<!-- v-if="row.$cellEdit"-->
|
|
<!-- v-if="row.$cellEdit"-->
|