Karsa пре 9 месеци
родитељ
комит
3792e9b7fa
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/datasheet_manage/components/insertDateDia.vue

+ 1 - 1
src/views/datasheet_manage/components/insertDateDia.vue

@@ -65,7 +65,7 @@
       </el-popover>
 
 			<div class="dia-bot">
-				<el-button type="primary" style="margin-right:20px" @click="saveInsertHandle">保存</el-button>
+				<el-button type="primary" style="margin-right:20px" @click="saveInsertHandle">确定</el-button>
 				<el-button type="primary" plain @click="cancelHandle">取消</el-button>
 			</div>
 	</el-dialog>