From c74091c0091c32daff05359a2de0f60872e9da71 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期六, 28 九月 2024 09:07:48 +0800
Subject: [PATCH] 修改问题
---
Web/src/views/wcs/wcsTask/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Web/src/views/wcs/wcsTask/index.vue b/Web/src/views/wcs/wcsTask/index.vue
index 0168614..f569b3a 100644
--- a/Web/src/views/wcs/wcsTask/index.vue
+++ b/Web/src/views/wcs/wcsTask/index.vue
@@ -1,8 +1,8 @@
锘�<template>
<div class="wcsTask-container">
<el-row :gutter="8" style="width: 100%; height: 100%; flex: 1">
- <el-col :span="12" :xs="24" style="display: flex; height: 100%; flex: 1">
- <el-card class="full-table" shadow="hover" ::body-style="{ height: 'calc(100% - 51px)' }">
+ <el-col :span="14" :xs="24" style="display: flex; height: 100%; flex: 1">
+ <el-card class="full-table" shadow="hover" :body-style="{ height: 'calc(100% - 51px)' }">
<template #header>
<el-icon size="16"
style="margin-right: 3px; display: inline; vertical-align: middle"><ele-Collection /></el-icon>浠诲姟鏃ュ織
@@ -67,7 +67,7 @@
<el-table :data="tableData" style="width: 100%" v-loading="loading" tooltip-effect="light" row-key="id"
@cell-click="handleClick" @sort-change="sortChange" border="">
<el-table-column type="index" label="搴忓彿" width="55" align="center" />
- <el-table-column prop="taskNo" label="浠诲姟鍙�" show-overflow-tooltip="" />
+ <el-table-column prop="taskNo" label="浠诲姟鍙�" width="130" show-overflow-tooltip="" />
<el-table-column prop="taskType" width="85" label="浠诲姟绫诲瀷" show-overflow-tooltip="">
<template #default="scope">
<el-tag :type="dv('TaskTypeEnum', scope.row.taskType)?.tagType"> {{ dv('TaskTypeEnum',
@@ -138,7 +138,7 @@
<editDialog ref="editDialogRef" :title="editWcsTaskTitle" @reloadTable="handleQuery" />
</el-card>
</el-col>
- <el-col :span="12" :xs="24" style="display: flex; height: 100%; flex: 1">
+ <el-col :span="10" :xs="24" style="display: flex; height: 100%; flex: 1">
<el-card class="full-table" shadow="hover" :body-style="{ height: 'calc(100% - 51px)' }">
<template #header>
<el-icon size="16"
--
Gitblit v1.8.0