|
@@ -77,7 +77,8 @@
|
|
|
</a-col>
|
|
|
<a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="12">
|
|
|
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="measurementUnit" label="计量单位(measurement unit)">
|
|
|
- <JDictSelectTag v-model:value="model.measurementUnit" placeholder="请选择" dictCode="measurement_unit"/>
|
|
|
+ <j-dict-select-tag v-model:value="model.measurementUnit" placeholder="请选择用户名称" dictCode="sys_dict_item,item_text,item_text,dict_id = '1854437181947383809' and STATUS=1"/>
|
|
|
+ <!-- <JDictSelectTag v-model:value="model.measurementUnit" placeholder="请选择" dictCode="measurement_unit"/> -->
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="12">
|