【update】-科室统计里,增加是否打包筛选条件
This commit is contained in:
@@ -66,6 +66,13 @@
|
||||
</a-select>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xxl="4" :xl="8" :lg="8" :md="8" :sm="24">
|
||||
<a-form-item label="是否打包" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<j-dict-select-tag v-model="queryParam.pack"
|
||||
placeholder="请选择是否打包"
|
||||
dictCode="yn"/>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<!-- <a-col :xxl="4" :xl="8" :lg="8" :md="8" :sm="24">-->
|
||||
<!-- <a-form-item label="所属科室" :labelCol="labelCol" :wrapperCol="wrapperCol">-->
|
||||
<!-- <a-tree-select-->
|
||||
|
||||
Reference in New Issue
Block a user