Commit b30900b4 by 吴佳

fxtsqo、fxtlop、fxtlcm 添加c-page

parent 7503d896
<template> <template>
<div class="eContainer"> <div class="eContainer">
<c-page title="结售汇平盘确认">
<el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="right" size="small" :validate-on-rule-change="false"> <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"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--fxtlcm PD000001 Confirmation --> <!--fxtlcm PD000001 Confirmation -->
...@@ -27,6 +28,7 @@ ...@@ -27,6 +28,7 @@
@handleSureWarning="handleSureWarning" @handleSureWarning="handleSureWarning"
ref="commonBtn"> ref="commonBtn">
</c-function-btn> </c-function-btn>
</c-page>
</div> </div>
</template> </template>
<script> <script>
......
<template> <template>
<div class="eContainer"> <div class="eContainer">
<c-page title="结售汇平盘确认">
<el-form <el-form
:model="model" :model="model"
:rules="rules" :rules="rules"
...@@ -35,6 +36,7 @@ ...@@ -35,6 +36,7 @@
@handleSureWarning="handleSureWarning" @handleSureWarning="handleSureWarning"
ref="commonBtn"> ref="commonBtn">
</c-function-btn> </c-function-btn>
</c-page>
</div> </div>
</template> </template>
<script> <script>
......
<template> <template>
<div class="eContainer"> <div class="eContainer">
<!-- <c-page title="结售汇报价"> --> <c-page title="结售汇报价">
<el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="right" size="small" :validate-on-rule-change="false"> <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" > <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick" >
<!--Quote --> <!--Quote -->
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
:handleSubmit="handleSubmit" :handleSubmit="handleSubmit"
@handleSureWarning="handleSureWarning" @handleSureWarning="handleSureWarning"
ref="commonBtn"></c-function-btn> ref="commonBtn"></c-function-btn>
<!-- </c-page> --> </c-page>
</div> </div>
</template> </template>
<script> <script>
......
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