Browse Source

update

tags/v1.22.8.2^2
chenshihai 3 years ago
parent
commit
fa59f6e07c
2 changed files with 4 additions and 2 deletions
  1. +1
    -1
      templates/admin/cloudbrain/list.tmpl
  2. +3
    -1
      web_src/vuepages/pages/resources/queue/index.vue

+ 1
- 1
templates/admin/cloudbrain/list.tmpl View File

@@ -30,7 +30,7 @@
</div>
<div class="ui sixteen wide column" style="overflow-x:auto;">
<!-- 任务展示 -->
<div class="dataset list" style="min-width:1700px;margin-top:15px;margin-bottom:15px;">
<div class="dataset list" style="min-width:2100px;margin-top:15px;margin-bottom:15px;">
<!-- 表头 -->
<div class="ui grid stackable" style="background: #f0f0f0;;">
<div class="row">


+ 3
- 1
web_src/vuepages/pages/resources/queue/index.vue View File

@@ -53,7 +53,9 @@
</el-table-column>
<el-table-column :label="$t('operation')" align="center" header-align="center" width="80">
<template slot-scope="scope">
<span class="op-btn" @click="showDialog('edit', scope.row)">{{ $t('edit') }}</span>
<span v-if="scope.row.Cluster !== 'C2Net'" class="op-btn" @click="showDialog('edit', scope.row)">{{
$t('edit')
}}</span>
</template>
</el-table-column>
<template slot="empty">


Loading…
Cancel
Save