|
|
@ -209,7 +209,7 @@ |
|
|
@click="openAuditForm(scope.row)">审核 |
|
|
@click="openAuditForm(scope.row)">审核 |
|
|
</el-link> |
|
|
</el-link> |
|
|
<el-link |
|
|
<el-link |
|
|
v-else-if="activeTab == 'pass' && !(scope.row.status == 6 || scope.row.status == 4) && scope.row.receivedMarket == scope.row.submitterMarket" |
|
|
|
|
|
|
|
|
v-else-if="activeTab == 'pass' && !(scope.row.status == 6 || scope.row.status == 4) && scope.row.receivedMarket == adminData.markets" |
|
|
style="color: #2741DE;" @click="openEditForm(scope.row)">编辑 |
|
|
style="color: #2741DE;" @click="openEditForm(scope.row)">编辑 |
|
|
</el-link> |
|
|
</el-link> |
|
|
<el-link |
|
|
<el-link |
|
|
@ -1299,20 +1299,14 @@ onMounted(async () => { |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
// 2.10 未使用函数占位(避免报错) |
|
|
// 2.10 未使用函数占位(避免报错) |
|
|
const handleCurrencyChange = () => { |
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
const handleCurrencyChange = () => { }; |
|
|
const beforeUpload = () => true; |
|
|
const beforeUpload = () => true; |
|
|
const handelImgErr = () => { |
|
|
|
|
|
}; |
|
|
|
|
|
const handleImageChange = () => { |
|
|
|
|
|
}; |
|
|
|
|
|
const customUpload = () => { |
|
|
|
|
|
}; |
|
|
|
|
|
const handleDatePickerChange = () => { |
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
const handelImgErr = () => { }; |
|
|
|
|
|
const handleImageChange = () => { }; |
|
|
|
|
|
const customUpload = () => { }; |
|
|
|
|
|
const handleDatePickerChange = () => { }; |
|
|
const disabledDate = () => false; |
|
|
const disabledDate = () => false; |
|
|
const handleSortChange = () => { |
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
const handleSortChange = () => { }; |
|
|
const getMarket = async function () { |
|
|
const getMarket = async function () { |
|
|
try { |
|
|
try { |
|
|
const result = await API({ |
|
|
const result = await API({ |
|
|
|