|
|
@@ -16,7 +16,7 @@
|
|
|
<el-input v-model="queryForm.id" placeholder="提现单号" clearable></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="提现时间">
|
|
|
- <el-date-picker v-model="queryForm.date" type="datetimerange" range-separator="至" value-format="yyyy-MM-dd"
|
|
|
+ <el-date-picker v-model="queryForm.date" type="daterange" range-separator="至" value-format="yyyy-MM-dd"
|
|
|
start-placeholder="开始日期" end-placeholder="结束日期">
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
@@ -44,7 +44,7 @@
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
</el-main>
|
|
|
- <el-dialog title="驳回弹窗" :visible.sync="auditRejectdialogVisible" width="30%" @open="auditRejectdialogOpen">
|
|
|
+ <el-dialog title="驳回弹窗" :visible.sync="auditRejectdialogVisible" width="30%" >
|
|
|
<div>
|
|
|
<span></span>
|
|
|
<el-input type="textarea" placeholder="请输入内容" v-model="auditRejectInput" maxlength="100" show-word-limit>
|
|
|
@@ -56,6 +56,7 @@
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
|
+
|
|
|
</template>
|
|
|
<script>
|
|
|
import Cookies from "js-cookie";
|
|
|
@@ -107,6 +108,9 @@ export default {
|
|
|
},
|
|
|
mounted() { },
|
|
|
methods: {
|
|
|
+ handleCloseBatch(){
|
|
|
+ this.dialogVisibleBatch=false
|
|
|
+ },
|
|
|
handlePrint(index, row) {
|
|
|
this.$api.task.AmountReview(this.pageRequest).then(res => {
|
|
|
console.log(res);
|