Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
zhangzl
/
rongxin.nongjing.expo
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
资产预警
dev
yuzongping
3 semanas atrás
pai
4a212a4dbb
commit
a306013db4
4 arquivos alterados
com
7 adições
e
7 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/views/property/comps/left/bottom/3/index.html
+2
-2
src/views/property/comps/left/bottom/3/index.js
+2
-2
src/views/property/comps/left/middle/3/index.js
+2
-2
src/views/property/comps/left/top/3/index.js
+ 1
- 1
src/views/property/comps/left/bottom/3/index.html
Ver arquivo
@@ -1,4 +1,4 @@
<Pannel title="资
金往来不规范预警分析
" height="305">
<Pannel title="资
产长期闲置预警
" height="305">
<ScrollTable :headers="headers" :data="data"></ScrollTable>
</Pannel>
+ 2
- 2
src/views/property/comps/left/bottom/3/index.js
Ver arquivo
@@ -7,9 +7,9 @@ export default {
},
data () {
return {
headers: ['资
源名称', '类别', '面积(亩
)', '部门'],
headers: ['资
产名称', '资产类别', '资产原值(元
)', '部门'],
data: [
['资
源名称', '类别', '面积(亩
)', '部门']
['资
产名称', '资产类别', '资产原值(元
)', '部门']
]
};
}
+ 2
- 2
src/views/property/comps/left/middle/3/index.js
Ver arquivo
@@ -7,9 +7,9 @@ export default {
},
data () {
return {
headers: ['资
源名称', '类别', '面积(亩)
', '部门'],
headers: ['资
产名称', '资产类别', '资产原值
', '部门'],
data: [
['资
源名称', '类别', '面积(亩)
', '部门']
['资
产名称', '资产类别', '资产原值
', '部门']
]
};
}
+ 2
- 2
src/views/property/comps/left/top/3/index.js
Ver arquivo
@@ -7,9 +7,9 @@ export default {
},
data () {
return {
headers: ['资源名称', '
类别', '面积(亩)
', '处置类型', '部门'],
headers: ['资源名称', '
资产类别', '申请日期
', '处置类型', '部门'],
data: [
['资源名称', '
类别', '面积(亩)
', '处置类型', '部门']
['资源名称', '
资产类别', '申请日期
', '处置类型', '部门']
]
};
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar