|
@@ -55,7 +55,7 @@ const props = defineProps({
|
|
|
|
|
|
const formData = ref({
|
|
|
positionId: props.data?.positionId || '',
|
|
|
- name: props.data?.name || '' + new Date().getTime().toString(), // + new Date().getTime().toString()
|
|
|
+ name: props.data?.name || '', // + new Date().getTime().toString()
|
|
|
expireTime: props.data?.expireTime || getNextDate(15, 'YYYY-MM-DD', 'day'),
|
|
|
content: props.data?.content || '',
|
|
|
requirement: props.data?.requirement || ''
|
|
@@ -165,7 +165,7 @@ defineExpose({
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
.positionTemplate {
|
|
|
- text-align: right;
|
|
|
+ text-align: left;
|
|
|
.btn {
|
|
|
width: 90px;
|
|
|
line-height: 34px;
|