|
|
|
@ -492,7 +492,7 @@ onUpdated(() => {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="wrapper-content">
|
|
|
|
|
<div class="wrapper-content-form wrapper-m32">
|
|
|
|
|
<div class="wrapper-content-form wrapper-m32" style="margin-bottom: 16px;">
|
|
|
|
|
<div>
|
|
|
|
|
<!-- <n-popselect v-model:value="timeRange" :options="timeOptions" trigger="click" @change="onChange">
|
|
|
|
|
<div class="wrapper-content-form-dropdown">
|
|
|
|
@ -523,7 +523,7 @@ onUpdated(() => {
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<div v-show="!showActions" style="margin-bottom: 16px;" class="wrapper-content-form-button" @click="switchBatch()">
|
|
|
|
|
<div v-show="!showActions" class="wrapper-content-form-button" @click="switchBatch()">
|
|
|
|
|
<SvgIcon style="margin-right: 6px;" size="22" name="batch" />
|
|
|
|
|
批量审批
|
|
|
|
|
</div>
|
|
|
|
|