@@ -551,7 +551,7 @@
const res = response.data
if (res.isSuccess) {
// 赋值
- this.tableData = res.data
+ this.tableData = res.data
if(this.tableData.data && this.tableData.data.length > 0){
// 设置图片,放大属性
this.tableData.data.forEach((item, index) => {
@@ -102,7 +102,7 @@
</el-select>
</template>
</el-form-item>
- <el-form-item label='节点:'>
+ <el-form-item label='指令:'>
<template>
<el-select v-model="tenant.command" :placeholder='$t("common.pleaseSelect")' @change="actionChange">
<el-option
@@ -42,7 +42,7 @@
<el-table-column prop="type" label='类型' align="center" width="130px">
<template slot-scope="{ row }">
<el-tag>
- {{ row.type == '1' ? "动作节点" : "自动化节点" }}
+ {{ row.type == '0' ? "动作节点" : "自动化节点" }}
</el-tag>
</el-table-column>