紧急情况字典配置
This commit is contained in:
parent
5a19b2cd80
commit
a8a6995e57
@ -174,9 +174,9 @@
|
|||||||
dataIndex: 'artEmail'
|
dataIndex: 'artEmail'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title:'紧急',
|
title:'紧急情况',
|
||||||
align:"center",
|
align:"center",
|
||||||
dataIndex: 'urgency'
|
dataIndex: 'urgency_dictText'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title:'产品标签',
|
title:'产品标签',
|
||||||
|
@ -24,8 +24,9 @@
|
|||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-model-item label="紧急" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="urgency">
|
<a-form-model-item label="紧急情况" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="urgency">
|
||||||
<a-input v-model="model.urgency" placeholder="请输入紧急" ></a-input>
|
<!-- <a-input v-model="model.urgency" placeholder="请输入紧急" ></a-input> -->
|
||||||
|
<j-dict-select-tag type="list" v-model="model.urgency" dictCode="urgency" placeholder="请选择紧急情况" />
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
|
@ -174,9 +174,9 @@
|
|||||||
dataIndex: 'artEmail'
|
dataIndex: 'artEmail'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title:'紧急',
|
title:'紧急情况',
|
||||||
align:"center",
|
align:"center",
|
||||||
dataIndex: 'urgency'
|
dataIndex: 'urgency_dictText'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title:'产品标签',
|
title:'产品标签',
|
||||||
|
@ -25,8 +25,9 @@
|
|||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-model-item label="紧急" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="urgency">
|
<a-form-model-item label="紧急情况" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="urgency">
|
||||||
<a-input v-model="model.urgency" placeholder="请输入紧急" ></a-input>
|
<!-- <a-input v-model="model.urgency" placeholder="请输入紧急" ></a-input> -->
|
||||||
|
<j-dict-select-tag type="list" v-model="model.urgency" dictCode="urgency" placeholder="请选择紧急情况" />
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user