Selaa lähdekoodia

修改客户管理

Qukatie 1 kuukausi sitten
vanhempi
commit
6d42da3114
2 muutettua tiedostoa jossa 10 lisäystä ja 10 poistoa
  1. 6 6
      src/views/fc/customer/detailsPage.vue
  2. 4 4
      src/views/fc/customer/index.vue

+ 6 - 6
src/views/fc/customer/detailsPage.vue

@@ -73,7 +73,7 @@
               >{{ row.$cellEdit ? "确认" : "修改" }}
             </el-button>
             <el-button icon="el-icon-delete" :size="size" :disabled="disabled" :type="type" @click="rowDelTwo(row, index)">删除 </el-button>
-            <el-button icon="el-icon-check" :size="size" :type="type" @click="creatingUsers(row)">创建用户 </el-button>
+            <!-- <el-button icon="el-icon-check" :size="size" :type="type" @click="creatingUsers(row)">创建用户 </el-button> -->
           </template>
         </avue-crud>
       </trade-card>
@@ -504,11 +504,11 @@ export default {
               }
             ]
           },
-          {
-            label: "登录用户id",
-            prop: "userId",
-            cell: true
-          },
+          // {
+          //   label: "登录用户id",
+          //   prop: "userId",
+          //   cell: true
+          // },
           {
             label: "备注",
             prop: "remarks",

+ 4 - 4
src/views/fc/customer/index.vue

@@ -29,11 +29,11 @@
           >
             <template slot="menuLeft">
               <el-button type="primary" size="mini" @click.stop="newAdd()">新建客户 </el-button>
-              <el-button type="primary" size="mini" icon="el-icon-bottom" @click="excelBox = true">导入 </el-button>
+              <!-- <el-button type="primary" size="mini" icon="el-icon-bottom" @click="excelBox = true">导入 </el-button>
               <el-button type="primary" size="mini" icon="el-icon-top" @click="outExport">导出 </el-button>
               <el-button type="primary" size="mini" icon="el-icon-download" @click="brandBox = true">
                 Excel更新品牌
-              </el-button>
+              </el-button> -->
             </template>
             <template slot="enableOrNot" slot-scope="{ row, index, disabled }">
               <div v-if="row.enableOrNot === 1">启用</div>
@@ -56,7 +56,7 @@
               </el-date-picker>
             </template>
             <template slot-scope="{ type, size, row, index }" slot="menu">
-              <el-button
+              <!-- <el-button
                 v-if="row.checkStatus == '提交' || row.checkStatus == '驳回'"
                 :size="size"
                 :type="type"
@@ -69,7 +69,7 @@
                 :type="type"
                 @click.stop="passThrough(row, '驳回')"
                 >驳回
-              </el-button>
+              </el-button> -->
               <el-button :size="size" :type="type" :disabled="row.enableOrNot || !roleName.includes('基础资料')" @click.stop="rowDel(row)"
                 >删除
               </el-button>