|
@@ -339,11 +339,9 @@
|
|
|
<div>{{ deatilData.remindTitle }}</div>
|
|
|
</el-form-item></el-col
|
|
|
>
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="20">
|
|
|
<el-col :span="14">
|
|
|
- <el-form-item label="提醒内容:" prop="remindContent">
|
|
|
- <div v-html="deatilData.remindContent"></div>
|
|
|
+ <el-form-item label="提醒内容:" prop="remindContent" style="line-height:6px !important">
|
|
|
+ <span v-html="deatilData.remindContent" style="display: flex;justify-content: start;"></span>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -386,19 +384,21 @@
|
|
|
<div>{{ deatilData2.remindInfoRespVO?.remindTitle }}</div>
|
|
|
</el-form-item></el-col
|
|
|
>
|
|
|
- </el-row>
|
|
|
-
|
|
|
- <el-row :gutter="20">
|
|
|
<el-col :span="14">
|
|
|
- <el-form-item label="发布日期:" prop="pubDate">
|
|
|
- <div v-html="deatilData2.pubDate"></div>
|
|
|
+ <el-form-item label="提醒内容:" prop="remindContent">
|
|
|
+ <div v-html="deatilData2.remindInfoRespVO?.remindContent"></div>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row :gutter="20">
|
|
|
+ <el-col :span="10">
|
|
|
+ <el-form-item label="发布日期:" prop="pubDate">
|
|
|
+ <div>{{ deatilData2.pubDate }}</div>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
<el-col :span="14">
|
|
|
- <el-form-item label="提醒内容:" prop="remindContent">
|
|
|
- <div v-html="deatilData2.remindInfoRespVO?.remindContent"></div>
|
|
|
+ <el-form-item label="完成日期:" prop="doneDate">
|
|
|
+ <div>{{ deatilData2.doneDate }}</div>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -416,6 +416,13 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
+ <el-row :gutter="20" v-if="deatilData2.doneFileUrls">
|
|
|
+ <el-col :span="14">
|
|
|
+ <el-form-item label="完成情况附件:" prop="doneFileUrls">
|
|
|
+ <fileUpload v-model="deatilData2.doneFileUrls" :isShowTip="false" />
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
</el-form>
|
|
|
|
|
|
<span slot="footer" class="dialog-footer">
|