|
|
|
|
@ -45,10 +45,16 @@ |
|
|
|
|
row.curStatusText |
|
|
|
|
}}</el-tag> |
|
|
|
|
</template> |
|
|
|
|
<template #demandDate="{ row }"> |
|
|
|
|
<!-- <template #demandDate="{ row }"> |
|
|
|
|
<el-text class="mx-1" type="danger">{{ row.demandDate }}</el-text> |
|
|
|
|
</template> |
|
|
|
|
</template> --> |
|
|
|
|
<template #menu="{ row }"> </template> |
|
|
|
|
<template #demandDate="{ row }"> |
|
|
|
|
{{ row.demandDate ? row.demandDate.substring(0, 10) : '' }} |
|
|
|
|
</template> |
|
|
|
|
<template #releaseDate="{ row }"> |
|
|
|
|
{{ row.releaseDate ? row.releaseDate.substring(0, 10) : '' }} |
|
|
|
|
</template> |
|
|
|
|
</avue-crud> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|