From eadd35ca37d50af6cd34817d7e46885d2b736617 Mon Sep 17 00:00:00 2001 From: zxx <47968546@163.com> Date: Wed, 18 Oct 2023 15:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Middle/Mold/MoldOrder/List.vue | 7 ++----- vue.config.js | 18 +++++++++--------- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/src/pages/Middle/Mold/MoldOrder/List.vue b/src/pages/Middle/Mold/MoldOrder/List.vue index f0d67f9..b0813b6 100644 --- a/src/pages/Middle/Mold/MoldOrder/List.vue +++ b/src/pages/Middle/Mold/MoldOrder/List.vue @@ -1,10 +1,7 @@ @@ -134,7 +131,7 @@ export default { { field: 'name', sortable: true, title: '客户名称', width: 250 }, { field: 'production_status', sortable: true, title: '布产状态', width: 100 }, - { title: '完成状态', slots: { default: 'column1' }, width: 120 }, + { title: '进度条', slots: { default: 'column1' }, width: 320 }, diff --git a/vue.config.js b/vue.config.js index 1e4d96c..81663ee 100644 --- a/vue.config.js +++ b/vue.config.js @@ -36,15 +36,15 @@ const assetsCDN = { // 静态资源CDN地址 module.exports = { devServer: { // 代理配置 - // proxy: { - // '/api': { //此处要与 /services/api.js 中的 API_PROXY_PREFIX 值保持一致 - // target: process.env.VUE_APP_API_BASE_URL, - // changeOrigin: true, - // pathRewrite: { - // '^/api': '' - // } - // } - // } + proxy: { + '/api': { //此处要与 /services/api.js 中的 API_PROXY_PREFIX 值保持一致 + target: process.env.VUE_APP_API_BASE_URL, + changeOrigin: true, + pathRewrite: { + '^/api': '' + } + } + } }, pluginOptions: { // 插件配置 'style-resources-loader': { // 全局样式配置