须知列表回显html显示模式,预约查询搜索日期去掉时分秒

main
xuechunyuan 3 years ago
parent 477e14e680
commit eab9039bd9
  1. 3
      src/views/articlelist/index.vue
  2. 2
      src/views/booklist/index.vue

@ -109,8 +109,9 @@ export default {
}, },
minRows: 12, minRows: 12,
span: 24, span: 24,
html: true,
formatter: (val) => { formatter: (val) => {
return decodeURIComponent(val.content); return '<div style="max-height:80px;overflow:hidden;">'+decodeURIComponent(val.content)+'</div>';
} }
}, },
{ {

@ -431,7 +431,7 @@ export default {
valueFormat: "yyyy-MM-dd", valueFormat: "yyyy-MM-dd",
search: true, search: true,
hide: true, hide: true,
searchValue:dateFormat(new Date()), searchValue: dateFormat(new Date(),'yyyy-MM-dd'),
searchClearable: false, searchClearable: false,
}, },
{ {

Loading…
Cancel
Save