|
@@ -749,7 +749,7 @@
|
|
|
Modal.confirm({
|
|
|
title: '提示',
|
|
|
icon: createVNode(ExclamationCircleOutlined),
|
|
|
- content: createVNode('div', { style: 'color:red;' }, `是否要删除${record.productName}?`),
|
|
|
+ content: createVNode('div', { style: 'color:red;' }, `是否要删除?`),
|
|
|
centered: true,
|
|
|
onOk() {
|
|
|
relationList.value.splice(index, 1)
|