|
|
@@ -5,7 +5,7 @@
|
|
|
<el-input v-model="query.keyword" clearable style="width: 160px" />
|
|
|
</el-form-item>
|
|
|
<el-form-item label="工厂域">
|
|
|
- <el-input v-model="query.domain" clearable placeholder="例如:S0-F001" style="width: 160px" />
|
|
|
+ <el-input v-model="query.domain" clearable placeholder="例如:8010" style="width: 160px" />
|
|
|
</el-form-item>
|
|
|
<el-form-item>
|
|
|
<el-button type="primary" @click="loadList">查询</el-button>
|
|
|
@@ -97,7 +97,7 @@ type Row = Record<string, any>;
|
|
|
|
|
|
const query = reactive({
|
|
|
keyword: '',
|
|
|
- domain: '',
|
|
|
+ domain: '8010',
|
|
|
page: 1,
|
|
|
pageSize: 20,
|
|
|
});
|