0822
This commit is contained in:
@ -202,8 +202,9 @@ const generatePieOption = (data) => {
|
|||||||
{
|
{
|
||||||
name: '合同数量',
|
name: '合同数量',
|
||||||
type: 'pie',
|
type: 'pie',
|
||||||
radius: ['45%', '65%'],
|
|
||||||
center: ['50%', '60%'],
|
radius: ['30%', '60%'],
|
||||||
|
center: ['30%', '60%'],
|
||||||
data: [], // 空数据,避免显示圆环
|
data: [], // 空数据,避免显示圆环
|
||||||
itemStyle: { borderColor: '#000', borderWidth: 1 },
|
itemStyle: { borderColor: '#000', borderWidth: 1 },
|
||||||
// 中心显示“加载中”提示
|
// 中心显示“加载中”提示
|
||||||
|
@ -631,7 +631,9 @@ const handleProgressInput = () => {
|
|||||||
const handleExport = () => {
|
const handleExport = () => {
|
||||||
proxy?.download('patch/patch/export', { ...queryParams.value }, `任务列表_${new Date().getTime()}.xlsx`);
|
proxy?.download('patch/patch/export', { ...queryParams.value }, `任务列表_${new Date().getTime()}.xlsx`);
|
||||||
};
|
};
|
||||||
|
onMounted(() => {
|
||||||
|
getList();
|
||||||
|
});
|
||||||
// 监听项目id刷新数据
|
// 监听项目id刷新数据
|
||||||
const listeningProject = watch(
|
const listeningProject = watch(
|
||||||
() => currentProject.value?.id,
|
() => currentProject.value?.id,
|
||||||
|
Reference in New Issue
Block a user