Commit affacbe0 by LiRui

gitcan页面修改

parent f0879bee
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="11"> <c-col :span="11">
<el-form-item label="" label-width="50px" prop="gidgrp.rec.exptyp"> <el-form-item label="" label-width="5px" prop="gidgrp.rec.exptyp">
<c-input v-model="model.gidgrp.rec.exptyp" disabled placeholder="请输入"></c-input> <c-input v-model="model.gidgrp.rec.exptyp" disabled placeholder="请输入"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
<template> <template>
<c-page title="进口保函注销"> <div class="eContainer">
<div class="eContainer"> <c-page title="进口保函注销">
<el-form :model="model" :rules="rules" ref="modelForm" label-width="120px" label-position="right" size="small" <el-form :model="model" :rules="rules" ref="modelForm" label-width="120px" label-position="right" size="small"
:validate-on-rule-change="false"> :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">
...@@ -72,8 +72,8 @@ ...@@ -72,8 +72,8 @@
</c-grid-ety-prompt-dialog> </c-grid-ety-prompt-dialog>
<c-function-btn :handleSubmit="handleSubmit" :handleCheck="handleCheck" :handleStash="handleStash"> <c-function-btn :handleSubmit="handleSubmit" :handleCheck="handleCheck" :handleStash="handleStash">
</c-function-btn> </c-function-btn>
</div> </c-page>
</c-page> </div>
</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