Browse Source

reactor:口径说明统一调整为字段说明;

zhangchong 2 months ago
parent
commit
c14e6033c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/snapshot/reAudit/grid/index.vue

+ 1 - 1
src/views/snapshot/reAudit/grid/index.vue

@@ -29,7 +29,7 @@
 					<span v-else>{{ row.statusTxt }}</span>
 				</template>
 				<template #order_detail="{ row }">
-					<order-detail :order="row" @updateList="queryList">{{ row.title }}</order-detail>
+					<order-detail :order="{ id: row.orderId }" @updateList="queryList">{{ row.title }}</order-detail>
 				</template>
 				<template #action="{ row }">
 					<el-button link type="primary" @click="onAudit(row)" v-if="state.queryParams.Status === 0"> 审批 </el-button>