干扰源常态化管理页面
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<Table ref='tableRef' />
|
||||
|
||||
|
||||
<addForm v-if='dialogVisible' ref='addForms' :id='bussId' openType = 'detail'></addForm>
|
||||
<addForm v-if='dialogVisible' ref='addForms' :id='bussId' :bussType='bussType' :title='titleButton' openType = 'detail' ></addForm>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
@@ -140,9 +140,9 @@ bussType.value =Number(currentRoute.value.query.type)
|
||||
|
||||
const titleButton = ref()
|
||||
if(bussType.value === 0){
|
||||
titleButton.value='入网评估方案'
|
||||
titleButton.value='入网设计方案审查'
|
||||
}else{
|
||||
titleButton.value='治理工程'
|
||||
titleButton.value='治理工程验收'
|
||||
}
|
||||
|
||||
provide('tableStore', tableStore)
|
||||
|
||||
Reference in New Issue
Block a user