@@ -25,9 +51,14 @@ export default {
data() {
return {
charts: "",
- opinionData: ["155", "400", "900", "800", "300", "900", "270", "684", "165", "0", "300", "150"], // 数据
+ dialogFormVisible: false,
+ formLabelWidth: '120px',
+ opinionData: ["155", "400", "900", "800", "300", "900", "270","684","165","0","300","150"], // 数据
userBalanceData: {
userBalance: '加载中...'
+ },
+ form:{
+
}
};
},
diff --git a/src/views/version/version/version.vue b/src/views/version/version/version.vue
index 4aecac1..0adf58b 100644
--- a/src/views/version/version/version.vue
+++ b/src/views/version/version/version.vue
@@ -1,10 +1,166 @@
- {{arr}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+ 添加版本信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.id }}
+
+
+
+
+
+ {{ scope.row.versionClass }}
+
+
+
+
+
+ {{ scope.row.name }}
+
+
+
+
+
+ {{ scope.row.versionCode }}
+
+
+
+
+
+ {{ scope.row.isActivate }}
+
+
+
+
+
+ {{ scope.row.status }}
+
+
+
+
+
+ {{ scope.row.testStatus }}
+
+
+
+
+
+ {{ scope.row.ruleContent }}
+
+
+
+
+
+ {{ scope.row.engineMaintenanceId }}
+
+
+
+
+
+ {{ scope.row.description }}
+
+
+
+
+
+
+ 删除
+
+
+
+
+