d961a55e by zhangmeng

查询优化

1 parent 4aea5aa9
......@@ -8,8 +8,10 @@
:prefix-icon="Search"
clearable
size="small"
style="width: 200px"/>
<el-button size="small" style="margin-left: 20px" type="primary" @click="getList">查询</el-button>
style="width: 260px"/>
<el-button size="small" style="margin-left: 20px" type="primary" @click="getList">
{{ language == 0 ? '查询' : 'SEARCH' }}
</el-button>
</div>
<el-table :data="list" border>
<el-table-column :label="language==0?'序号':'Serial'" :min-width="language==0?60:80" align="center"
......
......@@ -8,8 +8,10 @@
:prefix-icon="Search"
clearable
size="small"
style="width: 200px;"/>
<el-button size="small" style="margin-left: 20px" type="primary" @click="getList">查询</el-button>
style="width: 260px;"/>
<el-button size="small" style="margin-left: 20px" type="primary" @click="getList">
{{ language == 0 ? '查询' : 'SEARCH' }}
</el-button>
</div>
<el-table :data="list" border>
<el-table-column :label="language==0?'序号':'Serial'" :min-width="language==0?60:80" align="center"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!