This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
rongxin.nongjing.expo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
资产预警
dev
yuzongping
1 week ago
parent
4a212a4dbb
commit
a306013db4
4 changed files
with
7 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View 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
View File
@@ -7,9 +7,9 @@ export default {
},
data () {
return {
headers: ['资
源名称', '类别', '面积(亩
)', '部门'],
headers: ['资
产名称', '资产类别', '资产原值(元
)', '部门'],
data: [
['资
源名称', '类别', '面积(亩
)', '部门']
['资
产名称', '资产类别', '资产原值(元
)', '部门']
]
};
}
+ 2
- 2
src/views/property/comps/left/middle/3/index.js
View File
@@ -7,9 +7,9 @@ export default {
},
data () {
return {
headers: ['资
源名称', '类别', '面积(亩)
', '部门'],
headers: ['资
产名称', '资产类别', '资产原值
', '部门'],
data: [
['资
源名称', '类别', '面积(亩)
', '部门']
['资
产名称', '资产类别', '资产原值
', '部门']
]
};
}
+ 2
- 2
src/views/property/comps/left/top/3/index.js
View File
@@ -7,9 +7,9 @@ export default {
},
data () {
return {
headers: ['资源名称', '
类别', '面积(亩)
', '处置类型', '部门'],
headers: ['资源名称', '
资产类别', '申请日期
', '处置类型', '部门'],
data: [
['资源名称', '
类别', '面积(亩)
', '处置类型', '部门']
['资源名称', '
资产类别', '申请日期
', '处置类型', '部门']
]
};
}
Write
Preview
Loading…
Cancel
Save