Commit 61e558f8 authored by luo ying's avatar luo ying

修改模板

parent b9fefa69
......@@ -5,8 +5,7 @@
<component
:is="detail"
:eid="curId"
:v="row"
:v="row"
/>
</Modal>
</div>
......
......@@ -27,9 +27,9 @@
<Filed :span="8" :name="l('creationTime')">{{
entity.creationTime
}}</Filed>
<Filed :span="8" :name="l('creatorUserId')">{{
entity.creatorUserId
}}</Filed>
<Filed :span="8" :name="l('creatorUserId')">
<User :value="entity.creatorUserId" />
</Filed>
<Filed :span="24" :name="l('note')">{{ entity.note }}</Filed>
</Row>
<EditGrid :columns="columns" ref="grid" :items="list" :level="8" >
......@@ -50,12 +50,6 @@ export default {
exportTl: "项目目录",
list: [],
columns: [
{
key: "upId",
width: 50,
type: "selection",
align: "center",
},
{
key: "title",
title: this.l("title"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment