Просмотр исходного кода

Merge branch 'blueBranch' into allTestUrgent

qymljy 7 месяцев назад
Родитель
Сommit
ca04cf605c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/HDrpManagement/invoiceapp/detail/tab/invoiceOrder/invoiceOrder.vue

+ 1 - 1
src/HDrpManagement/invoiceapp/detail/tab/invoiceOrder/invoiceOrder.vue

@@ -39,7 +39,7 @@
       <el-table-column prop="invoiceaqty" :label="$t(`本次开票数量`)" width="120"></el-table-column>
       <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="invoiceamount" :label="$t(`本次开票金额`)" width="120"></el-table-column>
       <el-table-column prop="remarks" :label="$t('备注')" min-width="150"></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">
         <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>
           <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>
           <el-button v-if="tool.checkAuth($route.name,'InvioceOrder')" :disabled="status !== '新建'" size="small" type="text" @click="deleteRow(scope.row)">{{$t('删 除')}}</el-button>