普通表格-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>

原文地址:https://www.cnblogs.com/evident/p/14246792.html