zoukankan      html  css  js  c++  java
  • vue

    Element-Ui 

      <el-table :data="tableData" height="100%" border style=" 100%">
              <el-table-column prop="contractId" label="编号" width="150px"></el-table-column>
      </el-table>
     
     create_export(){
          getPropertyInform({pro: {}}).then(reobj=>{
            this.tableData=reobj.data;
          }, error => {
            this.$message({message: error.message, type: "error"});
          });
          this.doWhat = 'create';
          this.dialogVisible1 = true;
        }
     
    =======================================================================
     Element-Ui  修改默认样式  需要加 /deep/ .class{}
     
    =======================================================================
     
     
     
     
     
     
  • 相关阅读:
    thinkphp 前台输出
    php的四种定界符
    面试总结
    Git分布式版本控制工具
    Apache Dubbo
    Mybatis03
    Mybatis02
    Mybaitis01
    linux下如何安装webbench
    SpringUtil
  • 原文地址:https://www.cnblogs.com/yumu77/p/14253368.html
Copyright © 2011-2022 走看看