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