|
@@ -43,7 +43,6 @@
|
|
|
审批
|
|
|
</el-button>
|
|
|
<el-button link type="primary" @click="onAuditDetail(row)" title="查看审批明细" v-if="[1, 2].includes(row.state)"> 审批明细 </el-button>
|
|
|
- <order-detail :order="row.order" @updateList="queryList" />
|
|
|
</template>
|
|
|
</ProTable>
|
|
|
</div>
|
|
@@ -86,7 +85,7 @@ const columns = ref<any[]>([
|
|
|
{ prop: 'creatorName', label: '申请人', minWidth: 140 },
|
|
|
{ prop: 'creatorOrgName', label: '申请部门', minWidth: 140 },
|
|
|
{ prop: 'reason', label: '申请理由', minWidth: 150 },
|
|
|
- { prop: 'operation', label: '操作', fixed: 'right', width: 140, align: 'center' },
|
|
|
+ { prop: 'operation', label: '操作', fixed: 'right', width: 90, align: 'center' },
|
|
|
]);
|
|
|
const state = reactive({
|
|
|
queryParams: {
|