Przeglądaj źródła

数据建模 没发布 数据记录 按钮隐藏

yukai 3 lat temu
rodzic
commit
56d469cbbb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/datahub/modeling/index.vue

+ 1 - 1
src/views/datahub/modeling/index.vue

@@ -71,7 +71,7 @@
 						>
 							<span>字段管理</span>
 						</router-link>
-						<el-button size="small" text type="success" @click="onOpenRecord(scope.row)" >数据记录</el-button>
+						<el-button size="small" text type="success" @click="onOpenRecord(scope.row)"  v-if="scope.row.status==1">数据记录</el-button>
 						<el-button size="small" text type="warning" @click="onOpenEdit(scope.row)">修改</el-button>
 						<el-button size="small" text type="danger" @click="onRowDel(scope.row)">删除</el-button>
 					</template>