zoukankan      html  css  js  c++  java
  • 普通表格-element

    1.vue   

    <!--表格-->
    <el-table :data="formInline.value" border>
    <el-table-column label="照片">
    <template slot-scope="scope">
    <el-input placeholder="请输入内容" v-model="scope.row.ZPZSL"></el-input>
    </template>
    <template slot-scope="scope">
    <!-- <el-table-colrow-->
    <!-- label="底版"-->
    <!-- width="120">-->
    <!-- <template slot-scope="scope">-->
    <!-- <el-input placeholder="请输入内容" v-model="scope.row.ZPZSL"></el-input>-->
    <!-- </template>-->
    <!-- </el-table-colrow>-->
    </template>

    </el-table-column>
    <el-table-column label="彩色复制片">
    <template slot-scope="scope">
    <el-input placeholder="请输入内容" v-model="scope.row.tab2"></el-input>
    <span >{{scope.row.tab2}}</span>
    </template>
    </el-table-column>
    <el-table-column label="黑白原片">
    <template slot-scope="scope">
    <el-input placeholder="请输入内容" v-model="scope.row.tab2"></el-input>
    <span >{{scope.row.tab2}}</span>
    </template>
    </el-table-column>
    <el-table-column label="黑白复制片">
    <template slot-scope="scope">
    <el-input placeholder="请输入内容" v-model="scope.row.tab2"></el-input>
    <span>{{scope.row.tab2}}</span>
    </template>
    </el-table-column>
    <br>
    <el-table-column label="底版">
    <template slot-scope="scope">
    <el-input placeholder="请输入内容" v-model="scope.row.tab2"></el-input>
    <span>{{scope.row.tab2}}</span>
    </template>
    </el-table-column>

    </el-table>

    <el-table :data="formInline.value" border :span-method="objectSpanMethod">
    <el-table-column label="照片">
    <template slot-scope="scope">
    <el-input placeholder="请输入内容" v-model="scope.row.ZPZSL"></el-input>
    </template>
    <template slot-scope="scope">
    <!-- <el-table-colrow-->
    <!-- label="底版"-->
    <!-- width="120">-->
    <!-- <template slot-scope="scope">-->
    <!-- <el-input placeholder="请输入内容" v-model="scope.row.ZPZSL"></el-input>-->
    <!-- </template>-->
    <!-- </el-table-colrow>-->
    </template>

    </el-table-column>
    <el-table-column label="彩色复制片">
    <template slot-scope="scope">
    <el-input placeholder="请输入内容" v-model="scope.row.tab2"></el-input>
    <span >{{scope.row.tab2}}</span>
    </template>
    </el-table-column>
    <el-table-column label="黑白原片">
    <template slot-scope="scope">
    <el-input placeholder="请输入内容" v-model="scope.row.tab2"></el-input>
    <span >{{scope.row.tab2}}</span>
    </template>
    </el-table-column>
    <el-table-column label="黑白复制片">
    <template slot-scope="scope">
    <el-input placeholder="请输入内容" v-model="scope.row.tab2"></el-input>
    <span>{{scope.row.tab2}}</span>
    </template>
    </el-table-column>
    <br>
    <el-table-column label="底版">
    <template slot-scope="scope">
    <el-input placeholder="请输入内容" v-model="scope.row.tab2"></el-input>
    <span>{{scope.row.tab2}}</span>
    </template>
    </el-table-column>

    </el-table>

  • 相关阅读:
    Spark1.0.0 源码编译和部署包生成
    Spark入门实战系列--2.Spark编译与部署(下)--Spark编译安装
    CentOS 64位上编译 Hadoop 2.6.0
    Centos 6.5 X64 环境下编译 hadoop 2.6.0 --已验证
    ubuntu 环境下编译 hadoop 2.6.0的简单方法
    在Linux上编译Hadoop-2.4.0实践与总结
    linux安装openssl
    ubuntu 安装 GCC 和 G++ C++ 开发环境
    ubuntu如何安装 adobe flash player或adobe插件
    linux编译64bitHadoop (eg: ubuntu14.04 and hadoop 2.3.0)
  • 原文地址:https://www.cnblogs.com/evident/p/14246792.html
Copyright © 2011-2022 走看看