فهرست منبع

添加客户名称

xgb 1 روز پیش
والد
کامیت
7e0df04630
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/views/hisStore/storePayment/index.vue

+ 1 - 0
src/views/hisStore/storePayment/index.vue

@@ -129,6 +129,7 @@
           <el-table-column label="所属公司" align="center" prop="companyName" />
           <el-table-column label="所属部门" align="center" prop="deptName" />
           <el-table-column label="员工" align="center" prop="companyUserNickName" />
+          <el-table-column label="客户名称" align="center" prop="nickName" />
           <el-table-column label="状态" align="center" prop="status" >
               <template slot-scope="scope">
                   <el-tag prop="status" v-for="(item, index) in statusOptions"    v-if="scope.row.status==item.dictValue">{{item.dictLabel}}</el-tag>