富文本
This commit is contained in:
@ -41,6 +41,7 @@
|
||||
''
|
||||
);
|
||||
res.forEach((x) => {
|
||||
x.fileUrl = '/api' + x.fileUrl
|
||||
instance?.cmd.do('insertHTML', '<img src="' + x.fileUrl + '"></img>');
|
||||
});
|
||||
} catch (error) {
|
||||
|
||||
@ -119,8 +119,6 @@
|
||||
() => props.disabled,
|
||||
(val) => {
|
||||
if (val) {
|
||||
let idx2 = columns.value.findIndex(v =>v.dataIndex == 'operation')
|
||||
idx2>-1 && columns.value.splice(idx2, 1)
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@ -121,8 +121,6 @@
|
||||
() => props.disabled,
|
||||
(val) => {
|
||||
if (val) {
|
||||
let idx2 = columns.value.findIndex(v =>v.dataIndex == 'operation')
|
||||
idx2>-1 && columns.value.splice(idx2, 1)
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user