xinwei #7
@ -40,16 +40,20 @@
|
||||
</el-skeleton>
|
||||
</el-card>
|
||||
</div>
|
||||
<div class="flex flex-wrap gap-4" style="margin: 10px 0;">
|
||||
<el-card style="width: 420px;text-align: center;cursor: pointer;" shadow="hover" @click="goToXXLJob">任务调度中心</el-card>
|
||||
<!-- <el-card style="width: 100%; margin: 8px 0; text-align: center;" shadow="never"> -->
|
||||
<div class="flex flex-wrap gap-4" style="float: right;">
|
||||
<el-card
|
||||
style="width: 230px;margin: 8px 0;text-align: center;color:#409eff; cursor: pointer;" shadow="hover"
|
||||
@click="goToXXLJob">任务调度中心</el-card>
|
||||
</div>
|
||||
<!-- </el-card> -->
|
||||
<!-- 新增的静态图片部分 -->
|
||||
<div>
|
||||
<el-card style="width: 100%; text-align: center;" shadow="never">
|
||||
<div style="overflow: hidden; height: calc(100% - 2px);">
|
||||
<el-image :src="luduViewImage" fit="contain" style="width: 100%; transform: translateY(-2px);" />
|
||||
<!-- <el-card style="width: 100%; text-align: center;" shadow="never"> -->
|
||||
<div style="overflow: hidden; margin: 8px 0;height: calc(100% - 2px);">
|
||||
<el-image :src="luduViewImage" fit="contain" style="width: 99%; transform: translateY(-2px);" />
|
||||
</div>
|
||||
</el-card>
|
||||
<!-- </el-card> -->
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -13,11 +13,11 @@
|
||||
<el-form-item label="通道Id" prop="passagewayId">
|
||||
<el-input v-model="formData.passagewayId" placeholder="请输入通道Id" />
|
||||
</el-form-item>
|
||||
<el-form-item label="状态" prop="status">
|
||||
<!-- <el-form-item label="状态" prop="status">
|
||||
<el-radio-group v-model="formData.status">
|
||||
<el-radio label="1">请选择字典生成</el-radio>
|
||||
</el-radio-group>
|
||||
</el-form-item>
|
||||
</el-form-item> -->
|
||||
</el-form>
|
||||
<template #footer>
|
||||
<el-button @click="submitForm" type="primary" :disabled="formLoading">确 定</el-button>
|
||||
|
Loading…
Reference in New Issue
Block a user