试运行页面修改

This commit is contained in:
cdf
2024-06-05 15:12:55 +08:00
parent a66734a9f9
commit 87af5e81fd

View File

@@ -16,16 +16,6 @@
</el-select>
</el-form-item>
<el-form-item label="审核状态">
<el-select v-model="tableStore.table.params.status" clearable placeholder="请选择审核状态">
<el-option
v-for="item in statusSelect"
:key="item.id"
:label="item.name"
:value="item.id"
></el-option>
</el-select>
</el-form-item>
</template>
<template #operation>
<!-- <el-button icon='el-icon-Download' type='primary'>导出</el-button> -->