|
@@ -142,10 +142,10 @@ export default defineComponent({
|
|
|
left-arrow
|
|
|
fixed
|
|
|
placeholder={true}
|
|
|
- onClickRight={() =>
|
|
|
- router.push(`/status/${route.params.status}/report`)
|
|
|
- }
|
|
|
- v-slots={{ right: () => <Icon name="plus" /> }}
|
|
|
+ // onClickRight={() =>
|
|
|
+ // router.push(`/status/${route.params.status}/report`)
|
|
|
+ // }
|
|
|
+ // v-slots={{ right: () => <Icon name="plus" /> }}
|
|
|
style={{ zIndex: 2 }}
|
|
|
/>
|
|
|
<div style={{ position: 'fixed',zIndex:1,width:"100%" }}>
|