shish hace 1 año
padre
commit
188a4574f3
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      ghs/src/views/in/add.vue
  2. 1 1
      ghs/src/views/order/add.vue

+ 1 - 1
ghs/src/views/in/add.vue

@@ -28,7 +28,7 @@
 			<template #slot-column-option="{scope}">
 
 				<el-upload class="upload-demo" style="display: inline-block;margin-right:20px;" :action="`${fileUrl}?id=${scope.row.id}`" :headers="{ token: token }" multiple :show-file-list="false" :on-success="fileUpSuccess" accept=".xls,.xlsx" :limit="1">
-  					<el-button size="small" type="primary">导入采购</el-button>
+  					<el-button size="small" type="primary">导入Excel</el-button>
 				</el-upload>
 
 				<el-button size="small" type="primary" @click="goCg(scope.row)" style="margin-left:30px;">新增采购</el-button>

+ 1 - 1
ghs/src/views/order/add.vue

@@ -34,7 +34,7 @@
 			<template #slot-column-option="{scope}">
 
 				<el-upload class="upload-demo" style="display: inline-block;margin-right:30px;" :action="`${fileUrl}?id=${scope.row.id}`" :headers="{ token: token }" multiple :show-file-list="false" :on-success="fileUpSuccess" accept=".xls,.xlsx" :limit="1">
-  					<el-button size="small" type="primary">导入开单</el-button>
+  					<el-button size="small" type="primary">导入Excel</el-button>
 				</el-upload>
 
 				<el-button size="small" type="primary" @click="kd(scope.row,1)">开预订单</el-button>