From 115f5d4eb8f1d7f72d8c76f404716e1be0432fd1 Mon Sep 17 00:00:00 2001 From: OathK1per <zhangypg@gmail.com> Date: Fri, 26 Aug 2022 17:47:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=9B=E9=80=89=E9=A1=B9=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/admin/project_list.ftl | 3 ++- src/main/resources/templates/admin/project_list_approve.ftl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/admin/project_list.ftl b/src/main/resources/templates/admin/project_list.ftl index 60316fd..cd122a1 100644 --- a/src/main/resources/templates/admin/project_list.ftl +++ b/src/main/resources/templates/admin/project_list.ftl @@ -160,7 +160,8 @@ <div class="am-u-sm-10"> <select data-am-selected="{btnSize: 'sm',btnWidth: '150px',maxHeight: 500}" id="signType" name="signType"> <option value="-1">全部</option> - <option value="1" <#if signType?? && signType='1'>selected</#if>>紫光汇智直接投标</option> + <option value="1" <#if signType?? && signType='1'>selected</#if>>是</option> + <option value="2" <#if signType?? && signType='2'>selected</#if>>否</option> </select> </div> </td> diff --git a/src/main/resources/templates/admin/project_list_approve.ftl b/src/main/resources/templates/admin/project_list_approve.ftl index d987342..e721433 100644 --- a/src/main/resources/templates/admin/project_list_approve.ftl +++ b/src/main/resources/templates/admin/project_list_approve.ftl @@ -159,7 +159,8 @@ <div class="am-u-sm-10"> <select data-am-selected="{btnSize: 'sm',btnWidth: '150px',maxHeight: 500}" id="signType" name="signType"> <option value="-1">全部</option> - <option value="1" <#if signType?? && signType='1'>selected</#if>>紫光汇智直接投标</option> + <option value="1" <#if signType?? && signType='1'>selected</#if>>是</option> + <option value="2" <#if signType?? && signType='2'>selected</#if>>否</option> </select> </div> </td>