瀏覽代碼

feat: 修改Report Access Control不分筛选项提示

Jack Zhou 1 月之前
父節點
當前提交
12696483fb

+ 1 - 1
src/views/TemplateManagement/src/components/CreateReportTemplate/src/components/GroupNameSelect.vue

@@ -88,7 +88,7 @@ onMounted(() => {
     filterable
     remote
     reserve-keyword
-    placeholder="Please enter a keyword"
+    placeholder="Select Group Name (Multi-select allowed)"
     :remote-method="remoteMethod"
     :loading="loading"
     style="width: 100%"

+ 1 - 1
src/views/TemplateManagement/src/components/CreateReportTemplate/src/components/PartyIDSelect.vue

@@ -72,7 +72,7 @@ const handleCheckboxChange = (item: ListItem) => {
     filterable
     remote
     reserve-keyword
-    placeholder="Please enter a keyword"
+    placeholder="Select Party IDs (Multi-select allowed)"
     :remote-method="remoteMethod"
     :loading="loading"
     style="width: 100%"