Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
zhangzl
/
rongxin.nongjing.expo
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
资产预警
dev
yuzongping
il y a 3 semaines
Parent
4a212a4dbb
révision
a306013db4
4 fichiers modifiés
avec
7 ajouts
et
7 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+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
Voir le fichier
@@ -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
Voir le fichier
@@ -7,9 +7,9 @@ export default {
},
data () {
return {
headers: ['资
源名称', '类别', '面积(亩
)', '部门'],
headers: ['资
产名称', '资产类别', '资产原值(元
)', '部门'],
data: [
['资
源名称', '类别', '面积(亩
)', '部门']
['资
产名称', '资产类别', '资产原值(元
)', '部门']
]
};
}
+ 2
- 2
src/views/property/comps/left/middle/3/index.js
Voir le fichier
@@ -7,9 +7,9 @@ export default {
},
data () {
return {
headers: ['资
源名称', '类别', '面积(亩)
', '部门'],
headers: ['资
产名称', '资产类别', '资产原值
', '部门'],
data: [
['资
源名称', '类别', '面积(亩)
', '部门']
['资
产名称', '资产类别', '资产原值
', '部门']
]
};
}
+ 2
- 2
src/views/property/comps/left/top/3/index.js
Voir le fichier
@@ -7,9 +7,9 @@ export default {
},
data () {
return {
headers: ['资源名称', '
类别', '面积(亩)
', '处置类型', '部门'],
headers: ['资源名称', '
资产类别', '申请日期
', '处置类型', '部门'],
data: [
['资源名称', '
类别', '面积(亩)
', '处置类型', '部门']
['资源名称', '
资产类别', '申请日期
', '处置类型', '部门']
]
};
}
Écrire
Aperçu
Chargement…
Annuler
Enregistrer