From 54b5fa2047324b81b6d2ee7f830693267f946c0a Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期三, 10 一月 2024 17:45:54 +0800 Subject: [PATCH] 1. 编写数据源检查模块 --- src/enum/scene.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/enum/scene.js b/src/enum/scene.js index bc0b524..80aa423 100644 --- a/src/enum/scene.js +++ b/src/enum/scene.js @@ -66,6 +66,14 @@ label: '姹戒慨', value: '7', }, + { + label: '瀹為獙瀹�', + value: '8', + }, + { + label: '鍖荤枟鏈烘瀯', + value: '9', + }, ]; } -- Gitblit v1.9.3