@@ -746,7 +746,7 @@ const tagClose = (val, item) => {
}
proxy.post("/customer/editTag", data).then(() => {
ElMessage({
- message: "添加成功",
+ message: "删除成功",
type: "success",
});
item.addTagShow = false;
@@ -799,7 +799,7 @@ const tagClose = (val, item) => {
@@ -303,7 +303,6 @@ const config = computed(() => {
// width: 180,
// },
-
{
attrs: {
label: "预付比例",
@@ -736,7 +735,7 @@ const tagClose = (val, item) => {
@@ -1647,20 +1647,20 @@ const formSearchConfig = computed(() => {
label: "客户名称",
itemType: "text",
},
- // {
- // type: "input",
- // prop: "contactName",
- // label: "客户联系人",
- // itemType: "text",
- // itemWidth: 50,
- // },
- // prop: "contactEmail",
- // label: "联系人邮箱",
+ {
+ type: "input",
+ prop: "contactName",
+ label: "客户联系人",
+ itemType: "text",
+ itemWidth: 50,
+ },
+ prop: "contactEmail",
+ label: "联系人邮箱",
type: "slot",
slotName: "address",
@@ -1515,20 +1515,20 @@ const formSearchConfig = computed(() => {
@@ -1517,20 +1517,20 @@ const formSearchConfig = computed(() => {
@@ -452,6 +452,7 @@ const clickAdd = (item, row) => {
remark: "",
fileList: [],
};
+ fileList.value = [];
loadingDialog.value = false;
dialogVisible.value = true;