增加如果大屏没有保存基本信息不允许添加大屏内容
This commit is contained in:
		| @@ -25,7 +25,7 @@ | ||||
|             </div> | ||||
|           </template> | ||||
|         </ai-card> | ||||
|         <ai-card title="大屏"> | ||||
|         <ai-card title="大屏" v-if="id"> | ||||
|           <template #right> | ||||
|             <el-button @click="gotoDesign()" type="primary">添加大屏</el-button> | ||||
|             <el-button @click="dialog=true" type="primary">定制大屏</el-button> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user