|
|
@@ -35,7 +35,7 @@
|
|
|
<el-table-column prop="invoiceaqty" :label="$t(`本次开票数量`)" width="120"></el-table-column>
|
|
|
<el-table-column prop="invoiceamount" :label="$t(`本次开票金额`)" width="120"></el-table-column>
|
|
|
<el-table-column prop="remarks" :label="$t('备注')" min-width="150"></el-table-column>
|
|
|
- <el-table-column :label="$t('操作')" width="90" fixed="right">
|
|
|
+ <el-table-column :label="$t('操作')" width="120" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
<changeOrderline v-if="tool.checkAuth($route.name,'InvioceOrder')" class="inline-16" :row="scope.row" :status="status" @onSuccess="listData();$emit('onSuccess')"></changeOrderline>
|
|
|
<el-button v-if="tool.checkAuth($route.name,'InvioceOrder')" :disabled="status !== '新建'" size="small" type="text" @click="deleteRow(scope.row)">{{$t('删 除')}}</el-button>
|