许静 5 年前
父节点
当前提交
bd2e306230
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2
    2
      src/views/dailyRegistration/index.vue
  2. 1
    1
      vue.config.js

+ 2
- 2
src/views/dailyRegistration/index.vue 查看文件

@@ -40,7 +40,7 @@
40 40
       <el-form-item label="接待人">
41 41
         <el-input v-model="formInline.receiver" placeholder="输入接待人"></el-input>
42 42
       </el-form-item>
43
-      </el-form-item>   
43
+      <el-form-item>   
44 44
         <el-button type="primary" @click="onSubmit">查询</el-button> 
45 45
         <el-button type="info" @click="clear">重置</el-button>
46 46
       </el-form-item>
@@ -57,7 +57,7 @@
57 57
       label="客户类型"
58 58
       align='center'>
59 59
           <template slot-scope="scope">
60
-             <!-- <span>{{ scope.row.customerType =='channel'? '渠道客户':'自销客户' }}</span> -->
60
+             <span>{{ scope.row.customerType =='channel'? '渠道客户':'自销客户' }}</span>
61 61
           </template>
62 62
     </el-table-column>
63 63
     <el-table-column

+ 1
- 1
vue.config.js 查看文件

@@ -3,7 +3,7 @@ module.exports = {
3 3
   devServer: {
4 4
     proxy: {
5 5
       '/api': {
6
-        target: 'http://192.168.0.238:8080',
6
+        target: 'http://192.168.0.11:8080',
7 7
         // target: 'http://127.0.0.1:8080',
8 8
         changeOrigin: true,
9 9
         pathRewrite: {