yahyahy 3 anos atrás
pai
commit
e4cd59d4d8
1 arquivos alterados com 5 adições e 1 exclusões
  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(){
+		
 	}
 	}
 };