采集文件配置

newCac1.0
fanluyan 7 months ago
parent b356be838a
commit 1945b013db

@ -33,7 +33,7 @@
<span>{{ scope.row.id }}</span>
</template>
</el-table-column> -->
<el-table-column label="路径" prop="path">
<el-table-column label="路径" prop="path">
<template slot-scope="scope">
<span>{{ scope.row.remotePath }}</span>
</template>

@ -28,7 +28,7 @@
<span>{{ scope.row.port }}</span>
</template>
</el-table-column> -->
<el-table-column label="路径" prop="path">
<el-table-column label="路径" prop="path">
<!-- <template slot-scope="scope">
<p v-for="(item, index) in scope.row.pathList">
{{ item }}

Loading…
Cancel
Save