rev:更新

This commit is contained in:
2026-07-03 14:48:37 +08:00
parent f0d8573c58
commit e47dd0ffcd
11 changed files with 67 additions and 33 deletions

View File

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 120 KiB

View File

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 120 KiB

View File

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@@ -14,7 +14,7 @@
</template>
<script>
import Logo from '@/assets/images/newloge.png'
import Logo from '@/assets/images/newlogo.png'
import variables from '@/assets/styles/variables.scss'
export default {
name: 'SidebarLogo',

View File

@@ -178,12 +178,12 @@
/>
<el-table-column prop="start_device_type" min-width="120" :label="$t('route.table_title.device_type')" />
<el-table-column v-if="false" prop="device_code" :label="$t('device.device_table_title.device_name')" />
<el-table-column prop="type" :label="$t('route.table_title.type')">
<template slot-scope="scope">
<span v-if="scope.row.type=='0' ">{{ $t('route.table_title.transport_route') }}</span>
<span v-if="scope.row.type=='1' ">{{ $t('route.table_title.agv_route') }}</span>
</template>
</el-table-column>
<!-- <el-table-column prop="type" :label="$t('route.table_title.type')">-->
<!-- <template slot-scope="scope">-->
<!-- <span v-if="scope.row.type=='0' ">{{ $t('route.table_title.transport_route') }}</span>-->
<!-- <span v-if="scope.row.type=='1' ">{{ $t('route.table_title.agv_route') }}</span>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column prop="next_device_code" min-width="120" :label="$t('route.table_title.next_device_code')" />
<el-table-column v-if="false" prop="next_device_code" min-width="120" label="后置设备名称" />
<el-table-column prop="next_device_type" min-width="120" :label="$t('route.table_title.next_device_type')" />