Browse Source

feat:[模板管理][update]

ouqian
luojie 1 month ago
parent
commit
d9660bfd26
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/components/Template/HandleFormItem.vue

+ 4
- 0
src/components/Template/HandleFormItem.vue View File

@ -48,6 +48,10 @@
</div>
</el-checkbox-group>
</div>
<div v-else-if="type === 'checkboxTree'" class="flex1 checkbox-list-container"
:class="getFillTypeStyle() + (orangeBg ? ' orange-bg' : '')">
</div>
<el-date-picker v-else-if="type === 'dateTime'" type="datetime" class="flex1"
:class="getFillTypeStyle() + (orangeBg ? ' orange-bg' : '')" v-model="inputValue"
:disabled="getDisabled()" format="yyyy/MM/dd HH:mm:ss" :placeholder="getPlaceholder()"

Loading…
Cancel
Save