浏览代码

添加报表列表页面

syh 5 年之前
父节点
当前提交
76c532b91b
共有 2 个文件被更改,包括 3 次插入9 次删除
  1. 0 6
      src/views/ureport/UReportFileList.vue
  2. 3 3
      vue.config.js

+ 0 - 6
src/views/ureport/UReportFileList.vue

@@ -11,12 +11,6 @@
               <a-input placeholder="请输入报表名称" v-model="queryParam.name"></a-input>
             </a-form-item>
           </a-col>
-          <a-col :md="6" :sm="8">
-            <a-form-item label="报表内容">
-              <a-input placeholder="请输入报表内容" v-model="queryParam.content"></a-input>
-            </a-form-item>
-          </a-col>
-          </template>
           <a-col :md="6" :sm="8" >
             <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
               <a-button type="primary" @click="searchQuery" icon="search">查询</a-button>

+ 3 - 3
vue.config.js

@@ -66,12 +66,12 @@ module.exports = {
       '/jeecg-boot': {
         // target: 'http://39.97.120.42:8080', //请求本地 需要jeecg-boot后台项目  生产环境
         // target: 'http://39.106.184.70:8080', //请求本地 需要jeecg-boot后台项目
-        target: 'http://192.168.2.143:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
-        // target: 'http://192.168.2.133:8080', //请求本地 需要jeecg-boot后台项目  英豪
+        // target: 'http://192.168.2.143:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
+        target: 'http://192.168.2.118:8080', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.2.132:8080', //请求本地 需要jeecg-boot后台项目
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
         // target: 'http://192.168.2.132:8080', //请求本地 需要jeecg-boot后台项目  孙震
-        
+
         ws: false,
         changeOrigin: true
       },