Elements-SY

modify

<template>
<div id="app">
<router-view />
<router-view />
</div>
</template>
......
......@@ -2,14 +2,14 @@
<div ref="formHeaderRef" class="form-header container">
<el-row>
<el-col>
<yl-form
ref="ruleForm"
:formConfig="formConfig"
:queryForm="queryForm"
:inline="false"
formWidth="auto"
@blur="blurEvent"
/>
<yl-form
ref="ruleForm"
:formConfig="formConfig"
:queryForm="queryForm"
:inline="false"
formWidth="auto"
@blur="blurEvent"
/>
</el-col>
</el-row>
<yl-table
......@@ -38,7 +38,7 @@ import {
deleteEtesRuleById, // 删除
} from "@/api/et86";
export default {
name: "et86RuleConfig",
name: "Et86RuleConfig",
components: {
YlForm,
YlTable,
......@@ -46,12 +46,8 @@ export default {
data() {
return {
formConfig: formConfig, // 表单配置项
originOfFlightNo: "",
queryForm: {
// 表单参数
originOfFlightNo: "",
startTime: "",
endTime: "",
status: "有效",
},
pageConfig: {
......
......@@ -46,7 +46,7 @@ import {
} from "@/api/et86HsCodeBlack";
import { downLoadXlsx } from "@/utils/zipdownload";
export default {
name: "et86ShipmentDesc",
name: "Et86ShipmentDesc",
components: {
YlForm,
YlTable,
......