From c2d5d331449d21027dc077eba7af49f23a2129ae Mon Sep 17 00:00:00 2001
From: pjb <pjb123456>
Date: 星期二, 05 八月 2025 11:12:48 +0800
Subject: [PATCH] 小车取货越位复位rgv异常修复
---
src/main/webapp/views/index.html | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index da21376..796b993 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -350,18 +350,18 @@
prop="status$"
label="鐘舵��">
</el-table-column>
-<!-- <el-table-column-->
-<!-- label="鎿嶄綔"-->
-<!-- type="template">-->
-<!-- <template slot-scope="scope">-->
-<!-- <el-button-->
-<!-- :type="scope.row.status === 0 ? 'primary' : 'danger'"-->
-<!-- size="small"-->
-<!-- @click="toggleStatus(scope.$index, scope.row)">-->
-<!-- {{ scope.row.status === 0 ? '绂佺敤' : '瑙i櫎绂佺敤' }}-->
-<!-- </el-button>-->
-<!-- </template>-->
-<!-- </el-table-column>-->
+ <el-table-column
+ label="鎿嶄綔"
+ type="template">
+ <template slot-scope="scope">
+ <el-button
+ :type="scope.row.status === 0 ? 'primary' : 'danger'"
+ size="small"
+ @click="toggleStatus(scope.$index, scope.row)">
+ {{ scope.row.status === 0 ? '绂佺敤' : '瑙i櫎绂佺敤' }}
+ </el-button>
+ </template>
+ </el-table-column>
</el-table>
</div>
</div>
--
Gitblit v1.9.1