From 7fad277ec93c31ce55b6c401753937f7fcaa79d7 Mon Sep 17 00:00:00 2001
From: rjg <746338628@qq.com>
Date: Thu, 17 Apr 2025 14:04:52 +0800
Subject: [PATCH] fix:修改文案
---
src/views/tickets/orderLog.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/tickets/orderLog.vue b/src/views/tickets/orderLog.vue
index ae7d30f..28d407a 100644
--- a/src/views/tickets/orderLog.vue
+++ b/src/views/tickets/orderLog.vue
@@ -67,7 +67,7 @@
:table-loading="loading" @current-change="currentChange" @refresh-change="refreshChange"
@on-load="onLoad" @search-change="searchChange" @size-change="sizeChange">
<template #menu-left>
- <el-button v-if="hasAddBtnPermission() && activeTab!='WAIT_AUDIT'" type="primary" icon="el-icon-plus" >新建工单</el-button>
+ <el-button v-if="hasAddBtnPermission()&&activeTab!='WAIT_AUDIT'" type="primary" icon="el-icon-plus"@click="handleAdd" >新建工单</el-button>
<el-button type="success" plain icon="el-icon-download" @click="exportData">导出</el-button>
</template>
@@ -413,7 +413,7 @@
{ label: '创建人', prop: 'creator_name', width: 50, ellipsis: true, overHidden: true },
{ label: '关联机巢', prop: 'device_names', width: 80, ellipsis: true, overHidden: true },
{
- label: '工单周期凭次',
+ label: '工单周期频次',
prop: '',
width: 108,
formatter: row => this.formatCycleTime(row),
--
Gitblit v1.9.3