chenrui 1 год назад
Родитель
Сommit
5706f4c226

+ 2 - 2
src/components/index.less

@@ -352,11 +352,11 @@
 .header-bar{
   margin:6px auto;
   .subTitle-word{
-    font-size: 16px;
+    font-size: 14px;
     font-weight: 600;
     display: inline-block;
     vertical-align: middle;
-    color: #333 !important;
+    color: #666;
   }
 }
 

+ 5 - 4
src/views/dealerManagement/provincialWarehouseManagement/relatedDealersList.vue

@@ -11,7 +11,7 @@
     </div>
     <a-card size="small" :bordered="false" class="relatedDealersList-cont">
       <a-tabs v-model="activeKeyVal">
-        <a-tab-pane key="1" tab="设置供应商">
+        <a-tab-pane key="1" tab="关联经销商">
           <a-spin :spinning="spinning" tip="Loading...">
             <!-- 筛选条件 -->
             <div class="table-page-search-wrapper">
@@ -151,12 +151,13 @@ export default {
       },
       columns: [
         { title: '序号', dataIndex: 'no', width: '8%', align: 'center' },
+        { title: '经销商名称', dataIndex: 'dealerName', width: '20%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '地区', scopedSlots: { customRender: 'address' }, width: '20%', align: 'center', ellipsis: true },
         { title: '区域', dataIndex: 'subareaArea.subareaName', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '分区', dataIndex: 'subareaArea.subareaAreaName', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '经销商名称', dataIndex: 'dealerName', width: '20%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '商户类型', dataIndex: 'dealerLevelDictValue', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '商户级别', dataIndex: 'dealerTypeDictValue', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '添加时间', dataIndex: 'createDate', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '操作', scopedSlots: { customRender: 'action' }, width: '12%', align: 'center' }
       ],
       openDealerModal: false
@@ -229,8 +230,8 @@ export default {
     //  重置
     resetSearchForm () {
       this.queryParam = {
-       subareaSn: undefined,
-       subareaAreaSn: undefined,
+        subareaSn: undefined,
+        subareaAreaSn: undefined,
         provinceSn: undefined,
         citySn: undefined,
         districtSn: undefined,