yahyahy %!s(int64=3) %!d(string=hai) anos
pai
achega
e4cd59d4d8
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      src/views/system/time/index.vue

+ 5 - 1
src/views/system/time/index.vue

@@ -203,7 +203,7 @@
 				<el-button type="warning" plain icon="el-icon-download" size="mini" @click="handleExport" v-hasPermi="['core:info:export']">导出</el-button>
 			</el-col>
 			<el-col :span="1.5">
-				<el-button type="primary" plain icon="el-icon-view" size="mini" @click="handleExport" v-hasPermi="['core:info:export']">导出进度</el-button>
+				<el-button type="primary" plain icon="el-icon-view" size="mini" @click="handleExportjy" v-hasPermi="['core:info:export']">导出进度</el-button>
 			</el-col>
 			<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
 		</el-row>
@@ -1907,6 +1907,10 @@ export default {
 	// 导入进度查询
 	handleImporthg(){
 		
+	},
+	// 导出进度查询
+	handleExportjy(){
+		
 	}
 	}
 };