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
task 44941 BUG修改
dev
庞东旭
2 days ago
parent
d712d98bdc
commit
079a3c2570
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/views/property/comps/left/middle/3/index.js
+ 2
- 2
src/views/property/comps/left/middle/3/index.js
View File
@@ -27,9 +27,9 @@ export default {
data () {
return {
isLoad: false,
headers: ['部门', '资产名称', '资产类别', '资产原值'],
headers: ['部门', '资产名称', '资产类别', '资产原值
(元)
'],
data: [
['部门', '资产名称', '资产类别', '资产原值']
['部门', '资产名称', '资产类别', '资产原值
(元)
']
]
};
},
Write
Preview
Loading…
Cancel
Save