采集文件配置

newCac1.0
fanluyan 7 months ago
parent 3e2c619091
commit b356be838a

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

Loading…
Cancel
Save