zhouwx
4 days ago 398794afbbe0696e763aa002313dcf4c3b82420c
src/views/hazardousChemicals/subscribeApplyManage/record/index.vue
@@ -2,14 +2,14 @@
  <div class="app-container">
    <div style="display: flex;justify-content: space-between">
      <el-form :inline="true" style="display: flex;align-items: center;flex-wrap: wrap;" >
        <el-form-item>
          <el-button
              type="primary"
              plain
              icon="Plus"
              @click="openDialog('add',{})"
          >新增</el-button>
        </el-form-item>
<!--        <el-form-item>-->
<!--          <el-button-->
<!--              type="primary"-->
<!--              plain-->
<!--              icon="Plus"-->
<!--              @click="openDialog('add',{})"-->
<!--          >新增</el-button>-->
<!--        </el-form-item>-->
        <el-form-item label="审批状态:" >
          <el-select v-model="data.queryParams.status" placeholder="请选择" >
            <el-option
@@ -88,7 +88,10 @@
                style="
              width: 100%;
              text-align: center;
              padding: 8px 0;
                height: 70px;
             display: flex;
             align-items: center;
             justify-content: center;
              border-bottom: 1px solid #ebeef5;"
                :style="{
                borderBottom: index === scope.row.subscribeHazmats.length - 1 ? 'none' : '1px solid #ebeef5'
@@ -107,7 +110,10 @@
                style="
            width: 100%;
            text-align: center;
            padding: 8px 0;
             height: 70px;
             display: flex;
             align-items: center;
             justify-content: center;
            border-bottom: 1px solid #ebeef5;"
                :style="{
              borderBottom: index === scope.row.subscribeHazmats.length - 1 ? 'none' : '1px solid #ebeef5'