26667
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user