fix
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
:4173 {
|
:4173 {
|
||||||
handle_path /api/* {
|
handle_path /api/* {
|
||||||
reverse_proxy 192.168.0.201:1618
|
reverse_proxy http://101.34.131.16:1618
|
||||||
}
|
}
|
||||||
handle {
|
handle {
|
||||||
root * "/Volumes/iMac Doc/WebstormProjects/cas_cloud_admin/dist"
|
root * "/Volumes/iMac Doc/WebstormProjects/cas_cloud_admin/dist"
|
||||||
|
@ -190,8 +190,8 @@ function listToString(list, separator) {
|
|||||||
separator = separator || ",";
|
separator = separator || ",";
|
||||||
for (let i in list) {
|
for (let i in list) {
|
||||||
if (undefined !== list[i].url && list[i].url.indexOf("blob:") !== 0) {
|
if (undefined !== list[i].url && list[i].url.indexOf("blob:") !== 0) {
|
||||||
strs += list[i].url.replace(baseUrl, "") + separator;
|
// strs += list[i].url.replace(baseUrl, "") + separator;
|
||||||
// strs += list[i].url + separator;
|
strs += list[i].url + separator;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return strs != "" ? strs.substr(0, strs.length - 1) : "";
|
return strs != "" ? strs.substr(0, strs.length - 1) : "";
|
||||||
|
@ -2,17 +2,17 @@
|
|||||||
export const auditStatusDict = [
|
export const auditStatusDict = [
|
||||||
{
|
{
|
||||||
value: "0",
|
value: "0",
|
||||||
label: "审核中",
|
label: "待审核",
|
||||||
elTagType: "primary",
|
elTagType: "primary",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "1",
|
value: "1",
|
||||||
label: "审核通过",
|
label: "已通过",
|
||||||
elTagType: "success",
|
elTagType: "success",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "2",
|
value: "2",
|
||||||
label: "审核拒绝",
|
label: "已驳回",
|
||||||
elTagType: "danger",
|
elTagType: "danger",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
266
src/song.json
Normal file
266
src/song.json
Normal file
@ -0,0 +1,266 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"title": "Shake It Off",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "1989",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2014-08-18",
|
||||||
|
"price": 1.29,
|
||||||
|
"duration": 219,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/f/f6/Taylor_Swift_-_1989.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"title": "Blank Space",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "1989",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2014-11-10",
|
||||||
|
"price": 1.29,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/f/f6/Taylor_Swift_-_1989.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"title": "Style",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "1989",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2015-02-09",
|
||||||
|
"price": 1.29,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/f/f6/Taylor_Swift_-_1989.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"title": "Bad Blood",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "1989",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2015-05-17",
|
||||||
|
"price": 1.29,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/f/f6/Taylor_Swift_-_1989.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"title": "Wildest Dreams",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "1989",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2015-08-31",
|
||||||
|
"price": 1.29,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/f/f6/Taylor_Swift_-_1989.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 6,
|
||||||
|
"title": "Out of the Woods",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "1989",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2015-10-14",
|
||||||
|
"price": 1.29,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/f/f6/Taylor_Swift_-_1989.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 7,
|
||||||
|
"title": "New Romantics",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "1989",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2016-02-23",
|
||||||
|
"price": 1.29,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/f/f6/Taylor_Swift_-_1989.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 8,
|
||||||
|
"title": "Look What You Made Me Do",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "Reputation",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2017-08-24",
|
||||||
|
"price": 1.29,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/5/5f/Taylor_Swift_-_Reputation.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 9,
|
||||||
|
"title": "Ready For It",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "Reputation",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2017-09-03",
|
||||||
|
"price": 1.29,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/5/5f/Taylor_Swift_-_Reputation.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 10,
|
||||||
|
"title": "End Game",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "Reputation",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2017-11-14",
|
||||||
|
"price": 1.29,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/5/5f/Taylor_Swift_-_Reputation.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 11,
|
||||||
|
"title": "Delicate",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "Reputation",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2018-03-12",
|
||||||
|
"price": 1,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/5/5f/Taylor_Swift_-_Reputation.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 12,
|
||||||
|
"title": "Gorgeous",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "Reputation",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2018-10-20",
|
||||||
|
"price": 1,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/5/5f/Taylor_Swift_-_Reputation.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 13,
|
||||||
|
"title": "Getaway Car",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "Reputation",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2018-11-20",
|
||||||
|
"price": 1,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/5/5f/Taylor_Swift_-_Reputation.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 14,
|
||||||
|
"title": "Call It What You Want",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "Reputation",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2018-12-20",
|
||||||
|
"price": 1,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/5/5f/Taylor_Swift_-_Reputation.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 15,
|
||||||
|
"title": "King of My Heart",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "Reputation",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2018-12-20",
|
||||||
|
"price": 1,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/5/5f/Taylor_Swift_-_Reputation.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 16,
|
||||||
|
"title": "Dancing With Our Hands Tied",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "Reputation",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2018-12-20",
|
||||||
|
"price": 1,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/5/5f/Taylor_Swift_-_Reputation.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 17,
|
||||||
|
"title": "Dress",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "Reputation",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2018-12-20",
|
||||||
|
"price": 1,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/5/5f/Taylor_Swift_-_Reputation.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 18,
|
||||||
|
"title": "This Is Why We Can't Have Nice Things",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "Reputation",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2018-12-20",
|
||||||
|
"price": 1,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/5/5f/Taylor_Swift_-_Reputation.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 19,
|
||||||
|
"title": "So It Goes...",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "Reputation",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2018-12-20",
|
||||||
|
"price": 1,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/5/5f/Taylor_Swift_-_Reputation.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 20,
|
||||||
|
"title": "Getaway Car",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "Reputation",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2018-12-20",
|
||||||
|
"price": 1,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/5/5f/Taylor_Swift_-_Reputation.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 21,
|
||||||
|
"title": "Getaway Car",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "Reputation",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2019-12-20",
|
||||||
|
"price": 1,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/thumb/5/5f/Taylor_Swift_-_Reputation.png/220px-Taylor_Swift_-_Reputation.png",
|
||||||
|
"rating": 4.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 22,
|
||||||
|
"title": "Getaway Car",
|
||||||
|
"artist": "Taylor Swift",
|
||||||
|
"album": "Reputation",
|
||||||
|
"genre": "Pop",
|
||||||
|
"releaseDate": "2020-12-20",
|
||||||
|
"price": 1,
|
||||||
|
"duration": 231,
|
||||||
|
"cover": "https://upload.wikimedia.org/wikipedia/en/thumb/5/5f/Taylor_Swift_-_Reputation.png/220px-Taylor_Swift_-_Reputation.png",
|
||||||
|
"rating": 4.5
|
||||||
|
}
|
||||||
|
]
|
@ -199,6 +199,7 @@ const getList = async () => {
|
|||||||
dataList.value = resp.rows;
|
dataList.value = resp.rows;
|
||||||
total.value = resp.total;
|
total.value = resp.total;
|
||||||
};
|
};
|
||||||
|
|
||||||
const approval = (row) => {
|
const approval = (row) => {
|
||||||
demandForm.value = cloneDeep(row);
|
demandForm.value = cloneDeep(row);
|
||||||
if (!row.kinds) {
|
if (!row.kinds) {
|
||||||
@ -207,9 +208,6 @@ const approval = (row) => {
|
|||||||
if (!row.wants) {
|
if (!row.wants) {
|
||||||
demandForm.value.wants = row.want?.split(",") ?? [];
|
demandForm.value.wants = row.want?.split(",") ?? [];
|
||||||
}
|
}
|
||||||
// if (!row.industrys) {
|
|
||||||
// demandForm.value.industrys = row.;
|
|
||||||
// }
|
|
||||||
isShow.value = true;
|
isShow.value = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -283,6 +281,11 @@ const handleAppointBroker = (row) => {
|
|||||||
showAppointBroker.value = true;
|
showAppointBroker.value = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 指派经纪人
|
||||||
|
* @param value
|
||||||
|
* @return {Promise<void>}
|
||||||
|
*/
|
||||||
const handleConfirmAppointBroker = async (value) => {
|
const handleConfirmAppointBroker = async (value) => {
|
||||||
await dataReviewAppointBroker(
|
await dataReviewAppointBroker(
|
||||||
appointDemandId.value,
|
appointDemandId.value,
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
<el-table v-loading="loading" :data="dataList">
|
<el-table v-loading="loading" :data="dataList">
|
||||||
<el-table-column align="center" label="姓名" prop="name" />
|
<el-table-column align="center" label="姓名" prop="name" />
|
||||||
<el-table-column align="center" label="手机号" prop="mobile" />
|
<!-- <el-table-column align="center" label="手机号" prop="mobile" />-->
|
||||||
<el-table-column align="center" label="资格证书缩略图">
|
<el-table-column align="center" label="资格证书缩略图">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<el-image
|
<el-image
|
||||||
@ -74,7 +74,7 @@
|
|||||||
<div>{{ row.industrys[row.industrys.length - 1] }}</div>
|
<div>{{ row.industrys[row.industrys.length - 1] }}</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column> -->
|
</el-table-column> -->
|
||||||
<el-table-column align="center" label="站点" prop="area" />
|
<!-- <el-table-column align="center" label="站点" prop="area" />-->
|
||||||
<el-table-column align="center" label="所在地" prop="wordAddress" />
|
<el-table-column align="center" label="所在地" prop="wordAddress" />
|
||||||
<el-table-column align="center" label="申请时间" prop="createTime">
|
<el-table-column align="center" label="申请时间" prop="createTime">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
|
@ -21,7 +21,11 @@ const dataList = ref([]);
|
|||||||
const total = ref(0);
|
const total = ref(0);
|
||||||
const dialogVisible = ref(false);
|
const dialogVisible = ref(false);
|
||||||
const dialogTitle = ref("");
|
const dialogTitle = ref("");
|
||||||
|
const invoiceDialogVisible = ref(false);
|
||||||
|
const invoiceDialogTitle = ref("");
|
||||||
|
|
||||||
const formRef = ref(null);
|
const formRef = ref(null);
|
||||||
|
const invoiceFormRef = ref(null);
|
||||||
const data = reactive({
|
const data = reactive({
|
||||||
queryParams: {
|
queryParams: {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
@ -44,8 +48,9 @@ const data = reactive({
|
|||||||
status: [{ required: true, message: "请选择订单状态", trigger: "change" }],
|
status: [{ required: true, message: "请选择订单状态", trigger: "change" }],
|
||||||
payTime: [{ required: true, message: "请选择支付时间", trigger: "change" }],
|
payTime: [{ required: true, message: "请选择支付时间", trigger: "change" }],
|
||||||
},
|
},
|
||||||
|
invoiceForm: {},
|
||||||
});
|
});
|
||||||
const {queryParams, form, rules} = toRefs(data);
|
const { queryParams, form, rules, invoiceForm } = toRefs(data);
|
||||||
|
|
||||||
const getList = async () => {
|
const getList = async () => {
|
||||||
loading.value = true;
|
loading.value = true;
|
||||||
@ -128,13 +133,28 @@ const handleConfirmSelect = (val) => {
|
|||||||
* @param id
|
* @param id
|
||||||
*/
|
*/
|
||||||
const handleDealOrder = (id) => {
|
const handleDealOrder = (id) => {
|
||||||
ElMessageBox.confirm("确认处理该条订单吗?", "提示", {
|
brokerDealLogDetail(id).then((resp) => {
|
||||||
|
invoiceForm.value = resp.data;
|
||||||
|
invoiceDialogTitle.value = "开票";
|
||||||
|
invoiceDialogVisible.value = true;
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 开票
|
||||||
|
*/
|
||||||
|
const confirmInvoice = () => {
|
||||||
|
ElMessageBox.confirm("确认处理吗?", "提示", {
|
||||||
confirmButtonText: "确定",
|
confirmButtonText: "确定",
|
||||||
cancelButtonText: "取消",
|
cancelButtonText: "取消",
|
||||||
type: "warning",
|
type: "warning",
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
updateBrokerDealLog({id, status: "2"}).then(() => {
|
updateBrokerDealLog({
|
||||||
ElMessage.success("处理成功");
|
id: invoiceForm.value.id,
|
||||||
|
status: "2",
|
||||||
|
}).then(() => {
|
||||||
|
invoiceDialogVisible.value = false;
|
||||||
|
ElMessage.success("开票成功");
|
||||||
getList();
|
getList();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@ -223,7 +243,7 @@ getList();
|
|||||||
:total="total"
|
:total="total"
|
||||||
@pagination="getList"
|
@pagination="getList"
|
||||||
/>
|
/>
|
||||||
|
<!-- 订单-->
|
||||||
<el-dialog v-model="dialogVisible" :title="dialogTitle" width="38%">
|
<el-dialog v-model="dialogVisible" :title="dialogTitle" width="38%">
|
||||||
<el-form ref="formRef" :labelWidth="100" :model="form" :rules="rules">
|
<el-form ref="formRef" :labelWidth="100" :model="form" :rules="rules">
|
||||||
<el-row>
|
<el-row>
|
||||||
@ -297,6 +317,37 @@ getList();
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
|
||||||
|
<!--处理发票-->
|
||||||
|
<el-dialog
|
||||||
|
v-model="invoiceDialogVisible"
|
||||||
|
:title="invoiceDialogTitle"
|
||||||
|
width="38%"
|
||||||
|
>
|
||||||
|
<el-form ref="invoiceFormRef" :labelWidth="100" :model="invoiceForm">
|
||||||
|
<el-form-item label="公司名称" prop="companyName">
|
||||||
|
<el-input v-model="invoiceForm.companyName"></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="公司税号" prop="taxNumber">
|
||||||
|
<el-input v-model="invoiceForm.taxNumber"></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="电子邮箱" prop="email">
|
||||||
|
<el-input v-model="invoiceForm.email"></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="电话" prop="phone">
|
||||||
|
<el-input v-model="invoiceForm.phone" maxlength="11"></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="地址" prop="address">
|
||||||
|
<el-input v-model="invoiceForm.address"></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
</el-form>
|
||||||
|
<template #footer>
|
||||||
|
<div class="dialog-footer">
|
||||||
|
<el-button @click="invoiceDialogVisible = false">取 消</el-button>
|
||||||
|
<el-button type="primary" @click="confirmInvoice">确 定</el-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
</el-dialog>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
<el-table v-loading="loading" :data="dataList" border>
|
<el-table v-loading="loading" :data="dataList" border>
|
||||||
<el-table-column align="center" label="姓名" prop="name" />
|
<el-table-column align="center" label="姓名" prop="name" />
|
||||||
<el-table-column align="center" label="手机号" prop="mobile" />
|
<!-- <el-table-column align="center" label="手机号" prop="mobile" />-->
|
||||||
<el-table-column align="center" label="资格证书缩略图">
|
<el-table-column align="center" label="资格证书缩略图">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<el-image
|
<el-image
|
||||||
@ -46,7 +46,7 @@
|
|||||||
></el-image>
|
></el-image>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="站点" prop="area" />
|
<!-- <el-table-column align="center" label="站点" prop="area" />-->
|
||||||
<el-table-column align="center" label="所在地" prop="wordAddress" />
|
<el-table-column align="center" label="所在地" prop="wordAddress" />
|
||||||
<el-table-column align="center" label="申请时间" prop="createTime">
|
<el-table-column align="center" label="申请时间" prop="createTime">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
@ -120,7 +120,7 @@ const getList = () => {
|
|||||||
* 搜索按钮操作
|
* 搜索按钮操作
|
||||||
*/
|
*/
|
||||||
const handleQuery = () => {
|
const handleQuery = () => {
|
||||||
queryParams.value.page_num = 1;
|
queryParams.value.pageNum = 1;
|
||||||
getList();
|
getList();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -72,7 +72,6 @@
|
|||||||
<el-table-column align="center" label="审核状态" prop="examineStatus">
|
<el-table-column align="center" label="审核状态" prop="examineStatus">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<dict-tag :options="auditStatusDict" :value="row.examineStatus" />
|
<dict-tag :options="auditStatusDict" :value="row.examineStatus" />
|
||||||
<!-- {{ auditStatusDict.find((e) => row.examineStatus === e.value)?.label }}-->
|
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="企业类型" prop="kind">
|
<el-table-column align="center" label="企业类型" prop="kind">
|
||||||
|
@ -32,7 +32,8 @@ export default defineConfig(({ mode, command }) => {
|
|||||||
// https://cn.vitejs.dev/config/#server-proxy
|
// https://cn.vitejs.dev/config/#server-proxy
|
||||||
"/dev-api": {
|
"/dev-api": {
|
||||||
// target: "http://192.168.110.10:1618",
|
// target: "http://192.168.110.10:1618",
|
||||||
target: "http://192.168.0.201:1618",
|
target: 'http://101.34.131.16:1618',
|
||||||
|
// target: "http://192.168.0.201:1618",
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
rewrite: (p) => p.replace(/^\/dev-api/, ""),
|
rewrite: (p) => p.replace(/^\/dev-api/, ""),
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user