Commit 8bff35fd by liushikai

调整

parent f89e190f
...@@ -72,7 +72,9 @@ ...@@ -72,7 +72,9 @@
<c-col :span="11"> <c-col :span="11">
<el-form-item label="合同金额" prop="didgrp.rec.conamt"> <el-form-item label="合同金额" prop="didgrp.rec.conamt">
<c-select v-model="model.didgrp.rec.concur" style="width:100%" placeholder="请选择"> <c-select v-model="model.didgrp.rec.concur" style="width:100%" placeholder="请选择">
<el-option label="CNY 人民币" value="CNY"></el-option> <el-option label="CNY" value="CNY">
<span style="float: left">{{ "CNY 人民币" }}</span>
</el-option>
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-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