上一页 1 ··· 7 8 9 10 11 12 13 14 下一页
摘要: <!-- * @Author: your name * @Date: 2021-07-05 10:48:58 * @LastEditTime: 2021-08-10 11:43:36 * @LastEditors: Please set LastEditors * @Description: In 阅读全文
posted @ 2021-08-11 23:04 热心市民~菜先生 阅读(74) 评论(0) 推荐(0) 编辑
摘要: <!-- * @Author: your name * @Date: 2021-05-19 09:34:05 * @LastEditTime: 2021-08-10 18:40:05 * @LastEditors: Please set LastEditors * @Description: 异常管 阅读全文
posted @ 2021-08-11 22:54 热心市民~菜先生 阅读(476) 评论(0) 推荐(0) 编辑
摘要: <template> <div id="deptCodeBoxTableContract" class="deptCodeBox" :class="{right:positionType == 'right'}" v-show="companyCodeTable"> <el-input v-mode 阅读全文
posted @ 2021-08-02 16:35 热心市民~菜先生 阅读(185) 评论(0) 推荐(0) 编辑
摘要: <template> <el-form-item :label="deptCodeTitle" prop="deptCode" style="position: relative;" class="deptCodeInput company-star"> <span class="requrie-s 阅读全文
posted @ 2021-08-02 16:34 热心市民~菜先生 阅读(103) 评论(0) 推荐(0) 编辑
摘要: Snipaste-2.5.6-Beta-x64 阅读全文
posted @ 2021-07-30 19:19 热心市民~菜先生 阅读(30) 评论(0) 推荐(0) 编辑
摘要: downloadFile(url, fileName) { this.$axios({ method: "get", url: "/ossfile/download/" + url, responseType: 'blob' }).then(function (response) { var blo 阅读全文
posted @ 2021-06-29 19:22 热心市民~菜先生 阅读(27) 评论(0) 推荐(0) 编辑
摘要: <script> export default { data() {//Vue 实例的数据对象 return { title: '表单相关', } }, components:{},//注册组件实例 props:[],//props 可以是数组或对象,用于接收来自父组件的数据。 mounted() 阅读全文
posted @ 2021-06-01 11:02 热心市民~菜先生 阅读(490) 评论(0) 推荐(0) 编辑
摘要: let blob = new Blob([response]); if ("download" in document.createElement("a")) { // let objUrl = window.URL.createObjectURL(blob); // window.location 阅读全文
posted @ 2021-05-28 13:58 热心市民~菜先生 阅读(53) 评论(0) 推荐(0) 编辑
摘要: <el-radio v-model="contractData.contractCreateData.createMain" label="1">是</el-radio> <el-radio v-model="contractData.contractCreateData.createMain" l 阅读全文
posted @ 2021-01-25 17:13 热心市民~菜先生 阅读(64) 评论(0) 推荐(0) 编辑
摘要: import VueElementLoading from 'vue-element-loading' <vue-element-loading :active="isActive" spinner="bar-fade-scale" color="rgb(64, 158, 255)" backgro 阅读全文
posted @ 2020-12-10 18:52 热心市民~菜先生 阅读(990) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 下一页