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>

  • 相关阅读:
    win8平板App文件上传
    win8 APP中网页js如何触发后台的ScriptNotify方法
    lsof list open files
    python下的一个人脸识别包
    mysql hex() and unhex()
    git 补丁git formatpatch
    perl sort
    git 分支无法checkout的解决办法
    PERL 语言中的q,qw,qr,qx,qq......符号用法总结
    perl 的真假值
  • 原文地址:https://www.cnblogs.com/evident/p/14246792.html
Copyright © 2011-2022 走看看