07 2022 档案

摘要:>>HTML<< <el-dialog :visible.sync="show" @close="resetForm" > xxxxx </el-dialog> 在关闭dialog的回调函数里面加入 >>JS<<resetForm() { this.show = false Object.assig 阅读全文
posted @ 2022-07-27 11:31 老龟 阅读(464) 评论(0) 推荐(0)
摘要:HTML部分<el-form ref="form" :model="form" :rules="rules"> <el-table :data="form.list" > <el-table-column label="转出数量" > <template slot-scope="scope"> <e 阅读全文
posted @ 2022-07-21 11:11 老龟 阅读(274) 评论(0) 推荐(0)
摘要:<el-select :ref="scope.row.id" v-model="scope.row.supplierId" @change="dialogTipFn(scope.row)" > <el-option v-for="item in supplierList" :key="item.id 阅读全文
posted @ 2022-07-05 17:23 老龟 阅读(3236) 评论(0) 推荐(0)