3f9509c4 by renchao@pashanhoo.com

style:土地分割

1 parent cae39aa2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-14 15:36:32
* @LastEditTime: 2023-11-14 15:57:50
-->
<template>
<div class="from-clues">
......@@ -107,6 +107,11 @@
label="使用权面积">
</el-table-column>
<el-table-column
property="zl"
width="150"
label="坐落">
</el-table-column>
<el-table-column
label="操作"
width="80">
<template slot-scope="scope">
......
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-14 13:48:11
* @LastEditTime: 2023-11-14 15:57:33
*/
import filter from '@/utils/filter.js'
let vm = null
......@@ -201,6 +201,11 @@ class datatwo extends filter {
label: "使用权面积",
},
{
prop: "zl",
label: "坐落",
minWidth: 150
},
{
label: '操作',
width: '80',
align: 'center',
......