From 597a7fa0913704552bd66e43cedad2dfc6572a98 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期日, 17 八月 2025 16:01:58 +0800
Subject: [PATCH] 修改字段名
---
src/views/flow/components/TodolistLeft.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/flow/components/TodolistLeft.vue b/src/views/flow/components/TodolistLeft.vue
index df27174..6045327 100644
--- a/src/views/flow/components/TodolistLeft.vue
+++ b/src/views/flow/components/TodolistLeft.vue
@@ -1,7 +1,7 @@
<!--
* @Date: 2025-07-01 20:45:15
* @LastEditors: gaoshp
- * @LastEditTime: 2025-08-13 23:23:13
+ * @LastEditTime: 2025-08-17 11:50:24
* @FilePath: /mdmweb/src/views/flow/components/TodolistLeft.vue
-->
<template>
@@ -10,7 +10,7 @@
<el-button type="primary" plain @click="addApp">娣诲姞鏂囦欢
</el-button>
</div>
- <el-table :data="tableData" border @row-click="showContent" max-height="200">
+ <el-table :data="tableData" border @row-click="showContent" max-height="200" highlight-current-row>
<!-- <el-table-column prop="machineCode" label="鍔犲伐鏈哄簥">
</el-table-column> -->
<el-table-column type="index" label="#" width="40" align="center"/>
--
Gitblit v1.9.3