|
|
@ -35,7 +35,7 @@
|
|
|
|
<span class="box-number">{{ item.total }}</span>
|
|
|
|
<span class="box-number">{{ item.total }}</span>
|
|
|
|
<span class="box-text" style="font-size: 12px;font-weight: 400">{{
|
|
|
|
<span class="box-text" style="font-size: 12px;font-weight: 400">{{
|
|
|
|
item.name
|
|
|
|
item.name
|
|
|
|
}}</span>
|
|
|
|
}}</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</a-tab-pane>
|
|
|
|
</a-tab-pane>
|
|
|
@ -221,25 +221,24 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</BasicTable>
|
|
|
|
</BasicTable>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<a-modal title="提示信息" width="900px" :visible="bcFileFlag" :footer="null" @cancel="bcFileFlag = false">
|
|
|
|
<a-modal title="提示信息" width="900px" :visible="bcFileFlag" :footer="null" @cancel="bcFileFlag = false">
|
|
|
|
<div class="bcfile-title" style="margin-top: 20px">
|
|
|
|
<div class="bcfile-title" style="margin-top: 20px">
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<i class="icon-fuzhi4 iconfont" title="复制" style="margin-right: 10px;cursor: pointer;"
|
|
|
|
<i class="icon-fuzhi4 iconfont" title="复制" style="margin-right: 10px;cursor: pointer;"
|
|
|
|
@click="handleCopy"></i>
|
|
|
|
@click="handleCopy"></i>
|
|
|
|
时间{{ bcFile.executeTime }}
|
|
|
|
时间{{ bcFile.executeTime }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<span> {{ bcFile.batchTotal }}</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<span> {{ bcFile.batchTotal }}</span>
|
|
|
|
<div ref="bcBox" class="bc-box" v-if="bcFile.ext && bcFile.ext.length > 0">
|
|
|
|
</div>
|
|
|
|
<div class="bc-item" v-for="(item, index) in bcFile.ext" :key="index">
|
|
|
|
<div ref="bcBox" class="bc-box" v-if="bcFile.ext && bcFile.ext.length > 0">
|
|
|
|
<span>{{ item.bno }}</span>
|
|
|
|
<div class="bc-item" v-for="(item, index) in bcFile.ext" :key="index">
|
|
|
|
<span> {{ item.msg }}</span>
|
|
|
|
<span>{{ item.bno }}</span>
|
|
|
|
</div>
|
|
|
|
<span> {{ item.msg }}</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div v-else>{{ bcFile.msg }}</div>
|
|
|
|
<div v-else>{{ bcFile.msg }}</div>
|
|
|
|
</a-modal>
|
|
|
|
</a-modal>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
|
|
<script lang="ts" setup>
|
|
|
|
import { ref, onMounted } from 'vue'
|
|
|
|
import { ref, onMounted } from 'vue'
|
|
|
@ -410,7 +409,7 @@ const [registerTable, { reload, setLoading, getForm, getSelectRows, setProps }]
|
|
|
|
const res: API.DataResult = await GetPageAsync(p)
|
|
|
|
const res: API.DataResult = await GetPageAsync(p)
|
|
|
|
return new Promise((resolve) => {
|
|
|
|
return new Promise((resolve) => {
|
|
|
|
resolve({
|
|
|
|
resolve({
|
|
|
|
data: startData, total: res.count
|
|
|
|
data: res.data, total: res.count
|
|
|
|
})
|
|
|
|
})
|
|
|
|
})
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -1221,7 +1220,7 @@ function handleClickTree(row, index) {
|
|
|
|
border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
|
|
|
width: 20%;
|
|
|
|
width: 20%;
|
|
|
|
flex-shrink: 0;
|
|
|
|
flex-shrink: 0;
|
|
|
|
margin-top:4px;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.nav-no-data {
|
|
|
|
.nav-no-data {
|
|
|
|