海南验收问题整改
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</template>
|
||||
<template #operation>
|
||||
<el-button icon="el-icon-Setting" type="primary" @click="configuration">承载能力评估策略</el-button>
|
||||
<el-button icon="el-icon-Plus" type="primary" @click=";(addedShow = false), (code = null)">
|
||||
<el-button icon="el-icon-Plus" type="primary" @click="addAssess">
|
||||
新增承载能力评估
|
||||
</el-button>
|
||||
</template>
|
||||
@@ -38,7 +38,7 @@
|
||||
<charge :rowList="rowList" />
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
<el-button class="quit" icon="el-icon-ArrowLeftBold" type="primary" @click="quit">返回</el-button>
|
||||
<el-button class="quit" icon="el-icon-Back" @click="quit">返回</el-button>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -179,6 +179,11 @@ const quit = () => {
|
||||
onMounted(() => {
|
||||
tableStore.index()
|
||||
})
|
||||
const addAssess=()=>{
|
||||
addedShow.value = false
|
||||
code.value = null
|
||||
activeName.value='1'
|
||||
}
|
||||
// 配置
|
||||
const configuration = () => {
|
||||
policyView.value = true
|
||||
|
||||
Reference in New Issue
Block a user