Browse Source

团组修改

liuhj 2 years ago
parent
commit
8ef3e352a5
2 changed files with 8 additions and 10 deletions
  1. 1 1
      src/components/OP/Groupedit.vue
  2. 7 9
      src/components/OP/OPgroup.vue

+ 1 - 1
src/components/OP/Groupedit.vue

@@ -112,6 +112,6 @@ export default {
     .groupedit{
         background-color: #fff;
         border-radius: 10px;
-        padding: 20px 0;
+        padding: 20px;
     }
 </style>>

+ 7 - 9
src/components/OP/OPgroup.vue

@@ -19,7 +19,7 @@
                     v-model="input"
                     clearable>
                     </el-input>
-                    <el-button @click="Inquireclick()" type="primary"><i class="icon-sousuo"></i></el-button>
+                    <el-button @click="Inquireclick()" type="primary">新增团组</el-button>
                 </div>
             </div>
             <template>
@@ -40,25 +40,25 @@
                         width="100"
                         label="团 号">
                     </el-table-column>
-                    <el-table-column
+                    <!-- <el-table-column
                         width="100" 
                         prop="salesQuoteNo"
                         label="销售报价号">
-                    </el-table-column>
+                    </el-table-column> -->
                     <el-table-column
                         prop="teamType"
                         label="团组类型"
                         width="150">
                     </el-table-column>
-                    <el-table-column
+                    <!-- <el-table-column
                         prop="teamLev"
                         label="级 别"
                         width="80">
-                    </el-table-column>
+                    </el-table-column> -->
                     <el-table-column
                         prop="teamName"
                         label="团队名称"
-                        width="200">
+                        >
                     </el-table-column>
                     <el-table-column
                         prop="clientName"
@@ -67,8 +67,7 @@
                     </el-table-column>
                     <el-table-column
                         prop="clientUnit"
-                        label="客户单位"
-                        width="200">
+                        label="客户单位">
                     </el-table-column>
                     <el-table-column
                         prop="visitDate"
@@ -327,7 +326,6 @@ export default {
         padding: 10px;
         box-shadow: 0 0 5px #0005;
         border-radius: 10px;
-        min-width: 1525px;
     }
     .group-title{
         display: flex;