| | |
| | | <el-table-column fixed="right" label="æä½" min-width="200" align="center"> |
| | | <template #default="scope"> |
| | | <el-button link type="primary" @click="openForm('edit', scope.row)" :disabled="!scope.row.isEdit || scope.row.hasProductionRecord || !canEditLedger(scope.row)">ç¼è¾</el-button> |
| | | <el-button link type="primary" size="small" @click="exportSalesContracts(scope.row)">导åºéå®åå</el-button> |
| | | <el-button link type="primary" @click="downLoadFile(scope.row)">éä»¶</el-button> |
| | | </template> |
| | | </el-table-column> |