Explorar el Código

task 44941 BUG修改

dev
庞东旭 hace 2 días
padre
commit
079a3c2570
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/views/property/comps/left/middle/3/index.js

+ 2
- 2
src/views/property/comps/left/middle/3/index.js Ver fichero

@@ -27,9 +27,9 @@ export default {
data () {
return {
isLoad: false,
headers: ['部门', '资产名称', '资产类别', '资产原值'],
headers: ['部门', '资产名称', '资产类别', '资产原值(元)'],
data: [
['部门', '资产名称', '资产类别', '资产原值']
['部门', '资产名称', '资产类别', '资产原值(元)']
]
};
},


Cargando…
Cancelar
Guardar