From 72952f7989bac610b6250f451cc97ec6c4e7ac1c Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期五, 10 五月 2024 09:41:54 +0800
Subject: [PATCH] 修改
---
web/src/views/modules/taskReliability/OperatConditModel.vue | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/web/src/views/modules/taskReliability/OperatConditModel.vue b/web/src/views/modules/taskReliability/OperatConditModel.vue
index d7bce69..a974bad 100644
--- a/web/src/views/modules/taskReliability/OperatConditModel.vue
+++ b/web/src/views/modules/taskReliability/OperatConditModel.vue
@@ -8,7 +8,6 @@
<el-table v-loading="table.dataLoading" :data="table.dataList" height="100px"
v-adaptive="{bottomOffset:70}" border @selection-change="table.selectionChangeHandle"
row-key="id"
- :cell-style="cellStyle"
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
:default-expand-all="true">
<el-table-column prop="product" label="浜у搧鑺傜偣" width="160"/>
@@ -46,11 +45,6 @@
this.dataForm.operatConditId = param.row.id
this.dataForm.productId = param.productId
this.$refs.tableObj.query()
- },
- cellStyle({column}) {
- if (column.label === '绯荤粺') {
- return 'text-align: left !important;'
- }
},
openSelectModel(row) {
console.log(row, 'selectModel');
--
Gitblit v1.9.1