From 7318acb9143a37e7c10369a975a8717c06eaaf87 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 30 十月 2023 10:52:29 +0800
Subject: [PATCH] 1.看板字段调整
---
src/views/kanbanManager/ckgl.vue | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/views/kanbanManager/ckgl.vue b/src/views/kanbanManager/ckgl.vue
index 6a07f52..55e0c0c 100644
--- a/src/views/kanbanManager/ckgl.vue
+++ b/src/views/kanbanManager/ckgl.vue
@@ -170,7 +170,7 @@
>
<el-table-column
prop="voucherdate"
- label="閿�鍞鍗曞彿"
+ label="鍗曟嵁鏃ユ湡"
width="131"
>
<template slot-scope="{row}">
@@ -187,16 +187,16 @@
<div class="ellipsis">{{ row.wo }}</div>
</template>
</el-table-column>
- <el-table-column
- prop="customename"
- label="瀹㈡埛"
- width="288"
- >
- <template slot-scope="{row}">
- <div v-if="row.customename" class="ellipsis">{{ row.customename }}</div>
- <div v-else>/</div>
- </template>
- </el-table-column>
+ <!-- <el-table-column-->
+ <!-- prop="customename"-->
+ <!-- label="瀹㈡埛"-->
+ <!-- width="288"-->
+ <!-- >-->
+ <!-- <template slot-scope="{row}">-->
+ <!-- <div v-if="row.customename" class="ellipsis">{{ row.customename }}</div>-->
+ <!-- <div v-else>/</div>-->
+ <!-- </template>-->
+ <!-- </el-table-column>-->
<!-- <el-table-column-->
<!-- prop="username"-->
<!-- label="涓氬姟鍛�"-->
@@ -225,7 +225,7 @@
<el-table-column
prop="materiel_name"
label="浜у搧鍚嶇О"
- width="200"
+ width="288"
>
<template slot-scope="{row}">
<div v-if="row.materiel_name" class="ellipsis">{{ row.materiel_name }}</div>
@@ -234,7 +234,7 @@
<el-table-column
prop="specification"
label="瑙勬牸鍨嬪彿"
- width="100"
+ width="300"
>
<template slot-scope="{row}">
<div v-if="row.specification" class="ellipsis">{{ row.specification }}</div>
@@ -364,7 +364,7 @@
// 涓ゅ皬鏃剁湅鏉垮埛鏂颁竴娆�
setInterval(() => {
window.location.reload()
- }, 1000 * 60 * 60 * 10)
+ }, 1000 * 60 * 120)
},
mounted() {
// 鐩戝惉缃戠粶鏄惁鍦ㄧ嚎
--
Gitblit v1.9.3