|
@@ -183,7 +183,7 @@
|
|
type="text"
|
|
type="text"
|
|
size="small"
|
|
size="small"
|
|
@click="handlenodeSet(scope.row)"
|
|
@click="handlenodeSet(scope.row)"
|
|
- >节点设置</el-button
|
|
|
|
|
|
+ >位置设置</el-button
|
|
>
|
|
>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -238,14 +238,14 @@
|
|
</el-option>
|
|
</el-option>
|
|
</el-select>
|
|
</el-select>
|
|
</template>
|
|
</template>
|
|
- <template v-else-if="item.dataType == 'longtext'">
|
|
|
|
|
|
+ <!-- <template v-else-if="item.dataType == 'longtext'">
|
|
<el-input
|
|
<el-input
|
|
size="small"
|
|
size="small"
|
|
:rows="1"
|
|
:rows="1"
|
|
type="textarea"
|
|
type="textarea"
|
|
v-model="tableForm[item.columnName]"
|
|
v-model="tableForm[item.columnName]"
|
|
></el-input>
|
|
></el-input>
|
|
- </template>
|
|
|
|
|
|
+ </template> -->
|
|
<template v-else>
|
|
<template v-else>
|
|
<el-input
|
|
<el-input
|
|
size="small"
|
|
size="small"
|