更新页面

This commit is contained in:
2025-07-05 12:03:00 +08:00
parent ea13f83283
commit 38e04e095c
69 changed files with 994 additions and 10597 deletions

View File

@ -30,16 +30,13 @@ const formData = ref([
{ label: "要素名称", prop: "sfbqxl", type: "input", options: [] },
{ label: "要素描述", prop: "ysms", type: "textarea", width: "100%" },
]);
const listQuery = ref({
sfbqdj: []
}); //表单
const loading = ref(false);
const elform = ref();
const title = ref("");
const rules = reactive({
bqmc: [{ required: true, message: "请输入标签名称", trigger: "blur" }]
});
const editpeo = ref();
const listQuery = ref({}); //表单
const loading = ref(false);
const elform = ref();
const title = ref("");
onMounted(() => {});
// 初始化数据
const init = (type, row,) => {