Commit 35ea2e73 authored by youjie's avatar youjie

no message

parent 4b852bb5
...@@ -704,7 +704,7 @@ ...@@ -704,7 +704,7 @@
<em style="cursor: pointer;" @click.stop="heightQueryBox=!heightQueryBox">高级查询 <i class="iconfont icon-gengduo q-mr-lg"></i></em> <em style="cursor: pointer;" @click.stop="heightQueryBox=!heightQueryBox">高级查询 <i class="iconfont icon-gengduo q-mr-lg"></i></em>
</span> </span>
<button class="hollowFixedBtn" @click="resetPageIndex(),getPageList()">{{$t('pub.searchBtn')}}</button> <button class="hollowFixedBtn" @click="resetPageIndex(),getPageList()">{{$t('pub.searchBtn')}}</button>
<el-button class="normalBtn" @click="method5()">导出</el-button> <button class="normalBtn" @click="method5()">导出</button>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -786,9 +786,9 @@ ...@@ -786,9 +786,9 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="3" class="q-pt-sm"> <el-col :span="3" style="padding: 8px 0 0 10px;">
<q-btn v-if="index==0" class="q-ml-lg" color="primary" icon="add" size="9px" label="" @click="addType(i,index,1)" /> <el-button v-if="index==0" type="danger" circle size="mini" icon="el-icon-circle-plus-outline" @click="addType(i,index,1)"></el-button>
<q-btn v-else class="q-ml-lg" icon="delete" size="9px" label="" @click="addType(i,index,0)" /> <el-button v-else type="danger" circle plain size="mini" icon="el-icon-delete" @click="addType(i,index,0)"></el-button>
</el-col> </el-col>
</el-row> </el-row>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment