|
@@ -8,8 +8,8 @@
|
|
|
</a-space>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
- <title-divider title="基础信息" width="140px"></title-divider>
|
|
|
- <a-descriptions bordered>
|
|
|
+ <title-divider title="业务信息" width="140px"></title-divider>
|
|
|
+ <a-descriptions :column="2" bordered>
|
|
|
<template v-for="item in descriptions">
|
|
|
<a-descriptions-item v-if="item.type==='dataSelect'" :key="item.value" :label="item.label">
|
|
|
{{ detail[item.attrs.connect[1].bind] }}
|
|
@@ -20,7 +20,7 @@
|
|
|
</template>
|
|
|
|
|
|
</a-descriptions>
|
|
|
- <title-divider title="审核信息" width="140px"></title-divider>
|
|
|
+ <title-divider title="审批处理" width="140px"></title-divider>
|
|
|
<a-form :form="form" :labelCol="BaseTool.Constant.labelCol" :wrapperCol="BaseTool.Constant.wrapperCol">
|
|
|
<a-form-item v-show="false">
|
|
|
<a-input v-decorator="['taskBomId']" type="hidden" />
|