src/views/basicInformation/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/basicInformation/index.vue
@@ -31,7 +31,7 @@ <!-- 操作按钮区 --> <el-row :gutter="24" class="table-toolbar"> <el-button :icon="Plus" type="primary" @click="handleAdd" >新建</el-button >{{activeTab == 'supplier' ? '注册' : '新建'}}</el-button > <el-button :icon="Delete" type="danger" @click="handleDelete" >删除</el-button