Admin
2022-07-23 61c9a9b2d21d64c1e2bc910a2f9e1ac0c017bddd
src/views/specialWorkSystem/workApplyManagement/workApplyForm/index.vue
@@ -2,10 +2,10 @@
   <div class="home-container">
      <el-scrollbar height="100%">
      <el-form :model="form" label-width="150px" :rules="applyRules" ref="ruleFormRef2">
<!--         <blind-panel-form :bpForm="form.addForm" ref="additionalForm"></blind-panel-form>-->
         <blind-panel-form :bpForm="form.addForm" ref="additionalForm"></blind-panel-form>
<!--         <cut-line-form :clForm="form.addForm" ref="additionalForm"></cut-line-form>-->
<!--         <dirt-work-form :dwForm="form.addForm" ref="additionalForm"></dirt-work-form>-->
         <fire-work-form :fwForm="form.addForm" ref="additionalForm"></fire-work-form>
<!--         <fire-work-form :fwForm="form.addForm" ref="additionalForm"></fire-work-form>-->
<!--         <hang-load-form :hlForm="form.addForm" ref="additionalForm"></hang-load-form>-->
<!--         <high-work-form :hwForm="form.addForm" ref="additionalForm"></high-work-form>-->
<!--         <limited-space-form :lsForm="form.addForm" ref="additionalForm"></limited-space-form>-->
@@ -22,7 +22,7 @@
                  <el-table-column prop="unit" label="所属单位" width="180" />
                  <el-table-column prop="certificate" label="证书名称" width="180" />
                  <el-table-column prop="certificateId" label="证书号" />
                  <el-table-column fixed="right" label="操作">
                  <el-table-column fixed="right" label="操作" align="center" width="180">
                     <template #default="scope">
                        <el-button link type="danger" size="small" @click="deleteRow(scope.$index)">删除</el-button>
                     </template>