value
2023-08-29 b59ad11f54d28a6b4f9b33e5fb30b55e4b263efb
src/views/inspectionManagement/commissionInspection/addCommision.vue
@@ -15,7 +15,6 @@
          style="width: 200px;"
        >
        </el-input>-->
                  <el-button type="primary" size="small" style="background-color: rgb(1, 102, 226);">重置</el-button>
               </div>
               <el-table ref="detectionInfo" :max-height="800" :cell-style="{textAlign: 'center'}"
                  :header-cell-style="{border:'0px',background:'#f5f7fa',color:'#606266',boxShadow: 'inset 0 1px 0 #ebeef5',textAlign: 'center'}"
@@ -42,7 +41,6 @@
                  <el-table-column prop="remarks" label="备注" min-width="8%" />
                  <el-table-column label="操作" min-width="8%">
                     <template slot-scope="scope">
                        <el-button type="text" size="small">修改</el-button>
                        <el-button type="text" size="small" @click="deleteRow(scope.row)">删除</el-button>
                     </template>
                  </el-table-column>