This commit is contained in:
lcw
2025-06-23 09:57:34 +08:00
parent 77819f1bed
commit b433509302
127 changed files with 206 additions and 192 deletions

View File

@ -1,7 +1,7 @@
<template>
<div>
<div class="titleBox">
<PageTitle title="检查站管理">
<PageTitle title="环林卡口管理">
<el-button type="primary" @click="addEdit('add', '')">
<el-icon style="vertical-align: middle"><CirclePlus /></el-icon>
<span style="vertical-align: middle" @click="addEdit('add', row)"
@ -81,9 +81,9 @@ const searchConfiger = ref([
label: "所属部门"
},
{
label: "检查站名称",
label: "环林卡口名称",
prop: "jczmc",
placeholder: "请输入检查站名称",
placeholder: "请输入环林卡口名称",
showType: "input"
},
{
@ -95,9 +95,9 @@ const searchConfiger = ref([
},
{
label: "检查站类型",
label: "环林卡口类型",
prop: "jczlx",
placeholder: "请选择检查站类型",
placeholder: "请选择环林卡口类型",
showType: "select",
options: D_BZ_JCZLX
}
@ -120,9 +120,9 @@ const pageData = reactive({
controlsWidth: 250, //操作栏宽度
tableColumn: [
{ label: "所属部门", prop: "ssbm", showOverflowTooltip: true },
{ label: "检查站名称", prop: "jczmc", showOverflowTooltip: true },
{ label: "环林卡口名称", prop: "jczmc", showOverflowTooltip: true },
{
label: "检查站类型",
label: "环林卡口类型",
prop: "jczlx",
showOverflowTooltip: true,
showSolt: true
@ -135,7 +135,7 @@ const pageData = reactive({
showOverflowTooltip: true
},
{
label: "检查站地址",
label: "环林卡口地址",
prop: "dzmc",
showOverflowTooltip: true
}