From 3c2e46fef0e866901cbb5de889166b6fda748e5d Mon Sep 17 00:00:00 2001
From: xyc <jc_xiong@hotmail.com>
Date: 星期二, 22 十月 2024 14:39:09 +0800
Subject: [PATCH] 同类设备有多个的修改
---
web/src/views/modules/taskReliability/TaskPhase.vue | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/web/src/views/modules/taskReliability/TaskPhase.vue b/web/src/views/modules/taskReliability/TaskPhase.vue
index f28e47f..00c2ab5 100644
--- a/web/src/views/modules/taskReliability/TaskPhase.vue
+++ b/web/src/views/modules/taskReliability/TaskPhase.vue
@@ -24,12 +24,12 @@
<el-table-column type="selection" width="40" align="center"/>
<el-table-column prop="phaseName" label="闃舵鍚嶇О" align="center"/>
<el-table-column prop="phaseDurationRate" label="闃舵鏃堕暱姣�" align="right" width="120"/>
- <el-table-column prop="remark" label="澶囨敞" align="right" width="200"/>
+ <el-table-column prop="remark" label="澶囨敞" align="center" width="100"/>
<!-- <el-table-column prop="phaseSpeed" label="闃舵鏃堕��" align="right"/>-->
<!--<el-table-column prop="phaseSort" label="闃舵椤哄簭" align="center"/>-->
<!--<el-table-column prop="operatConditDuration" label="宸ュ喌鏃堕暱鍒嗛厤" align="center"/>-->
<zt-table-column-handle :table="table" edit-perm="testReviewComment:update"
- delete-perm="taskReliability::delete">
+ delete-perm="taskReliability::delete" width="100">
<template v-slot="{row}">
<zt-table-button type="primary" @click="openEditWin(row)">淇敼</zt-table-button>
</template>
@@ -85,7 +85,6 @@
console.log(this.time)
},
add() {
- console.log(this.time)
this.$refs.AddOrUpdate.$refs.dialog.init(null, {
taskId: this.dataForm.taskId,
productId: this.dataForm.productId,
--
Gitblit v1.9.1