From 4b854c29227ef08ea178a3bba527a40ca2f84674 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Mon, 21 Feb 2022 02:03:17 +0800 Subject: [PATCH] 统计接口对接,列表接口参数对接 --- src/components/mini/box10-add.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/mini/box10-add.vue b/src/components/mini/box10-add.vue index 3b34f34..437000d 100644 --- a/src/components/mini/box10-add.vue +++ b/src/components/mini/box10-add.vue @@ -13,8 +13,11 @@ <a-form-model-item label="模式切换" prop="common"> <a-switch v-model="form.online" /> - <span class="myTip"> - 本地文件/由系统生成文件 + <span class="myTip" v-if="form.online"> + 由系统生成文件 + </span> + <span class="myTip" v-else> + 本地文件上传 </span> </a-form-model-item> @@ -65,7 +68,7 @@ </span> </a-form-model-item> - <a-form-model-item label=" 文件类型"> + <a-form-model-item label=" 日志类型"> <a-radio-group v-model="form.blogType"> <a-radio value="Markdown"> markdown -- Gitblit v1.9.1