diff --git a/.env-config.ts b/.env-config.ts index ac64ba7..de0cdbf 100644 --- a/.env-config.ts +++ b/.env-config.ts @@ -5,7 +5,7 @@ type ServiceEnv = Record; export const serviceEnv: ServiceEnv = { dev: { // url: 'http://huaerda-api.24yt.com', - url: 'http://106.227.80.14:8086/', + url: 'http://106.227.80.14:8086', // url: 'http://127.0.0.1:8080/', // url: 'http://192.168.9.89:8080', // url: 'http://192.168.20.80:8080', @@ -24,7 +24,7 @@ export const serviceEnv: ServiceEnv = { prod: { // url: 'http://192.168.9.149:8021' // url: 'http://huaerda-api.24yt.com', - url: 'http://106.227.80.14:8086/', + url: 'http://106.227.80.14:8086', kkFileUrl: 'http://kkfile.24yt.com', // reportServerUrl: 'http://localhost:9908' reportServerUrl: 'http://huaerda-jimu.24yt.com/' diff --git a/src/views/procure/procureOrder/index.vue b/src/views/procure/procureOrder/index.vue index c25cb9a..ae40752 100644 --- a/src/views/procure/procureOrder/index.vue +++ b/src/views/procure/procureOrder/index.vue @@ -650,6 +650,11 @@ const columns: Ref> = ref([ // key: 'planDateEnd', // width: 180 // }, + { + title: '创建日期', + key: 'createTime', + width: 180 + }, { title: '计划员', key: 'createBy', diff --git a/src/views/produce/workRecords/index.vue b/src/views/produce/workRecords/index.vue index 9a48081..ae38c31 100644 --- a/src/views/produce/workRecords/index.vue +++ b/src/views/produce/workRecords/index.vue @@ -115,7 +115,7 @@