WANG 6 năm trước cách đây
mục cha
commit
4e53988632
1 tập tin đã thay đổi với 9 bổ sung3 xóa
  1. 9 3
      src/modules/examwork/view/onlineExamOrgSettings.vue

+ 9 - 3
src/modules/examwork/view/onlineExamOrgSettings.vue

@@ -363,21 +363,27 @@
                   :auto-upload="false"
                   :multiple="false"
                 >
-                  <el-button size="small" slot="trigger" type="primary"
+                  <el-button
+                    size="small"
+                    slot="trigger"
+                    type="primary"
+                    icon="el-icon-search"
                     >选择文件</el-button
                   >
                   <el-button
                     size="small"
                     style="margin-left:10px;"
-                    type="success"
+                    type="primary"
                     @click="submitUpload"
+                    icon="el-icon-check"
                     >确认上传
                   </el-button>
                   <el-button
                     size="small"
                     style="margin-left: 10px;"
-                    type="danger"
+                    type="primary"
                     @click="removeFile"
+                    icon="el-icon-refresh"
                     >清空文件
                   </el-button>
                   <div slot="tip" class="el-upload__tip">只能上传xlsx文件</div>