|
@@ -176,11 +176,6 @@
|
|
<span>{{ userFormat(scope.row.confirm2) }}</span>
|
|
<span>{{ userFormat(scope.row.confirm2) }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</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="reason" :show-overflow-tooltip="true"/>
|
|
<el-table-column label="备注" align="center" prop="remarks" :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"
|
|
<el-table-column label="操作" align="center" v-if="isApprove==0" width="120"
|
|
@@ -439,7 +434,6 @@ export default {
|
|
pssr: null,
|
|
pssr: null,
|
|
confirm1: null,
|
|
confirm1: null,
|
|
confirm2: null,
|
|
confirm2: null,
|
|
- confirmationDate: null,
|
|
|
|
createrCode: null,
|
|
createrCode: null,
|
|
createdate: null,
|
|
createdate: null,
|
|
updaterCode: null,
|
|
updaterCode: null,
|
|
@@ -513,7 +507,6 @@ export default {
|
|
pssr: null,
|
|
pssr: null,
|
|
confirm1: null,
|
|
confirm1: null,
|
|
confirm2: null,
|
|
confirm2: null,
|
|
- confirmationDate: null,
|
|
|
|
delFlag: null,
|
|
delFlag: null,
|
|
createrCode: null,
|
|
createrCode: null,
|
|
createdate: null,
|
|
createdate: null,
|