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

修改模板

parent b9fefa69
...@@ -5,8 +5,7 @@ ...@@ -5,8 +5,7 @@
<component <component
:is="detail" :is="detail"
:eid="curId" :eid="curId"
:v="row" :v="row"
/> />
</Modal> </Modal>
</div> </div>
......
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
<Filed :span="8" :name="l('creationTime')">{{ <Filed :span="8" :name="l('creationTime')">{{
entity.creationTime entity.creationTime
}}</Filed> }}</Filed>
<Filed :span="8" :name="l('creatorUserId')">{{ <Filed :span="8" :name="l('creatorUserId')">
entity.creatorUserId <User :value="entity.creatorUserId" />
}}</Filed> </Filed>
<Filed :span="24" :name="l('note')">{{ entity.note }}</Filed> <Filed :span="24" :name="l('note')">{{ entity.note }}</Filed>
</Row> </Row>
<EditGrid :columns="columns" ref="grid" :items="list" :level="8" > <EditGrid :columns="columns" ref="grid" :items="list" :level="8" >
...@@ -50,12 +50,6 @@ export default { ...@@ -50,12 +50,6 @@ export default {
exportTl: "项目目录", exportTl: "项目目录",
list: [], list: [],
columns: [ columns: [
{
key: "upId",
width: 50,
type: "selection",
align: "center",
},
{ {
key: "title", key: "title",
title: this.l("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