graficas
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
<el-TableColumn prop="detalle" label="Detalle" sortable>
|
||||
</el-TableColumn>
|
||||
|
||||
<el-TableColumn prop="valor" label="Valor" sortable>
|
||||
<el-TableColumn prop="valor" label="Valor" sortable :formatter="cell">
|
||||
</el-TableColumn>
|
||||
|
||||
<el-TableColumn prop="tipo" label="Tipo" sortable> </el-TableColumn>
|
||||
@@ -193,6 +193,9 @@ export default {
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
cell(row, column, cellValue, index) {
|
||||
return this.formatMoneda(cellValue);
|
||||
},
|
||||
saveCredito() {
|
||||
const axiosHeader = {
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user