Your Name
2022-10-19 4b7e0eaed4322b0641710df7e81b2a40f570f63d
src/views/facilityManagement/ProductionEquipment/index.vue
@@ -27,7 +27,7 @@
         <el-col :span="20">
            <div class="btns">
               <div>
                  <el-button size="default" type="primary" :icon="Plus" @click="openD('新增')">新增</el-button>
                  <el-button size="default" type="primary" :icon="Plus" @click="openD('新建')">新建</el-button>
                   <el-button size="default" :disabled="warning" type="warning" plain :icon="EditPen"
                           @click="openD('修改', deletAll[0])">修改</el-button>
                  <el-button size="default" :disabled="danger" type="danger" :icon="Delete" @click="onDeleteAll" plain>删除</el-button>