gaoshp
2024-06-13 fd7586c8d91473d2850af1e48b12f1a289e6b8d1
src/components/scForm/index.vue
@@ -4,7 +4,7 @@
 * @Author: sakuya
 * @Date: 2021年9月22日09:26:25
 * @LastEditors: Sneed
 * @LastEditTime: 2024-06-02 20:11:49
 * @LastEditTime: 2024-06-11 19:41:06
-->
<template>
@@ -26,7 +26,8 @@
                  <!-- input -->
                  <template v-if="item.component == 'input'">
                     <el-input v-model="form[item.name]" :placeholder="item.options.placeholder" clearable
                        :maxlength="item.options.maxlength" show-word-limit></el-input>
                        :maxlength="item.options.maxlength" show-word-limit
                        :disabled="item.disabled"></el-input>
                  </template>
                  <!-- checkbox -->
                  <template v-else-if="item.component == 'checkbox'">