update code
parent
cddb82212e
commit
d2ab9c3422
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<MyDialog v-if="show" v-model="show" width="1600px" height="650px" class="flow-detail-state-dialog">
|
||||
<template slot="title">质量-审批进度{{ prjName?' - '+prjName:'' }}</template>
|
||||
<template slot="title">审批进度{{ prjName?' - '+prjName:'' }}</template>
|
||||
<div class="head-title-tab" style="padding: 10px 0px;">
|
||||
<div :class="nav == 1 ? 'head-nav active' : 'head-nav'" @click="doNav(1)">全部审批</div>
|
||||
<div :class="nav == 2 ? 'head-nav active' : 'head-nav'" @click="doNav(2)">进行中</div>
|
||||
|
|
Loading…
Reference in New Issue