修改方案数据&设备补召

This commit is contained in:
zhujiyan
2024-09-30 16:32:16 +08:00
parent cca15c2e8c
commit 67abe76339
9 changed files with 69 additions and 40 deletions

View File

@@ -13,7 +13,7 @@
模版下载
</el-button> -->
<el-button v-if="deviceType == '1'" type="primary" @click="handleImport">离线数据导入</el-button>
<el-button v-if="deviceType == '1'" type="primary" @click="handleaddDevice">设备补</el-button>
<el-button v-if="deviceType == '1'" type="primary" @click="handleaddDevice">设备补</el-button>
<el-button v-if="deviceType == '1'" type="primary" @click="handleAnalysisList">解析列表</el-button>
</template>
<el-descriptions-item label="名称">
@@ -393,7 +393,7 @@ const handleSizeChange = (val: number) => {
handleClick()
}
const { push, options, currentRoute } = useRouter()
//设备补
//设备补
const handleaddDevice = () => {
push({
path: '/supplementaryRecruitment',