Commit fa334244 authored by 耿迪迪's avatar 耿迪迪

交易中心计量单位样式

parent e85d3f94
......@@ -92,8 +92,10 @@
</el-col>
<el-col :span="5">
<el-row>
<el-col :span="6">计量单位</el-col>
<el-col :span="18">{{transactionProjectInfo.unit===null?"-":transactionProjectInfo.unit}}</el-col>
<el-col :span="10">计量单位</el-col>
<el-col :span="14">
<span style="margin-left: 10px">{{transactionProjectInfo.unit===null?"-":transactionProjectInfo.unit}}</span>
</el-col>
</el-row>
</el-col>
<el-col :span="5">
......
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