预约查询时间禁用清除

main
xuechunyuan 3 years ago
parent f91d51370a
commit 83f442e98b
  1. BIN
      dist.zip
  2. 2
      src/config/website.js
  3. 3
      src/views/booklist/index.vue

Binary file not shown.

@ -48,5 +48,5 @@ export default {
ssoUrl: 'http://localhost:8100/oauth/authorize?client_id=saber&response_type=code&redirect_uri=', ssoUrl: 'http://localhost:8100/oauth/authorize?client_id=saber&response_type=code&redirect_uri=',
// 单点登录回调地址(Saber服务的地址) // 单点登录回调地址(Saber服务的地址)
redirectUri: 'http://localhost:1888', redirectUri: 'http://localhost:1888',
filePrex: 'http://www.qdscgs.com:9091',//'http://192.168.1.106:9000',// 图片前缀 filePrex: 'http://192.168.1.106:9000',//'http://www.qdscgs.com:9091',// 图片前缀
} }

@ -431,7 +431,8 @@ 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()),
searchClearable: false,
}, },
{ {
label: "预约日期", label: "预约日期",

Loading…
Cancel
Save