From a325c295cc5c0943d9345cd3868164dc5e90eace Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Thu, 12 Feb 2026 14:22:20 +0800
Subject: [PATCH] ``` refactor(ai): 重构产品问答任务列表工具栏
---
src/main/resources/templates/febs/views/modules/ai/productQuestion/jobList.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/ai/productQuestion/jobList.html b/src/main/resources/templates/febs/views/modules/ai/productQuestion/jobList.html
index 116b86e..fff7f84 100644
--- a/src/main/resources/templates/febs/views/modules/ai/productQuestion/jobList.html
+++ b/src/main/resources/templates/febs/views/modules/ai/productQuestion/jobList.html
@@ -49,9 +49,9 @@
</div>
</div>
-<script type="text/html" id="productQuestionToolbar">
+<script type="text/html" id="productQuestionJobToolbar">
<div class="layui-btn-container">
- <button class="layui-btn layui-btn-sm layui-btn-primary febs-button-green-plain" shiro:hasPermission="productQuestionList:aiAdd" lay-event="productQuestionJobStateClose">停止</button>
+ <button class="layui-btn layui-btn-sm layui-btn-primary febs-button-green-plain" lay-event="productQuestionJobStateClose">停止</button>
</div>
</script>
--
Gitblit v1.9.1