Commit 9a5db343 authored by yf's avatar yf

Merge branch 'develop' of http://git.censoft.com.cn/rongtong/rongtong-app into dev-yf'

parents 11eda52b e3631345
......@@ -17,8 +17,8 @@
<van-row gutter="4">
<van-col span="17">
<van-row gutter="">
<van-col span="9">风险系数</van-col>
<van-col span="15">{{ item.coefficient }}</van-col>
<van-col span="9">风险等级</van-col>
<van-col span="15">{{ item.level }}</van-col>
</van-row>
<van-row gutter="">
<van-col span="9">创建时间:</van-col>
......@@ -27,9 +27,9 @@
}}</van-col>
</van-row>
<van-row gutter="">
<van-col span="9">风险描述</van-col>
<van-col span="9">风险因素</van-col>
<van-col span="15">{{
item.describe
item.factor
}}</van-col>
</van-row>
</van-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment