Browse Source

Merge branch 'develop' of http://101.201.121.115:3000/leo/LAPP_ETCD_Front into JIS5300

JIS5300
lingxiao 2 years ago
parent
commit
ee83965cfb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/etcd/index.vue

+ 1
- 1
src/views/etcd/index.vue View File

@ -31,7 +31,7 @@
<span :class="`serve-text ${'status-color'+scope.row.state}`">{{ setStatusText(scope.row) }}</span>
</template>
</el-table-column>
<el-table-column label="操作" width="250" align="center">
<el-table-column label="操作" width="260" align="center">
<template #default="scope">
<el-button
v-if="scope.row.state == 0"


Loading…
Cancel
Save