|
@@ -10,10 +10,10 @@
|
|
|
}
|
|
|
"
|
|
|
/>
|
|
|
- <span class="switch-label">开启UTC</span>
|
|
|
- <el-button type="danger" :icon="Refresh" size="default" @click="emit('refresh',true)"/>
|
|
|
- <el-button type="danger" :icon="Share" size="default" @click="emit('downLoad',true)"/>
|
|
|
- <el-button type="danger" :icon="Tools" size="default" @click="emit('columnSet',true);"/>
|
|
|
+ <span class="switch-label" v-if="props.groupSet.isUtc">开启UTC</span>
|
|
|
+ <el-button type="danger" v-if="props.groupSet.isRefresh" :icon="Refresh" size="default" @click="emit('refresh',true)"/>
|
|
|
+ <el-button type="danger" v-if="props.groupSet.isDownLoad" :icon="Share" size="default" @click="emit('downLoad',true)"/>
|
|
|
+ <el-button type="danger" v-if="props.groupSet.isColumnSet" :icon="Tools" size="default" @click="emit('columnSet',true);"/>
|
|
|
</div>
|
|
|
</template>
|
|
|
|