Parcourir la source

PSSR设计变更台账优化

wangggziwen il y a 6 mois
Parent
commit
2421bb084d
1 fichiers modifiés avec 0 ajouts et 7 suppressions
  1. 0 7
      ui/src/views/pssr/moc/index.vue

+ 0 - 7
ui/src/views/pssr/moc/index.vue

@@ -176,11 +176,6 @@
           <span>{{ userFormat(scope.row.confirm2) }}</span>
         </template>
       </el-table-column>
-      <el-table-column label="确认时间" align="center" prop="confirmationDate" width="100">
-        <template slot-scope="scope">
-          <span>{{ parseTime(scope.row.confirmationDate, '{y}-{m}-{d}') }}</span>
-        </template>
-      </el-table-column>
       <el-table-column label="驳回原因" align="center" prop="reason" :show-overflow-tooltip="true"/>
       <el-table-column label="备注" align="center" prop="remarks" :show-overflow-tooltip="true"/>
       <el-table-column label="操作" align="center" v-if="isApprove==0" width="120"
@@ -439,7 +434,6 @@ export default {
         pssr: null,
         confirm1: null,
         confirm2: null,
-        confirmationDate: null,
         createrCode: null,
         createdate: null,
         updaterCode: null,
@@ -513,7 +507,6 @@ export default {
         pssr: null,
         confirm1: null,
         confirm2: null,
-        confirmationDate: null,
         delFlag: null,
         createrCode: null,
         createdate: null,