update code

prv
haha 2023-11-06 23:25:27 +08:00
parent cddb82212e
commit d2ab9c3422
1 changed files with 1 additions and 1 deletions

View File

@ -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>