采集文件配置

newCac1.0
fanluyan 7 months ago
parent 1945b013db
commit 24ec23099e

@ -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 }}

@ -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="remotePath" prop="remotePath"> <el-table-column label="原路径" prop="remotePath">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.remotePath }}</span> <span>{{ scope.row.remotePath }}</span>
</template> </template>

Loading…
Cancel
Save