Pārlūkot izejas kodu

修改节点配置存在的bug

oyq28 3 gadi atpakaļ
vecāks
revīzija
20b34c01bc

+ 1 - 1
imcs-ui/src/views/zuihou/resourceProductMgr/deviceMgr/Index.vue

@@ -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) => {

+ 1 - 1
imcs-ui/src/views/zuihou/resourceProductMgr/resourcesMgr/components/AutoCodeEdit.vue

@@ -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

+ 1 - 1
imcs-ui/src/views/zuihou/resourceProductMgr/resourcesMgr/components/TenantCodeEdit.vue

@@ -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>
           </template>
       </el-table-column>