Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Elements-SY
2023-10-12 22:47:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ec08b9b20aff423db56359425759e4772a97e9e3
ec08b9b2
1 parent
78da04c2
modify
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
6 deletions
src/App.vue
src/views/et86Config/et86RuleConfig/index.vue
src/views/et86Config/et86ShipmentDesc/index.vue
src/App.vue
View file @
ec08b9b
src/views/et86Config/et86RuleConfig/index.vue
View file @
ec08b9b
...
...
@@ -38,7 +38,7 @@ import {
deleteEtesRuleById, // 删除
} from "@/api/et86";
export default {
name: "
e
t86RuleConfig",
name: "
E
t86RuleConfig",
components: {
YlForm,
YlTable,
...
...
@@ -46,12 +46,8 @@ export default {
data() {
return {
formConfig: formConfig, // 表单配置项
originOfFlightNo: "",
queryForm: {
// 表单参数
originOfFlightNo: "",
startTime: "",
endTime: "",
status: "有效",
},
pageConfig: {
...
...
src/views/et86Config/et86ShipmentDesc/index.vue
View file @
ec08b9b
...
...
@@ -46,7 +46,7 @@ import {
} from "@/api/et86HsCodeBlack";
import { downLoadXlsx } from "@/utils/zipdownload";
export default {
name: "
e
t86ShipmentDesc",
name: "
E
t86ShipmentDesc",
components: {
YlForm,
YlTable,
...
...
Please
register
or
login
to post a comment