chuweiqiang 1 year ago
parent
commit
f761316a22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/assets/js/backend/books/contribute.js

+ 1 - 1
public/assets/js/backend/books/contribute.js

@@ -34,7 +34,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                         {field: 'email', title: __('Email'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
                         {field: 'email', title: __('Email'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
                         {field: 'school', title: __('School'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
                         {field: 'school', title: __('School'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
                         {field: 'manuscript_status', title: __('稿件状态'), searchList: {"0":__('待启动'),"1":__('编写中'),"2":__('已截稿')}, formatter: Table.api.formatter.status},
                         {field: 'manuscript_status', title: __('稿件状态'), searchList: {"0":__('待启动'),"1":__('编写中'),"2":__('已截稿')}, formatter: Table.api.formatter.status},
-                        {field: 'last_publish_time', title: __('Last_publish_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
+                        {field: 'last_publish_time', title: __('Last_publish_time'), operate:'RANGE', addclass:'date', autocomplete:false, formatter: Table.api.formatter.datetime,datetimeFormat:"YYYY-MM-DD"},
                         {field: 'funds_status', title: __('经费情况'), searchList: {"0":__('无经费'),"1":__('三万以内'),"2":__('五万以内'),"3":__('五万以上')}, formatter: Table.api.formatter.status},
                         {field: 'funds_status', title: __('经费情况'), searchList: {"0":__('无经费'),"1":__('三万以内'),"2":__('五万以内'),"3":__('五万以上')}, formatter: Table.api.formatter.status},
                         {field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
                         {field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
                         // {field: 'updatetime', title: __('Updatetime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
                         // {field: 'updatetime', title: __('Updatetime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},