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>

  • 相关阅读:
    简单的jquery左侧导航栏和页面选中
    SQL 无限级分类语句
    创建第一个MVC专案--初识MVC
    powershell读写磁盘变量(对象序列化)
    powershell字符界面的,powershell加WPF界面的,2048游戏
    Invoke-WebRequest Invoke-RestMethod 乱码研究
    powershell中的两只爬虫
    powershell脚本闪电输入神器
    请把不听话的【return】关进【class】这个笼子
    当powershell遇上mysql引发的血案
  • 原文地址:https://www.cnblogs.com/evident/p/14246792.html
Copyright © 2011-2022 走看看