Commit 0f109c71 by zhengxiaokui

zxk

parent 570c7421
<template> <template>
<div class="eContainer"> <c-page title="出口信用证查询">
<el-form <!-- <div class="eContainer"> -->
:model="model" <el-form
:rules="rules" :model="model"
ref="modelForm" :rules="rules"
label-width="150px" ref="modelForm"
label-position="right" label-width="150px"
size="small" label-position="right"
:validate-on-rule-change="false" size="small"
> :validate-on-rule-change="false"
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick"> >
<!--PD000035 --> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick">
<el-tab-pane label="查询" name="sel"> <!--PD000035 -->
<c-content> <el-tab-pane label="查询" name="sel">
<m-sel :model="model" :codes="codes" /> <c-content>
</c-content> <m-sel :model="model" :codes="codes" />
</el-tab-pane> </c-content>
</c-tabs> </el-tab-pane>
</el-form> </c-tabs>
</div> </el-form>
<!-- </div> -->
</c-page>
</template> </template>
<script> <script>
import Api from "~/service/Api"; import Api from "~/service/Api";
......
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