Commit bed5aa2e by Wuyuqiu

修改label-width

parent 81749c3c
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
:model="model" :model="model"
:rules="rules" :rules="rules"
ref="modelForm" ref="modelForm"
label-width="150px" label-width="120px"
label-position="right" label-position="right"
size="small" size="small"
:validate-on-rule-change="false" :validate-on-rule-change="false"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
:model="model" :model="model"
:rules="rules" :rules="rules"
ref="modelForm" ref="modelForm"
label-width="150px" label-width="120px"
label-position="right" label-position="right"
size="small" size="small"
:validate-on-rule-change="false" :validate-on-rule-change="false"
......
<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="120px" 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">
<!--bopbut PD000000 接口数据 --> <!--bopbut PD000000 接口数据 -->
<el-tab-pane label="接口数据" name="selection"> <el-tab-pane label="接口数据" name="selection">
...@@ -10,9 +10,11 @@ ...@@ -10,9 +10,11 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--dbdp PD000000 境内收入申报单-基础信息 --> <!--dbdp PD000000 境内收入申报单-基础信息 -->
<!-- <el-tab-pane :label="$t('dbdp.PD000000')" name="basp"> <el-tab-pane label="境内收入申报单-基础信息" name="basp">
<c-content>
<m-basp :model="model" :codes="codes"/> <m-basp :model="model" :codes="codes"/>
</el-tab-pane> --> </c-content>
</el-tab-pane>
<!--dbdp PD000002 境内收入申报单-管理信息 --> <!--dbdp PD000002 境内收入申报单-管理信息 -->
<!-- <el-tab-pane :label="$t('dbdp.PD000002')" name="vrfp"> <!-- <el-tab-pane :label="$t('dbdp.PD000002')" name="vrfp">
<m-vrfp :model="model" :codes="codes"/> <m-vrfp :model="model" :codes="codes"/>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
:model="model" :model="model"
:rules="rules" :rules="rules"
ref="modelForm" ref="modelForm"
label-width="150px" label-width="120px"
label-position="right" label-position="right"
size="small" size="small"
:validate-on-rule-change="false" :validate-on-rule-change="false"
......
<template> <template>
<div class="eContainer"> <div class="eContainer">
<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="120px" 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">
<!--bopbut PD000000 接口数据 --> <!--bopbut PD000000 接口数据 -->
<el-tab-pane :label="$t('bopbut.PD000000')" name="selection"> <el-tab-pane :label="$t('bopbut.PD000000')" name="selection">
......
<template> <template>
<div class="eContainer"> <div class="eContainer">
<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="120px" 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">
<!--bopbut PD000000 接口数据 --> <!--bopbut PD000000 接口数据 -->
<el-tab-pane :label="$t('bopbut.PD000000')" name="selection"> <el-tab-pane :label="$t('bopbut.PD000000')" name="selection">
......
<template> <template>
<div class="eContainer"> <div class="eContainer">
<c-page title="进口信用证开立"> <c-page title="进口信用证开立">
<!--
<div class="fast-button">
<el-button size="small">备忘录</el-button>
<el-button size="small" @click="setDraggableContent('cms', '影像信息')">影像信息</el-button>
<el-button size="small">制裁信息</el-button>
<el-button size="small">智能提示</el-button>
/div>
-->
<el-form <el-form
:model="model" :model="model"
......
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