微调
This commit is contained in:
@@ -32,13 +32,10 @@ const unit = computed(() => {
|
||||
})
|
||||
|
||||
const phaseT = computed(() => {
|
||||
let result = 0;
|
||||
if (tableData.length > 0) {
|
||||
result = !tableData[0].dataT ? 0 : 1;
|
||||
}
|
||||
return result;
|
||||
return tableData[0].dataT == '/' ? 0 : 1
|
||||
})
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user