From a0a82fb8a2a96221de10b1355836b16bd94f77c3 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Wed, 04 Feb 2026 11:33:01 +0800
Subject: [PATCH] fix(ai): 解决产品提示实体公司ID设置问题
---
src/main/resources/templates/febs/views/modules/ai/productQuestion/list.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/ai/productQuestion/list.html b/src/main/resources/templates/febs/views/modules/ai/productQuestion/list.html
index a84b30c..ed4f8dc 100644
--- a/src/main/resources/templates/febs/views/modules/ai/productQuestion/list.html
+++ b/src/main/resources/templates/febs/views/modules/ai/productQuestion/list.html
@@ -308,6 +308,7 @@
{type: 'numbers', title: '', width: 80},
{title: '操作', toolbar: '#productQuestionOption', minWidth: 200, align: 'center'},
{field: 'state', title: '状态', templet: '#productQuestionStateSwitch', minWidth: 130,align:'center'},
+ {field: 'productCategoryName', title: '分类', minWidth: 100,align:'center'},
{field: 'title', title: '题目', minWidth: 100,align:'center'},
{templet:"#difficultyFormat", title: '难度', minWidth: 140,align:'center'},
{field: 'companyId', title: '公司编码', minWidth: 150,align:'center'},
--
Gitblit v1.9.1