紧急情况字典配置

This commit is contained in:
王帅 2025-04-24 17:41:36 +08:00
parent 5a19b2cd80
commit a8a6995e57
4 changed files with 10 additions and 8 deletions

View File

@ -174,9 +174,9 @@
dataIndex: 'artEmail'
},
{
title:'紧急',
title:'紧急情况',
align:"center",
dataIndex: 'urgency'
dataIndex: 'urgency_dictText'
},
{
title:'产品标签',

View File

@ -24,8 +24,9 @@
</a-form-model-item>
</a-col>
<a-col :span="12">
<a-form-model-item label="紧急" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="urgency">
<a-input v-model="model.urgency" placeholder="请输入紧急" ></a-input>
<a-form-model-item label="紧急情况" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="urgency">
<!-- <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-col>
<a-col :span="12">

View File

@ -174,9 +174,9 @@
dataIndex: 'artEmail'
},
{
title:'紧急',
title:'紧急情况',
align:"center",
dataIndex: 'urgency'
dataIndex: 'urgency_dictText'
},
{
title:'产品标签',

View File

@ -25,8 +25,9 @@
</a-form-model-item>
</a-col>
<a-col :span="12">
<a-form-model-item label="紧急" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="urgency">
<a-input v-model="model.urgency" placeholder="请输入紧急" ></a-input>
<a-form-model-item label="紧急情况" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="urgency">
<!-- <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-col>
<a-col :span="12">