mirror of
https://github.com/Li4n0/revsuit.git
synced 2026-09-26 16:41:53 +08:00
feat(rmi): support receive rmi connection (#5)
This commit is contained in:
@@ -137,11 +137,6 @@
|
||||
</a-tag>
|
||||
</span>
|
||||
|
||||
<span slot="files" slot-scope="files">
|
||||
<!-- eslint-disable-next-line-->
|
||||
{{ files.length > 30 ? files.substr(0, 30) + "..." : files }}
|
||||
</span>
|
||||
|
||||
<span slot="switchRender" slot-scope="checked,record,index,dataIndex">
|
||||
<a-switch :checked="checked" @click="clickSwitch(record,dataIndex.dataIndex)"></a-switch>
|
||||
</span>
|
||||
@@ -221,9 +216,7 @@ const columns = [
|
||||
title: 'FILES',
|
||||
dataIndex: 'files',
|
||||
key: 'files',
|
||||
scopedSlots: {
|
||||
customRender: "files"
|
||||
}
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: 'PUSH TO CLIENT',
|
||||
|
||||
Reference in New Issue
Block a user