@@ -167,7 +167,7 @@
<div class="mainItem">
<van-row>
- <van-col :span="7" class="label"><div>整改描述</div></van-col>
+ <van-col :span="7" class="label"><div>整改措施</div></van-col>
<van-col :span="17"><span>{{taskInfo.reform.description}}</span></van-col>
</van-row>
</div>
@@ -329,7 +329,7 @@
rows="1"
autosize
:maxlength="200"
- label="整改描述:"
+ label="整改措施:"
type="textarea"
show-word-limit
placeholder="请输入"
@@ -60,7 +60,7 @@
<div class="panel-box">
<van-cell title="整改日期" :value="formatDate(taskInfo.reform.reformDate,'YYYY-MM-DD')"></van-cell>
<!-- <van-cell title="审核结果" :label="taskInfo.reform.executeStatus === 0 ? '已整改' : '未整改'"></van-cell>-->
- <van-cell title="整改描述">
+ <van-cell title="整改措施">
<template #label>
<p class="text-style">{{taskInfo.reform.description}}</p>
</template>