|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<section class="border padding"> |
|
|
|
<el-row> |
|
|
|
<el-input v-model="filters.orderId" style="width: 20%;" placeholder="订单编号查询 输入 *字符* >10 <9 等" clearable title="支持>、<、 >=、<=、!=、*字符*、$IS NULL、$IN 1,2,3、$between 1,5等操作符"/> |
|
|
|
<el-input v-model="filters.orderId" style="width: 20%;" placeholder="订单编号查询 输入 *字符* >10 <9 等" clearable title="支持>、<、 >=、<=、!=、*字符*、$IS NULL、$IN 1,2,3、$between 1,5等操作符"/> |
|
|
|
<el-input v-model="filters.moduleId" style="width: 20%;" placeholder="模块编号查询 输入 *字符* >10 <9 等" clearable title="支持>、<、 >=、<=、!=、*字符*、$IS NULL、$IN 1,2,3、$between 1,5等操作符"/> |
|
|
|
<el-button v-loading="load.list" :disabled="load.list==true" @click="searchTableDatas()" icon="el-icon-search" type="primary">查询</el-button> |
|
|
|
<span style="float:right;" v-if="currOpType=='mng'"> |
|
|
|
|