浏览代码

refactor(marketManagem): 将负责人字段改为接待人

liujt 8 月之前
父节点
当前提交
eb128dfacc
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/marketManagem/index.vue

+ 2 - 2
src/views/marketManagem/index.vue

@@ -192,8 +192,8 @@
           },
           {
             minWidth: 100,
-            prop: 'commanderName',
-            label: '负责人',
+            prop: 'receptionUserName',
+            label: '接待人',
             align: 'center',
             showOverflowTooltip: true
           },