|
|
@@ -65,6 +65,11 @@
|
|
|
{{ selectDictLabel(sourceOptions, theTask.source) }}
|
|
|
</el-descriptions-item> -->
|
|
|
</el-descriptions>
|
|
|
+ <el-descriptions :colon="false" :column="1" direction="vertical">
|
|
|
+ <el-descriptions-item content-class-name="my-content" label="督办内容" label-class-name="my-label">
|
|
|
+ <span v-html="theTask.taskDesc.replace(/\n/g, '<br>')"></span>
|
|
|
+ </el-descriptions-item>
|
|
|
+ </el-descriptions>
|
|
|
</header>
|
|
|
<!-- -->
|
|
|
<el-tabs v-model="activeName">
|
|
|
@@ -153,13 +158,6 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane label="督办内容" name="taskDesc">
|
|
|
- <el-row>
|
|
|
- <el-col :span="24">
|
|
|
- <span>{{ theTask.taskDesc }}</span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- </el-tab-pane>
|
|
|
</el-tabs>
|
|
|
<!-- -->
|
|
|
</el-col>
|