|
@@ -35,9 +35,13 @@
|
|
|
<!-- </span>-->
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
|
- <el-form-item label="接包数量" prop="taskCount" v-if="this.type == 0">
|
|
|
+ <el-form-item label="接包数量" prop="taskCount" v-if="this.type == 0 && authentication.taskCount">
|
|
|
<span>{{authentication.taskCount}}</span>
|
|
|
</el-form-item>
|
|
|
+
|
|
|
+ <el-form-item label="接包数量" prop="taskCount" v-if="this.type == 0 && !authentication.taskCount">
|
|
|
+ <span>0</span>
|
|
|
+ </el-form-item>
|
|
|
<el-form-item label="认证时间" prop="checkTime">
|
|
|
<span>{{dateFormat(new Date(authentication.checkTime),'yyyy-MM-dd HH:mm:ss')}}</span>
|
|
|
</el-form-item>
|