Bläddra i källkod

【修改】显示所属集团

howie 2 år sedan
förälder
incheckning
fcbdbe40a5

+ 9 - 2
src/views/supply/implement/implement_list.vue

@@ -384,18 +384,25 @@
               min-width="160"
               show-overflow-tooltip
             ></el-table-column>
-            <el-table-column align="left" label="销售政策名称" prop="policyTitle" min-width="350" show-overflow-tooltip>
+            <el-table-column align="left" label="销售政策名称" prop="policyTitle" min-width="250" show-overflow-tooltip>
               <template slot-scope="scope">
                 <CopyButton :copyText="scope.row.policyTitle" />
                 <span>{{ scope.row.policyTitle }}</span>
               </template>
             </el-table-column>
-            <el-table-column align="left" label="销售政策编码" prop="policyCode" min-width="350" show-overflow-tooltip>
+            <el-table-column align="left" label="销售政策编码" prop="policyCode" min-width="250" show-overflow-tooltip>
               <template slot-scope="scope">
                 <CopyButton :copyText="scope.row.policyCode" />
                 <span>{{ scope.row.policyCode }}</span>
               </template>
             </el-table-column>
+            <el-table-column
+              align="left"
+              label="所属集团"
+              prop="customerGroupName"
+              min-width="250"
+              show-overflow-tooltip
+            ></el-table-column>
           </el-table>
         </div>
       </div>

+ 9 - 2
src/views/supply/implement/implement_total_list.vue

@@ -395,18 +395,25 @@
               min-width="160"
               show-overflow-tooltip
             ></el-table-column>
-            <el-table-column align="left" label="销售政策名称" prop="policyTitle" min-width="350" show-overflow-tooltip>
+            <el-table-column align="left" label="销售政策名称" prop="policyTitle" min-width="250" show-overflow-tooltip>
               <template slot-scope="scope">
                 <CopyButton :copyText="scope.row.policyTitle" />
                 <span>{{ scope.row.policyTitle }}</span>
               </template>
             </el-table-column>
-            <el-table-column align="left" label="销售政策编码" prop="policyCode" min-width="350" show-overflow-tooltip>
+            <el-table-column align="left" label="销售政策编码" prop="policyCode" min-width="250" show-overflow-tooltip>
               <template slot-scope="scope">
                 <CopyButton :copyText="scope.row.policyCode" />
                 <span>{{ scope.row.policyCode }}</span>
               </template>
             </el-table-column>
+            <el-table-column
+              align="left"
+              label="所属集团"
+              prop="customerGroupName"
+              min-width="250"
+              show-overflow-tooltip
+            ></el-table-column>
           </el-table>
         </div>
       </div>