From 30463ba47d661d49d88ee8e43b2dcdb41d2e6090 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期四, 20 三月 2025 15:28:35 +0800 Subject: [PATCH] 历史任务样式更改 --- UI-Project/src/views/GlassStorage/rawhistory.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/UI-Project/src/views/GlassStorage/rawhistory.vue b/UI-Project/src/views/GlassStorage/rawhistory.vue index d2eedb8..386681f 100644 --- a/UI-Project/src/views/GlassStorage/rawhistory.vue +++ b/UI-Project/src/views/GlassStorage/rawhistory.vue @@ -22,14 +22,14 @@ <el-button type="primary" style="margin-left: 10px;margin-bottom: 10px;" @click="sethistorical()">{{$t('reportmanage.inquire')}}</el-button> </div> <el-table ref="table" style="margin-top: 20px;height: 580px;width: 1770px;" :data="tableDatax" :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}"> - <el-table-column prop="startSlot" align="center" :label="$t('film.originateslot')" min-width="80" /> - <el-table-column prop="endSlot" align="center" :label="$t('film.endslot')" min-width="80" /> - <el-table-column prop="shelf" align="center" :label="$t('film.resetnumber')" min-width="80" /> - <el-table-column prop="patternQuantity" align="center" :label="$t('film.thickremainquant')" min-width="80" /> + <el-table-column prop="startSlot" align="center" :label="$t('film.originateslot')" min-width="50" /> + <el-table-column prop="endSlot" align="center" :label="$t('film.endslot')" min-width="50" /> + <el-table-column prop="shelf" align="center" :label="$t('film.resetnumber')" min-width="50" /> + <el-table-column prop="patternQuantity" align="center" :label="$t('film.thickremainquant')" min-width="50" /> <el-table-column align="center" :label="$t('film.taskstatus')" - min-width="80" + min-width="50" prop="taskState" > <template #default="scope"> @@ -41,7 +41,7 @@ <el-table-column align="center" :label="$t('film.enabletype')" - min-width="80" + min-width="50" prop="taskType" > <template #default="scope"> @@ -50,8 +50,8 @@ </el-tag> </template> </el-table-column> - <el-table-column prop="formattedCreateTime" align="center" :label="$t('reportmanage.starttime')" min-width="100" /> - <el-table-column prop="formattedUpdateTime" align="center" :label="$t('reportmanage.endtime')" min-width="100" /> + <el-table-column prop="formattedCreateTime" align="center" :label="$t('reportmanage.starttime')" min-width="50" /> + <el-table-column prop="formattedUpdateTime" align="center" :label="$t('reportmanage.endtime')" min-width="50" /> <el-table-column fixed="right" :label="$t('film.operate')" align="center"> <template #default="scope"> <el-button size="mini" :disabled="(scope.row.taskState !== 0)" type="text" plain @click="successfull(scope.row)">{{ $t('searchOrder.successfullyprocessed') }}</el-button> -- Gitblit v1.8.0