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>

  • 相关阅读:
    AI编辑SVG格式的相关问题
    HTML里的id等属性命名需要注意
    canvas绘图动画细节
    触控获取坐标判断滑动方向
    CSS3卡片旋转效果
    使用CURL下载远程文件保存到服务器
    微信JS-SDK应用DEMO
    布局转换:文档流->绝对定位
    ThinkPHP缓存微信公众号access_token
    JAVA JSP笔记
  • 原文地址:https://www.cnblogs.com/evident/p/14246792.html
Copyright © 2011-2022 走看看