样式调整
This commit is contained in:
@@ -16,7 +16,7 @@ export default {
|
||||
props: {
|
||||
instance: Function,
|
||||
dict: Object,
|
||||
params: Object,
|
||||
// params: Object,
|
||||
},
|
||||
components: {Add, List},
|
||||
data() {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<section class="Add">
|
||||
<ai-detail class="add" v-if="!id || isEdit == true">
|
||||
<ai-detail class="add" v-if="!params.id || isEdit == true">
|
||||
<template #title>
|
||||
<ai-title :title="params.id ? '编辑纳税信息' : '新增纳税信息'" :isShowBack="true" :isShowBottomBorder="true" @onBackClick="cancel(false)" />
|
||||
</template>
|
||||
@@ -26,13 +26,13 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row type="flex">
|
||||
<el-col :span="20">
|
||||
<el-col :span="15">
|
||||
<el-form-item label="纳税年份" prop="taxYear">
|
||||
<el-date-picker v-model="forms.taxYear" value-format="yyyy" type="year" placeholder="选择日期" style="width:375px">
|
||||
<el-date-picker v-model="forms.taxYear" value-format="yyyy" type="year" placeholder="选择日期" style="width:338px">
|
||||
</el-date-picker>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="20">
|
||||
<el-col :span="15">
|
||||
<el-form-item label="纳税等级" prop="taxLevel">
|
||||
<ai-select v-model="forms.taxLevel" placeholder="请选择文档类型" :selectList="$dict.getDict('taxInfoLevel')"></ai-select>
|
||||
</el-form-item>
|
||||
|
||||
Reference in New Issue
Block a user