From 72eaa4ad5daf6184a5fa989df09caeb607eac80e Mon Sep 17 00:00:00 2001 From: wente <329538422@qq.com> Date: 星期六, 02 十一月 2024 12:47:29 +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