采集文件配置

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

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

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

Loading…
Cancel
Save