活动管理-列表名称修改

This commit is contained in:
dy 2021-03-31 14:15:44 +08:00
parent b9f674e4f8
commit 2a2080d4a5
4 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@
<div class="select-list"> <div class="select-list">
<ul> <ul>
<li> <li>
<label>活动代码</label> <label>活动名称</label>
<select name="DRAWCODE" th:with="drawinfo=${@drawInfo.findDrawInfoList()}"> <select name="DRAWCODE" th:with="drawinfo=${@drawInfo.findDrawInfoList()}">
<option value="">所有</option> <option value="">所有</option>
<option th:each="drawInfo : ${drawinfo}" th:text="${drawInfo.DRAWNAME}" <option th:each="drawInfo : ${drawinfo}" th:text="${drawInfo.DRAWNAME}"
@ -128,7 +128,7 @@
}, },
{ {
field: 'drawcode', field: 'drawcode',
title: '活动代码', title: '活动名称',
formatter: function (value, row, index) { formatter: function (value, row, index) {
return $.table.selectDrawname(drawInfoList, value); return $.table.selectDrawname(drawInfoList, value);
} }

View File

@ -11,7 +11,7 @@
<div class="select-list"> <div class="select-list">
<ul> <ul>
<li> <li>
<label>活动代码</label> <label>活动名称</label>
<select name="DRAWCODE" th:with="drawinfo=${@drawInfo.findDrawInfoList()}"> <select name="DRAWCODE" th:with="drawinfo=${@drawInfo.findDrawInfoList()}">
<option value="">所有</option> <option value="">所有</option>
<option th:each="drawInfo : ${drawinfo}" th:text="${drawInfo.DRAWNAME}" <option th:each="drawInfo : ${drawinfo}" th:text="${drawInfo.DRAWNAME}"

View File

@ -11,7 +11,7 @@
<div class="select-list"> <div class="select-list">
<ul> <ul>
<li> <li>
<label>活动代码</label> <label>活动名称</label>
<!-- <input type="text" name="DRAWCODE"/>--> <!-- <input type="text" name="DRAWCODE"/>-->
<select name="DRAWCODE" th:with="drawinfo=${@drawInfo.findDrawInfoList()}"> <select name="DRAWCODE" th:with="drawinfo=${@drawInfo.findDrawInfoList()}">
<option value="">所有</option> <option value="">所有</option>
@ -122,7 +122,7 @@
}, },
{ {
field: 'drawcode', field: 'drawcode',
title: '活动代码', title: '活动名称',
formatter: function (value, row, index) { formatter: function (value, row, index) {
return $.table.selectDrawname(drawInfoList, value); return $.table.selectDrawname(drawInfoList, value);
} }

View File

@ -15,7 +15,7 @@
<!-- <input type="text" name="DRAWTRANSEQNO"/>--> <!-- <input type="text" name="DRAWTRANSEQNO"/>-->
<!-- </li>--> <!-- </li>-->
<li> <li>
<label>活动代码</label> <label>活动名称</label>
<select name="DRAWCODE" th:with="drawinfo=${@drawInfo.findDrawInfoList()}"> <select name="DRAWCODE" th:with="drawinfo=${@drawInfo.findDrawInfoList()}">
<option value="">所有</option> <option value="">所有</option>
<option th:each="drawInfo : ${drawinfo}" th:text="${drawInfo.DRAWNAME}" <option th:each="drawInfo : ${drawinfo}" th:text="${drawInfo.DRAWNAME}"