lct
Your Name
2022-08-15 87edc55a377c3fca459ab48010a9716b0311c4a8
src/views/contingencyManagement/panManagement/index.vue
@@ -23,19 +23,13 @@
         <div class="button_Line">
            <div class="button_Left">
               <el-button size="default" type="primary" @click="onOpenAdd">
                  <el-icon>
                     <Plus /> </el-icon
                  >新建
                  <el-icon> <Plus /> </el-icon>新建
               </el-button>
               <el-button size="default" type="warning" plain :disabled="warning">
                  <el-icon>
                     <Edit /> </el-icon
                  >修改
                  <el-icon> <Edit /> </el-icon>修改
               </el-button>
               <el-button size="default" type="danger" plain :disabled="danger" @click="onDeleteAll">
                  <el-icon>
                     <Delete /> </el-icon
                  >删除
                  <el-icon> <Delete /> </el-icon>删除
               </el-button>
               <el-button size="default" type="primary" @click="onabolishLibrary"> 废止库 </el-button>
            </div>
@@ -79,19 +73,13 @@
            <el-table-column label="操作" width="260" align="center" fixed="right">
               <template #default="scope">
                  <el-button size="small" text type="primary" @click="isDialogFormVisible(scope.row.id)">
                     <el-icon style="margin-right: 5px">
                        <VideoPlay /> </el-icon
                     >启动
                     <el-icon style="margin-right: 5px"> <VideoPlay /> </el-icon>启动
                  </el-button>
                  <el-button size="small" text type="primary" @click="abolish(scope.row.id)">
                     <el-icon style="margin-right: 5px">
                        <VideoPause /> </el-icon
                     >废止
                     <el-icon style="margin-right: 5px"> <VideoPause /> </el-icon>废止
                  </el-button>
                  <el-button size="small" text type="primary" @click="onEdit('修改', scope.row.id)">
                     <el-icon style="margin-right: 5px">
                        <EditPen /> </el-icon
                     >修改
                     <el-icon style="margin-right: 5px"> <EditPen /> </el-icon>修改
                  </el-button>
                  <el-button
                     size="small"
@@ -132,9 +120,7 @@
                  <!--             发起审批-->
                  <!--            </el-button>-->
                  <el-button size="small" text type="primary" @click="onRowDel(scope.row.id)">
                     <el-icon>
                        <Delete /> </el-icon
                     >删除
                     <el-icon> <Delete /> </el-icon>删除
                  </el-button>
               </template>
            </el-table-column>