Commit 294674a7 by xiaotong

结售汇交易前端调整

parent 1ad91c93
<template>
<div class="eContainer">
<c-content>
<el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="right" size="small" :validate-on-rule-change="false">
<c-page title="结售汇平盘确认">
<el-form
:model="model"
:rules="rules"
ref="modelForm"
label-width="150px"
label-position="right"
size="small"
:validate-on-rule-change="false"
>
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--fxtfcm PD000001 Confirmation -->
<el-tab-pane label="概要" name="cnfp">
<m-cnfp :model="model" :codes="codes"/>
</el-tab-pane>
<!--fxtfcm PD000023 MT300 -->
<el-tab-pane label="MT300" name="mt300">
<m-mt300 :model="model" :codes="codes"/>
......@@ -25,7 +35,7 @@
@handleSureWarning="handleSureWarning"
ref="commonBtn"
></c-function-btn>
</c-content>
</c-page>
</div>
</template>
<script>
......
<template>
<div class="eContainer">
<c-page title="结售汇平盘确认">
<c-page title="结售汇平盘登记">
<el-form
:model="model"
:rules="rules"
......@@ -12,7 +12,7 @@
>
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--fxtlop PD000001 Registration -->
<el-tab-pane label="Registration" name="regp">
<el-tab-pane label="概要" name="regp">
<m-regp :model="model" :codes="codes" />
</el-tab-pane>
<!--PD000027 -->
......
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