zss
2023-09-15 5244d65ef7e1f333495b59a6470b254bde7ec2ca
src/components/view/technical.vue
@@ -39,8 +39,8 @@
    <div class="technical-table">
      <div class="table-box">
        <el-table
        height="500"
          border style="width: 100%"
          border
          height="calc(90vh - 250px)"
          :data="technicalTable"
          >
          <el-table-column
@@ -99,7 +99,7 @@
              <template slot-scope="scope">
                <!-- <el-button type="text" size="small" @click="showDetails(scope.row)">查看详情</el-button>
                <el-button type="text" size="small">编辑附件</el-button> -->
                <el-button type="text" size="small" @click="authorizedstrength(scope.row)">编制</el-button>
                <el-button v-if="scope.row.type===0" type="text" size="small" @click="authorizedstrength(scope.row)">编制</el-button>
              </template>
            </el-table-column>
      </el-table>
@@ -262,8 +262,8 @@
              id:this.compiledata.id
        }).then( res =>{
        this.$message.success('编制完成')
      })
        this.getTechnicalTableData()
      })
      },
      async showDetails(row){
@@ -380,7 +380,7 @@
/* 技术文件表格样式 */
.technical-table{
  margin-top: 11px;
  height: calc(100% - 140px);
  /* height: calc(100% - 140px); */
  background: #fff;
  padding: 23px 21px ;
  font-size: 14px;
@@ -393,7 +393,7 @@
} */
.technical-table .table-box {
  flex: 1;
  /* overflow-y: scroll; */
  overflow-y: scroll;
}
.technical-table .el-pagination{
  margin-top: 23px;