refactor(web): 移除订单导出中立减金批次号输入框
- 删除了订单导出页面中关于立减金批次号的输入项 - 优化了导出表单的布局结构 - 清理了条件渲染相关的无用代码 - 减少了页面冗余元素,提升渲染效率
This commit is contained in:
parent
02af4a91f4
commit
aad56c6c36
|
|
@ -295,12 +295,6 @@
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
|
|
||||||
<el-row :gutter="8" v-if="isOrder">
|
|
||||||
<el-col :span="12" v-if="(exportForm.datasource==='marketing' && exportType===2) || (exportForm.datasource==='ymt' && exportType===3)">
|
|
||||||
<el-form-item label="立减金批次号" prop="voucherChannelActivityId"><el-input v-model="exportForm.voucherChannelActivityId" placeholder="请输入立减金批次号" /></el-form-item>
|
|
||||||
</el-col>
|
|
||||||
</el-row>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- 输出格式按模板设置,不在此显示 -->
|
<!-- 输出格式按模板设置,不在此显示 -->
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue