parent
4e58cf0745
commit
bd29264f7c
|
@ -19,7 +19,7 @@
|
||||||
<el-col>
|
<el-col>
|
||||||
审批人:{{ item.APPOINT_USER_NAME }}
|
审批人:{{ item.APPOINT_USER_NAME }}
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col>
|
<el-col v-if="item.INDEX !== step">
|
||||||
审批人公司:{{ item.APPOINT_CORP_NAME }}
|
审批人公司:{{ item.APPOINT_CORP_NAME }}
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col>
|
<el-col>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
<el-col v-if="item.INDEX !== step">
|
<el-col v-if="item.INDEX !== step">
|
||||||
审批时间:{{ item.APPOINT_TIME }}
|
审批时间:{{ item.APPOINT_TIME }}
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col v-if="item.APPOINT_OPINION">
|
<el-col v-if="item.APPOINT_OPINION && item.INDEX !== step">
|
||||||
审批意见:{{ item.APPOINT_OPINION }}
|
审批意见:{{ item.APPOINT_OPINION }}
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
@ -42,7 +42,6 @@
|
||||||
</el-steps>
|
</el-steps>
|
||||||
<div slot="footer" class="dialog-footer">
|
<div slot="footer" class="dialog-footer">
|
||||||
<el-button @click="closeWindow">取 消</el-button>
|
<el-button @click="closeWindow">取 消</el-button>
|
||||||
<el-button :loading="loading" type="primary" @click="save">确 定</el-button>
|
|
||||||
</div>
|
</div>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue