File was renamed from src/views/custom/customManage/AddCustomManageDialog.vue |
| | |
| | | <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" |
| | |
| | | <script> |
| | | import CommonSelectView from "@/components/makepager/CommonSelectView" |
| | | export default { |
| | | name: "AddCustomManageDialog", |
| | | name: "AddClientManageDialog", |
| | | props: { |
| | | editCuntomManageConfig: { |
| | | editClientManageConfig: { |
| | | type: Object, |
| | | default: () => { |
| | | return { |
| | |
| | | data() { |
| | | return { |
| | | dialogWidth: "80%", |
| | | editConfig: this.editCuntomManageConfig, |
| | | editConfig: this.editClientManageConfig, |
| | | rules: { |
| | | customName: [{ required: true, message: "请输入客户名称", trigger: "blur" }], |
| | | customStatus: [{ required: true, message: "请选择客户状态", trigger: "change" }], |
| | |
| | | |
| | | <!-- 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; |