代码生成增加富文本类型

dev
smallchill 3 years ago
parent 747a71efb3
commit a7a3493b6e
  1. 4
      src/const/tool/model.js
  2. 1
      src/views/tool/model.vue

@ -49,6 +49,10 @@ export const componentDic = [
label: "多行文本",
value: "textarea"
},
{
label: "富文本",
value: "editor"
},
{
label: "下拉选项",
value: "select"

@ -67,7 +67,6 @@ import {
import {entityDic, option, optionModel} from "@/const/tool/model";
import {validatenull} from "@/util/validate";
import {mapGetters} from "vuex";
import {clearCache} from "@/api/user";
export default {
data() {

Loading…
Cancel
Save