From 91c0c361e68607641754141ebf325bbdf3d1f775 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期二, 31 十二月 2024 16:37:45 +0800
Subject: [PATCH] 中空配方添加解决bug,更改磨边表格样式及语言切换
---
UI-Project/src/views/Caching/cachingun.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/UI-Project/src/views/Caching/cachingun.vue b/UI-Project/src/views/Caching/cachingun.vue
index 49494c0..5cbcf1b 100644
--- a/UI-Project/src/views/Caching/cachingun.vue
+++ b/UI-Project/src/views/Caching/cachingun.vue
@@ -148,7 +148,7 @@
const handleptask = async() => {
try {
const confirmResult = await ElMessageBox.confirm(
- t('workOrder.partasks'),
+ t('searchOrder.partasks'),
t('workOrder.prompt'),
{
confirmButtonText: t('workOrder.yes'),
@@ -324,7 +324,7 @@
<template #default="props">
<el-table
:header-cell-style="{ background: '#F2F3F5', color: '#1D2129' }"
- :data="props.row.details" style="width: 100%;height: 200px;">
+ :data="props.row.details" style="width: 100%;height: 100px;">
<el-table-column prop="engineerId" align="center" :label="$t('searchOrder.projectnumber')" min-width="80" />
<el-table-column prop="flowCardId" align="center" :label="$t('hellow.flowCardId')" min-width="80" />
<el-table-column prop="glassId" align="center" :label="$t('searchOrder.glassID')" min-width="80" />
--
Gitblit v1.8.0