|
@@ -18,12 +18,12 @@
|
|
|
label="数据说明"
|
|
|
content-class-name="my-content"
|
|
|
:span="3"
|
|
|
- >测试数据</el-descriptions-item
|
|
|
+ >{{ detailObj.dataexplain }}</el-descriptions-item
|
|
|
>
|
|
|
<el-descriptions-item label="数据所有者"
|
|
|
- >管理员</el-descriptions-item
|
|
|
+ >{{ detailObj.createBy}}</el-descriptions-item
|
|
|
>
|
|
|
- <el-descriptions-item label="数据年份">2024</el-descriptions-item>
|
|
|
+ <el-descriptions-item label="数据年份">{{ detailObj.year }}</el-descriptions-item>
|
|
|
<el-descriptions-item label="服务类型">{{
|
|
|
detailObj.type
|
|
|
}}</el-descriptions-item>
|
|
@@ -31,9 +31,8 @@
|
|
|
detailObj.serverType
|
|
|
}}</el-descriptions-item>
|
|
|
<el-descriptions-item label="服务发布时间"
|
|
|
- >2024</el-descriptions-item
|
|
|
+ >{{ detailObj.createTime }}</el-descriptions-item
|
|
|
>
|
|
|
- <el-descriptions-item label="联系人">张百仪</el-descriptions-item>
|
|
|
</el-descriptions>
|
|
|
</div>
|
|
|
<div class="btnCon">
|
|
@@ -242,7 +241,6 @@ import { GetXzqhTree } from "@/api/map";
|
|
|
import { ApplyResources, GetResources } from "../../../api/kfgx/gxzy";
|
|
|
import moment from "moment";
|
|
|
import { getInfo } from "@/api/login";
|
|
|
-import user from "../../../store/modules/user";
|
|
|
export default {
|
|
|
props: {
|
|
|
detailObj: {
|
|
@@ -325,7 +323,7 @@ export default {
|
|
|
created() {
|
|
|
this.getXzqTreeData();
|
|
|
},
|
|
|
- mounted() {
|
|
|
+ mounted() {
|
|
|
getInfo().then((res) => {
|
|
|
this.userMsg = res.user;
|
|
|
this.ruleForm.sqDepartmentBy = res.user.dept.deptName;
|
|
@@ -552,10 +550,10 @@ export default {
|
|
|
/deep/ .el-form-item {
|
|
|
margin-bottom: 4px;
|
|
|
}
|
|
|
- /deep/ .el-upload-list__item-name{
|
|
|
+ /deep/ .el-upload-list__item-name {
|
|
|
color: #fff;
|
|
|
}
|
|
|
- /deep/ .el-upload-list__item:hover{
|
|
|
+ /deep/ .el-upload-list__item:hover {
|
|
|
background: transparent !important;
|
|
|
}
|
|
|
}
|