Commit 6c4779b0 authored by 仇晓婷's avatar 仇晓婷

项目管理详情

parent 3d6593b0
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<state code="project.main.type" :value="entity.type" /> <state code="project.main.type" :value="entity.type" />
</Filed> </Filed>
<Filed :span="24" :name="l('note') + ':'">{{ entity.note }}</Filed> <Filed :span="24" :name="l('note') + ':'">{{ entity.note }}</Filed>
<Filed :span="24" :name="l('attachment') + ':'"> <Filed :span="24" :name="l('attachment')">
<FilesView ref="refFile" :parms="parms" /> <FilesView ref="refFile" :parms="parms" />
<!-- <files <!-- <files
ref="refFile" ref="refFile"
...@@ -48,7 +48,7 @@ export default { ...@@ -48,7 +48,7 @@ export default {
data() { data() {
return { return {
avatorPath: "", avatorPath: "",
entity: this.row, entity: {},
parms: { parms: {
app: "material", app: "material",
eid: null, eid: null,
......
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