From fa0fc3195858a592d2ad1bdad0fa6126602ebf55 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Fri, 07 Jun 2024 14:17:10 +0800
Subject: [PATCH] 路径配置修改

---
 src/views/work/process/maintenanceFundApply/detail.vue |   54 +++++++++++++++++++++++++++---------------------------
 1 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/src/views/work/process/maintenanceFundApply/detail.vue b/src/views/work/process/maintenanceFundApply/detail.vue
index 1083a92..cb695ed 100644
--- a/src/views/work/process/maintenanceFundApply/detail.vue
+++ b/src/views/work/process/maintenanceFundApply/detail.vue
@@ -1,11 +1,11 @@
 <template>
   <basic-container>
     <el-form ref="form" :model="form" label-width="80px">
-      <el-row type="flex" class="row-bg" justify="end">
+      <!-- <el-row type="flex" class="row-bg" justify="end">
         <el-form-item>
           <el-button @click="handleCancel">关闭</el-button>
         </el-form-item>
-      </el-row>
+      </el-row> -->
       <el-card shadow="hover">
         <div slot="header">
           <span>审批信息</span>
@@ -63,14 +63,14 @@
   import {
     historyFlowList,
     leaveDetail
-  } from "@/api/work/process";
+  } from "@/ssoapi/work/process";
   import {
     getList,
     remove,
     update,
     add,
     getPropertyCapitalApply
-  } from "@/api/property/propertyCapitalApply";
+  } from "@/ssoapi/property/propertyCapitalApply";
 
   export default {
     data() {
@@ -109,7 +109,7 @@
               searchSpan: 5,
               search: true,
               type: 'tree',
-              dicUrl: `/api/blade-district/district/getDistrictTree`,
+              dicUrl: `/ssoapi/blade-district/district/getDistrictTree`,
               props: {
                 label: "name",
                 value: "id"
@@ -176,7 +176,7 @@
               prop: "allocationWay",
               labelWidth: 140,
               value: '按建筑面积分摊',
-              span: 14,
+              span: 12,
               row: true,
               disabled: true
             },
@@ -269,27 +269,27 @@
               type: "textarea",
               disabled: true
             },
-            // {
-            //   label: '施工方案附件',
-            //   prop: 'constructionSchemeUrls',
-            //   type: 'upload',
-            //   span: 24,
-            //   hide: true,
-            //   labelWidth: 140,
-            //   multiple: true,
-            //   // showFileList: true,
-            //   propsHttp: {
-            //     res: 'data',
-            //     name: "originalName",
-            //     url: "link"
-            //   },
-            //   action: '/api/blade-resource/oss/endpoint/put-file-attach',
-            //   rules: [{
-            //     required: true,
-            //     message: "请上传施工方案",
-            //     trigger: "blur",
-            //   }, ],
-            // }
+            {
+              label: '施工方案附件',
+              prop: 'constructionSchemeUrls',
+              type: 'upload',
+              span: 24,
+              hide: true,
+              labelWidth: 140,
+              multiple: true,
+              // showFileList: true,
+              propsHttp: {
+                res: 'data',
+                name: "originalName",
+                url: "link"
+              },
+              action: '/ssoapi/blade-resource/oss/endpoint/put-file-attach',
+              rules: [{
+                required: true,
+                message: "请上传施工方案",
+                trigger: "blur",
+              }, ],
+            }
           ],
         }
       }

--
Gitblit v1.9.3