refactor(MmMaterial): 注释掉未使用的导出和导入按钮
移除生产材料管理页面中暂时不需要的导出和导入功能按钮,保持界面简洁
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
{{ $t('btn.add') }}
|
||||
</el-button>
|
||||
</el-col>
|
||||
<el-col :span="1.5">
|
||||
<!-- <el-col :span="1.5">
|
||||
<el-button type="success" plain icon="download" @click="handleExport">{{ $t('btn.export') }}</el-button>
|
||||
</el-col>
|
||||
<el-col :span="1.5">
|
||||
@@ -54,7 +54,7 @@
|
||||
|
||||
<el-col :span="1.5">
|
||||
<el-button type="warning" plain icon="upload" @click="addImportDialog">追加{{ $t('btn.import') }}</el-button>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList" :columns="columns"></right-toolbar>
|
||||
</el-row>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user