From 375f337b2a91e59beb0b41dc89353de1e92aa6a1 Mon Sep 17 00:00:00 2001
From: chen.llin <1442464845@qq.comm>
Date: 星期四, 22 一月 2026 18:54:50 +0800
Subject: [PATCH] agv工作档增加 is_deleted
---
src/main/webapp/static/css/common.css | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/css/common.css b/src/main/webapp/static/css/common.css
index 8e4fab9..861ace9 100644
--- a/src/main/webapp/static/css/common.css
+++ b/src/main/webapp/static/css/common.css
@@ -121,7 +121,7 @@
/*word-break: break-all;*/
/*}*/
/*.layui-table-grid-down {*/
- /*display: none;*/
+/* display: none;*/
/*}*/
/*璇︽儏*/
@@ -206,6 +206,9 @@
#btn-into {
display: none;
}
+.btn-view {
+ display: none;
+}
/*淇敼澶嶉�夋棰滆壊*/
/*.layui-form-checked[lay-skin=primary] i {*/
--
Gitblit v1.9.1