1
continuous-integration/drone/push Build is failing Details

uat_us
wangxiaoshuang 2024-07-02 15:57:15 +08:00
parent d0cefb09df
commit 6a59ed80e2
1 changed files with 8 additions and 4 deletions

View File

@ -77,10 +77,14 @@
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
> >
<el-tag v-if="scope.row.IsDeleted" type="danger">{{ <template slot-scope="scope">
$fd("IsSiteDisable", scope.row.IsDeleted) <el-tag v-if="scope.row.IsDeleted" type="danger">{{
}}</el-tag> $fd("IsSiteDisable", scope.row.IsDeleted)
<el-tag v-else>{{ $fd("IsSiteDisable", scope.row.IsDeleted) }}</el-tag> }}</el-tag>
<el-tag v-else>{{
$fd("IsSiteDisable", scope.row.IsDeleted)
}}</el-tag>
</template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="UpdateTime" prop="UpdateTime"