Browse Source

去掉按钮调整差异数量

intex_online_narushoulingshu
张立 2 weeks ago
parent
commit
99262030a3
  1. 4
      src/components/TableForm/src/TableForm.vue

4
src/components/TableForm/src/TableForm.vue

@ -427,13 +427,13 @@
> >
<span>{{ t('ts.批量删除') }}</span> <span>{{ t('ts.批量删除') }}</span>
</el-button> </el-button>
<el-button <!-- <el-button
type="primary" type="primary"
@click.stop="handleSelectionDelete" @click.stop="handleSelectionDelete"
:icon="Remove" :icon="Remove"
> >
<span>{{ t('ts.调整差异数量') }}</span> <span>{{ t('ts.调整差异数量') }}</span>
</el-button> </el-button> -->
<div class="p-12px" v-if="isShowTableFormSearch?.isShowTableFormSearch"> <div class="p-12px" v-if="isShowTableFormSearch?.isShowTableFormSearch">
<el-input <el-input
v-model="keyWord" v-model="keyWord"

Loading…
Cancel
Save