采集文件配置

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

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

Loading…
Cancel
Save