Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
zhangzl
/
rongxin.nongjing.expo
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
资产预警
dev
yuzongping
3 settimane fa
parent
4a212a4dbb
commit
a306013db4
4 ha cambiato i file
con
7 aggiunte
e
7 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+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
Vedi File
@@ -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
Vedi File
@@ -7,9 +7,9 @@ export default {
},
data () {
return {
headers: ['资
源名称', '类别', '面积(亩
)', '部门'],
headers: ['资
产名称', '资产类别', '资产原值(元
)', '部门'],
data: [
['资
源名称', '类别', '面积(亩
)', '部门']
['资
产名称', '资产类别', '资产原值(元
)', '部门']
]
};
}
+ 2
- 2
src/views/property/comps/left/middle/3/index.js
Vedi File
@@ -7,9 +7,9 @@ export default {
},
data () {
return {
headers: ['资
源名称', '类别', '面积(亩)
', '部门'],
headers: ['资
产名称', '资产类别', '资产原值
', '部门'],
data: [
['资
源名称', '类别', '面积(亩)
', '部门']
['资
产名称', '资产类别', '资产原值
', '部门']
]
};
}
+ 2
- 2
src/views/property/comps/left/top/3/index.js
Vedi File
@@ -7,9 +7,9 @@ export default {
},
data () {
return {
headers: ['资源名称', '
类别', '面积(亩)
', '处置类型', '部门'],
headers: ['资源名称', '
资产类别', '申请日期
', '处置类型', '部门'],
data: [
['资源名称', '
类别', '面积(亩)
', '处置类型', '部门']
['资源名称', '
资产类别', '申请日期
', '处置类型', '部门']
]
};
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva