update web

This commit is contained in:
fatedier
2018-05-16 02:51:02 +08:00
parent c4f873c07a
commit 0b0d5c982e
16 changed files with 2249 additions and 2012 deletions

View File

@ -2,7 +2,7 @@
<div>
<el-table :data="proxies" :default-sort="{prop: 'name', order: 'ascending'}" style="width: 100%">
<el-table-column type="expand">
<template scope="props">
<template slot-scope="props">
<el-popover
ref="popover4"
placement="right"
@ -79,7 +79,7 @@
label="status"
prop="status"
sortable>
<template scope="scope">
<template slot-scope="scope">
<el-tag type="success" v-if="scope.row.status === 'online'">{{ scope.row.status }}</el-tag>
<el-tag type="danger" v-else>{{ scope.row.status }}</el-tag>
</template>

View File

@ -2,7 +2,7 @@
<div>
<el-table :data="proxies" :default-sort="{prop: 'name', order: 'ascending'}" style="width: 100%">
<el-table-column type="expand">
<template scope="props">
<template slot-scope="props">
<el-popover
ref="popover4"
placement="right"
@ -73,7 +73,7 @@
label="status"
prop="status"
sortable>
<template scope="scope">
<template slot-scope="scope">
<el-tag type="success" v-if="scope.row.status === 'online'">{{ scope.row.status }}</el-tag>
<el-tag type="danger" v-else>{{ scope.row.status }}</el-tag>
</template>

View File

@ -2,7 +2,7 @@
<div>
<el-table :data="proxies" :default-sort="{prop: 'name', order: 'ascending'}" style="width: 100%">
<el-table-column type="expand">
<template scope="props">
<template slot-scope="props">
<el-popover
ref="popover4"
placement="right"
@ -70,7 +70,7 @@
label="status"
prop="status"
sortable>
<template scope="scope">
<template slot-scope="scope">
<el-tag type="success" v-if="scope.row.status === 'online'">{{ scope.row.status }}</el-tag>
<el-tag type="danger" v-else>{{ scope.row.status }}</el-tag>
</template>

View File

@ -2,7 +2,7 @@
<div>
<el-table :data="proxies" :default-sort="{prop: 'name', order: 'ascending'}" style="width: 100%">
<el-table-column type="expand">
<template scope="props">
<template slot-scope="props">
<el-popover
ref="popover4"
placement="right"
@ -70,7 +70,7 @@
label="status"
prop="status"
sortable>
<template scope="scope">
<template slot-scope="scope">
<el-tag type="success" v-if="scope.row.status === 'online'">{{ scope.row.status }}</el-tag>
<el-tag type="danger" v-else>{{ scope.row.status }}</el-tag>
</template>