|
@@ -200,14 +200,14 @@
|
|
|
<el-table-column prop="itemName" label="参数字段">
|
|
<el-table-column prop="itemName" label="参数字段">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
<div style="width: 100%;">
|
|
<div style="width: 100%;">
|
|
|
- <el-input placeholder="请填写参数编码" type="primary" class="noBor" v-model="scope.row.paramCode" size="mini" text style="margin-left: 0%;border: transparent;"></el-input>
|
|
|
|
|
|
|
+ <el-input placeholder="请填写参数编码" type="primary" class="noBor" v-model="scope.row.parCode" size="mini" text style="margin-left: 0%;border: transparent;"></el-input>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
<el-table-column prop="itemName" label="参数名称">
|
|
<el-table-column prop="itemName" label="参数名称">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
<div style="width: 100%;">
|
|
<div style="width: 100%;">
|
|
|
- <el-input placeholder="请填写参数名称" type="primary" class="noBor" v-model="scope.row.itemName" size="mini" text style="margin-left: 0%;"></el-input>
|
|
|
|
|
|
|
+ <el-input placeholder="请填写参数名称" type="primary" class="noBor" v-model="scope.row.parName" size="mini" text style="margin-left: 0%;"></el-input>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -215,7 +215,7 @@
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
<div style="width: 100%;">
|
|
<div style="width: 100%;">
|
|
|
<el-select
|
|
<el-select
|
|
|
- v-model="scope.row.paramType"
|
|
|
|
|
|
|
+ v-model="scope.row.parType"
|
|
|
class="noBorSel"
|
|
class="noBorSel"
|
|
|
placeholder=""
|
|
placeholder=""
|
|
|
style="width: 100%;margin-left: 0%;"
|
|
style="width: 100%;margin-left: 0%;"
|
|
@@ -233,7 +233,7 @@
|
|
|
<el-table-column prop="itemName" label="参数说明" >
|
|
<el-table-column prop="itemName" label="参数说明" >
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
<div style="width: 100%;">
|
|
<div style="width: 100%;">
|
|
|
- <el-input type="primary" class="noBor" v-model="scope.row.paramNote" size="mini" text style="margin-left: 0%;"></el-input>
|
|
|
|
|
|
|
+ <el-input type="primary" class="noBor" v-model="scope.row.parNote" size="mini" text style="margin-left: 0%;"></el-input>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -655,10 +655,10 @@ const parTree = ref({})
|
|
|
const valueKet = ref(0)
|
|
const valueKet = ref(0)
|
|
|
const tableDataCan = ref([
|
|
const tableDataCan = ref([
|
|
|
{
|
|
{
|
|
|
- itemName:'',
|
|
|
|
|
- itemCode:'',
|
|
|
|
|
- paramType:'',
|
|
|
|
|
- paramNote:''
|
|
|
|
|
|
|
+ parName:'',
|
|
|
|
|
+ parCode:'',
|
|
|
|
|
+ parType:'',
|
|
|
|
|
+ parNote:''
|
|
|
}
|
|
}
|
|
|
])
|
|
])
|
|
|
const optionsMdid = ref([])
|
|
const optionsMdid = ref([])
|