This commit is contained in:
joylink_zhaoerwei 2024-11-15 11:09:15 +08:00
parent 4a3c2fafbf
commit 6888e20634

View File

@ -150,8 +150,8 @@ const props = withDefaults(
const $q = useQuasar();
const tab = ref('GUIDE');
const tableTitle = reactive({
faultNameShower: '',
faultDriverShower: '',
faultNameShower: '故障现象',
faultDriverShower: '司机处理结果',
});
const inputSearchName = ref('故障现象');
watch(tab, (tabVal) => {