修改模板管理字段名
This commit is contained in:
@@ -145,7 +145,7 @@ export default {
|
||||
width: 500,
|
||||
},
|
||||
{
|
||||
title: '模板类型',
|
||||
title: '提醒方式',
|
||||
align: 'center',
|
||||
dataIndex: 'templateType_dictText',
|
||||
scopedSlots: {customRender: 'text'},
|
||||
|
||||
@@ -30,10 +30,10 @@
|
||||
<a-form-item
|
||||
:labelCol="labelCol"
|
||||
:wrapperCol="wrapperCol"
|
||||
label="模板类型">
|
||||
label="提醒方式">
|
||||
<!-- <j-dict-select-tag :triggerChange="true" dictCode="msgType" v-decorator="['templateType', validatorRules.templateType ]" placeholder="请选择模板类型">-->
|
||||
<!-- </j-dict-select-tag>-->
|
||||
<j-multi-select-tag :triggerChange="true" dictCode="msgType" v-decorator="['templateType', validatorRules.templateType ]" placeholder="请选择模板类型"></j-multi-select-tag>
|
||||
<j-multi-select-tag :triggerChange="true" dictCode="msgType" v-decorator="['templateType', validatorRules.templateType ]" placeholder="请选择提醒方式"></j-multi-select-tag>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
||||
Reference in New Issue
Block a user