|
@@ -1,5 +1,7 @@
|
|
|
<template>
|
|
|
- <div class="bg-white page-indent-list py-4 px-2 shadow max-w-[1800px] mx-auto">
|
|
|
+ <div
|
|
|
+ class="bg-white page-indent-list py-4 px-2 shadow max-w-[1800px] mx-auto"
|
|
|
+ >
|
|
|
<el-form
|
|
|
ref="searchForm"
|
|
|
v-loading="loading"
|
|
@@ -129,6 +131,10 @@
|
|
|
></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
+
|
|
|
+ <el-form-item label="证书">
|
|
|
+ <el-input v-model="form.cert"></el-input>
|
|
|
+ </el-form-item>
|
|
|
</div>
|
|
|
<div class="flex items-center btn-group mb-4 ml-36">
|
|
|
<el-button
|
|
@@ -497,6 +503,7 @@ const form = ref({
|
|
|
enquiry_product_name: '',
|
|
|
product_keywords: '',
|
|
|
Reference: '',
|
|
|
+ cert: '',
|
|
|
})
|
|
|
|
|
|
const total = ref(0)
|
|
@@ -688,6 +695,11 @@ const subTableConfig: any = [
|
|
|
label: 'order.indent.table_supplier',
|
|
|
field: 'vendor_name',
|
|
|
},
|
|
|
+ {
|
|
|
+ label: '证书',
|
|
|
+ width: '90',
|
|
|
+ field: 'cert',
|
|
|
+ },
|
|
|
{
|
|
|
label: 'order.indent.table_url',
|
|
|
field: 'product_url',
|
|
@@ -896,6 +908,7 @@ const reset = function () {
|
|
|
enquiry_product_name: '',
|
|
|
product_keywords: '',
|
|
|
Reference: '',
|
|
|
+ cert: '',
|
|
|
}
|
|
|
pageForm.value = {
|
|
|
page: 1,
|