lilei преди 1 година
родител
ревизия
7d2fea39f0
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 1 1
      public/version.json
  2. 1 0
      src/views/customerManagement/customerInfo/list.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1709261164143
+  "version": 1709517171831
 }

+ 1 - 0
src/views/customerManagement/customerInfo/list.vue

@@ -183,6 +183,7 @@ export default {
         { title: '最后销售时间', dataIndex: 'lastSaleTime', width: '11%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '客户关系', dataIndex: 'relationTypeDictValue', width: '11%', align: 'center', customRender: function (text) { return text || '--' } },
         // { title: '是否为下级', dataIndex: 'dealerFlagDictValue', width: '7%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '价格类型', dataIndex: 'priceTypeDictValue', width: '7%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '启用禁用', scopedSlots: { customRender: 'enableAction' }, width: '8%', align: 'center' },
         { title: <div><a-tooltip placement='top' title='注意:客户合并功能中,将以当前客户为对象,合并被选客户。'><a-icon type="question-circle" /></a-tooltip>&nbsp;操作</div>, scopedSlots: { customRender: 'action' }, width: '10%', align: 'center' }
       ],