update
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
const dayTimeO = ref();
|
const dayTimeO = ref();
|
||||||
const dayTimeT = ref();
|
const dayTimeT = ref();
|
||||||
const interval = ref(1);
|
const interval = ref(1);
|
||||||
const title = ref(simpleName || '' + '应急就医服务中心');
|
const title = ref(simpleName ? simpleName + '应急就医服务中心' : '应急就医服务中心');
|
||||||
const phone = ref(centerTel || '0951-6805199');
|
const phone = ref(centerTel || '0951-6805199');
|
||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
|
|||||||
Reference in New Issue
Block a user