graficas
This commit is contained in:
@@ -53,7 +53,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>
|
||||
@@ -153,6 +153,9 @@ export default {
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
cell(row, column, cellValue, index) {
|
||||
return this.formatMoneda(cellValue);
|
||||
},
|
||||
savePresupuesto() {
|
||||
const axiosHeader = {
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user