master
赵玉瑞 2 years ago
parent f09ea62648
commit a0fed6343b
  1. 10
      ant-design-vue-jeecg/src/views/modulex/ModulexList.vue
  2. 12
      ant-design-vue-jeecg/src/views/modulex/modules/ModulexForm.vue

@ -231,11 +231,11 @@ export default {
// align:"center",
// dataIndex: 'userRole'
// },
{
title: '关联实体',
align: "center",
dataIndex: 'relatedBean_dictText'
},
// {
// title: '',
// align: "center",
// dataIndex: 'relatedBean_dictText'
// },
// {
// title:'',
// align:"center",

@ -89,12 +89,12 @@
<j-multi-select-tag type="list_multi" v-model="model.userRole" dictCode="sys_role,role_name,id" placeholder="请选择用户角色" />
</a-form-model-item>
</a-col>
<a-col :span="24">
<a-form-model-item label="关联实体" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="relatedBean">
<j-dict-select-tag v-model="model.relatedBean" dict-code="tablex,table_name,id"
placeholder="请输入关联实体" ></j-dict-select-tag>
</a-form-model-item>
</a-col>
<!-- <a-col :span="24">-->
<!-- <a-form-model-item label="关联实体" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="relatedBean">-->
<!-- <j-dict-select-tag v-model="model.relatedBean" dict-code="tablex,table_name,id"-->
<!-- placeholder="请输入关联实体" ></j-dict-select-tag>-->
<!-- </a-form-model-item>-->
<!-- </a-col>-->
<a-col :span="24">
<a-form-model-item label="原型图" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="prototypes">
<!-- <a-input v-model="model.prototypes" placeholder="请输入原型图" ></a-input>-->

Loading…
Cancel
Save