This commit is contained in:
yanran200730
2022-01-12 16:23:11 +08:00
parent bace1def3d
commit ac37668cd6
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@
</ai-card> </ai-card>
<ai-card title="异常情况记录"> <ai-card title="异常情况记录">
<template #right> <template #right>
<el-button type="primary" v-if="info.status === '0'" @click="isShowAdd = true">添加</el-button> <el-button type="primary" v-if="info.status === '0'" @click="isShowAdd = true">添加记录</el-button>
</template> </template>
<template #content> <template #content>
<ai-table <ai-table

View File

@@ -82,7 +82,7 @@
</ai-card> </ai-card>
<ai-card title="异常情况记录"> <ai-card title="异常情况记录">
<template #right> <template #right>
<el-button type="primary" v-if="info.status === '0'" @click="isShow = true">添加</el-button> <el-button type="primary" v-if="info.status === '0'" @click="isShow = true">添加记录</el-button>
</template> </template>
<template #content> <template #content>
<ai-table <ai-table