Commit 393f7c95 authored by renjintao's avatar renjintao

record

parent 51b0219e
<template> <template>
<div class="detail"> <div class="detail" style="width:100%">
<Row> <Row>
<Filed :span="12" :name="l('workHour')">{{entity.workHour}}</Filed> <Filed :span="12" :name="l('workHour')">{{entity.workHour}}</Filed>
<Filed :span="12" :name="l('title')">{{entity.title}}</Filed> <Filed :span="12" :name="l('title')">{{entity.title}}</Filed>
<Filed :span="12" :name="l('note')">{{entity.note}}</Filed> <Filed :span="24" :name="l('note')">
<Filed :span="12" :name="l('attachment')"><a @click="viewFiles">查看附件</a></Filed> <div style="height:200px" v-html="entity.note" class="tex_in10"></div>
</Filed>
<Filed :span="24" :name="l('attachment')"><a @click="viewFiles">查看附件</a></Filed>
<Filed :span="12" :name="l('creationTime')">{{entity.creationTime}}</Filed> <Filed :span="12" :name="l('creationTime')">{{entity.creationTime}}</Filed>
<Filed :span="12" :name="l('creatorUserId')"> <Filed :span="12" :name="l('creatorUserId')">
<User :value="entity.creatorUserId"></User> <User :value="entity.creatorUserId"></User>
......
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