Commit 7289b268 by hanying

平盘类型增加码表

parent 6e7c92a0
......@@ -49,7 +49,7 @@
</c-col>
<c-col :span="24">
<el-form-item label="平盘类型" prop="fxdgrp.rec.fxtyp">
<c-select v-model="model.fxdgrp.rec.fxtyp" style="width:100%">
<c-select v-model="model.fxdgrp.rec.fxtyp" style="width:100%" :code="codes.fxtyp">
</c-select>
</el-form-item>
</c-col>
......@@ -161,6 +161,7 @@
import event from "../event";
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
export default {
inject: ['root'],
......
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