yangfeng
2023-07-17 960d295793f1d164e3e8e22f8d7744b7923ae24b
src/views/custom/client/AddClientManageDialog.vue
File was renamed from src/views/custom/customManage/AddCustomManageDialog.vue
@@ -1,7 +1,7 @@
<template>
  <div class="add-custom-manage">
  <div class="add-client-manage">
    <el-dialog
      :title="editCuntomManageConfig.title + '客户管理'"
      :title="editClientManageConfig.title + '客户管理'"
      :visible.sync="editConfig.visible"
      :width="dialogWidth"
      :before-close="handleClose"
@@ -352,9 +352,9 @@
<script>
import CommonSelectView from "@/components/makepager/CommonSelectView"
export default {
  name: "AddCustomManageDialog",
  name: "AddClientManageDialog",
  props: {
    editCuntomManageConfig: {
    editClientManageConfig: {
      type: Object,
      default: () => {
        return {
@@ -409,7 +409,7 @@
  data() {
    return {
      dialogWidth: "80%",
      editConfig: this.editCuntomManageConfig,
      editConfig: this.editClientManageConfig,
      rules: {
        customName: [{ required: true, message: "请输入客户名称", trigger: "blur" }],
        customStatus: [{ required: true, message: "请选择客户状态", trigger: "change" }],
@@ -471,7 +471,7 @@
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss" scoped>
.add-custom-manage {
.add-client-manage {
  .basic-info {
    .basic-info-title {
      background-color: #f4f8fe;