魏志佳 4 роки тому
батько
коміт
6705c50144
2 змінених файлів з 18 додано та 10 видалено
  1. 15 8
      src/views/modules/BatchCreate/TouTiaoBatch.vue
  2. 3 2
      vue.config.js

+ 15 - 8
src/views/modules/BatchCreate/TouTiaoBatch.vue

@@ -73,7 +73,7 @@
                  <a-range-picker v-model="dateValue" :disabled-date="disabledDate"  style="width: 250px;" format="YYYY-MM-DD" @change="dateChange" />
             </span>
             <span class="OptinItem">
-                <a-input-search placeholder="请输入ID或名称关键词" v-model="optionId" style="width: 200px"  />
+                <a-input-search placeholder="请输入名称关键词" v-model="optionId" style="width: 200px"  />
             </span>
             <span class="optionBtn">
                 <a-button type='primary' @click="search" class="searchBtn">查询</a-button>
@@ -411,15 +411,15 @@ const planColumns = [
     dataIndex: 'name',
     key: 'name',
     align: 'center',
-    width:300,
+    width:200,
     scopedSlots: { customRender: 'name' }
   },
-  {
-    title: '计划ID',
-    dataIndex: 'id',
-    key: 'id',
-    align: 'center',
-  },
+    // {
+    //     title: '计划ID',
+    //     dataIndex: 'id',
+    //     key: 'id',
+    //     align: 'center',
+    // },
   {
     title: '账户',
     dataIndex: 'accountId_dictText',
@@ -464,6 +464,13 @@ const planColumns = [
     align: 'center',
     scopedSlots: { customRender: 'campaignId_dictText' }
   },
+  {
+    title: '创建时间',
+    dataIndex: 'adCreateTime',
+    key: 'adCreateTime',
+    align: 'center',
+    scopedSlots: { customRender: 'adCreateTime' }
+  },
 ];
 const ideaColumns = [
   {

+ 3 - 2
vue.config.js

@@ -57,7 +57,8 @@ module.exports = {
     proxy: {
       '/jeecg-boot': {
         // target: 'http://192.168.1.90:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
-        // target: 'http://192.168.1.72:8088', //请求本地 需要jeecg-boot后台项目  英豪
+        // target: 'http://192.168.0.59:8088', //请求本地 需要jeecg-boot后台项目  英豪
+        target: 'http://192.168.1.72:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
         // target: 'http://192.168.1.94:8088', //请求本地 需要jeecg-boot后台项目  孙震
         // target: 'http://192.168.0.230:8088', //请求本地 需要jeecg-boot后台项目  孙震
@@ -67,7 +68,7 @@ module.exports = {
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目 
         // target: 'http://39.106.184.70:8088/', //请求本地 需要jeecg-boot后台项目 
         // target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目 
-        target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目 
+        // target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目 
 
         ws: false,
         changeOrigin: true,