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