From 960d295793f1d164e3e8e22f8d7744b7923ae24b Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期一, 17 七月 2023 18:29:17 +0800 Subject: [PATCH] 销售线索列表、新建、编辑接口联调 --- src/views/custom/client/AddClientManageDialog.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/custom/customManage/AddCustomManageDialog.vue b/src/views/custom/client/AddClientManageDialog.vue similarity index 98% rename from src/views/custom/customManage/AddCustomManageDialog.vue rename to src/views/custom/client/AddClientManageDialog.vue index 964d923..cbf31f7 100644 --- a/src/views/custom/customManage/AddCustomManageDialog.vue +++ b/src/views/custom/client/AddClientManageDialog.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; -- Gitblit v1.8.0